Tabnine Logo
InsertionMetadataType
Code IndexAdd Tabnine to your IDE (free)

How to use
InsertionMetadataType
in
net.opengis.swes.x20

Best Java code snippets using net.opengis.swes.x20.InsertionMetadataType (Showing top 5 results out of 315)

origin: org.n52.svalbard/svalbard-xmlbeans

private void addMetadata(InsertSensorRequest request, InsertSensorType insertSensor) throws EncodingException {
  XmlObject encodedMetadata = encodeObjectToXmlPropertyType(Sos2Constants.NS_SOS_20, request.getMetadata());
  insertSensor.addNewMetadata().addNewInsertionMetadata().set(encodedMetadata);
}
origin: org.n52.svalbard/svalbard-xmlbeans

SosInsertionMetadataType xbSosInsertionMetadata = null;
if (metadata.getInsertionMetadata() != null
    && metadata.getInsertionMetadata().schemaType() == SosInsertionMetadataType.type) {
  xbSosInsertionMetadata = (SosInsertionMetadataType) metadata.getInsertionMetadata();
} else {
origin: org.n52.sensorweb/52n-xml-swes-v20

/**
 * Sets the "InsertionMetadata" element
 */
public void setInsertionMetadata(net.opengis.swes.x20.InsertionMetadataType insertionMetadata)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.swes.x20.InsertionMetadataType target = null;
    target = (net.opengis.swes.x20.InsertionMetadataType)get_store().find_element_user(INSERTIONMETADATA$0, 0);
    if (target == null)
    {
      target = (net.opengis.swes.x20.InsertionMetadataType)get_store().add_element_user(INSERTIONMETADATA$0);
    }
    target.set(insertionMetadata);
  }
}

origin: org.n52.sensorweb/52n-xml-swes-v20

/**
 * Sets the "InsertionMetadata" element
 */
public void setInsertionMetadata(net.opengis.swes.x20.InsertionMetadataType insertionMetadata)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.swes.x20.InsertionMetadataType target = null;
    target = (net.opengis.swes.x20.InsertionMetadataType)get_store().find_element_user(INSERTIONMETADATA$0, 0);
    if (target == null)
    {
      target = (net.opengis.swes.x20.InsertionMetadataType)get_store().add_element_user(INSERTIONMETADATA$0);
    }
    target.set(insertionMetadata);
  }
}

origin: org.n52.sensorweb/52n-xml-swes-v20

/**
 * Sets the "InsertionMetadata" element
 */
public void setInsertionMetadata(net.opengis.swes.x20.InsertionMetadataType insertionMetadata)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.swes.x20.InsertionMetadataType target = null;
    target = (net.opengis.swes.x20.InsertionMetadataType)get_store().find_element_user(INSERTIONMETADATA$0, 0);
    if (target == null)
    {
      target = (net.opengis.swes.x20.InsertionMetadataType)get_store().add_element_user(INSERTIONMETADATA$0);
    }
    target.set(insertionMetadata);
  }
}

net.opengis.swes.x20InsertionMetadataType

Javadoc

An XML InsertionMetadataType(@http://www.opengis.net/swes/2.0). This is a complex type.

Most used methods

  • set
  • schemaType

Popular in Java

  • Making http requests using okhttp
  • getExternalFilesDir (Context)
  • getApplicationContext (Context)
  • setScale (BigDecimal)
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • JTextField (javax.swing)
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now