congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
MetadataType.set
Code IndexAdd Tabnine to your IDE (free)

How to use
set
method
in
net.opengis.ows.x11.MetadataType

Best Java code snippets using net.opengis.ows.x11.MetadataType.set (Showing top 11 results out of 315)

origin: org.n52.sensorweb/52n-xml-ows-v110

/**
 * Sets ith "Metadata" element
 */
public void setMetadataArray(int i, net.opengis.ows.x11.MetadataType metadata)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MetadataType target = null;
    target = (net.opengis.ows.x11.MetadataType)get_store().find_element_user(METADATA$2, i);
    if (target == null)
    {
      throw new IndexOutOfBoundsException();
    }
    target.set(metadata);
  }
}

origin: org.n52.sensorweb/52n-xml-ows-v110

/**
 * Sets ith "Metadata" element
 */
public void setMetadataArray(int i, net.opengis.ows.x11.MetadataType metadata)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MetadataType target = null;
    target = (net.opengis.ows.x11.MetadataType)get_store().find_element_user(METADATA$6, i);
    if (target == null)
    {
      throw new IndexOutOfBoundsException();
    }
    target.set(metadata);
  }
}

origin: org.n52.sensorweb/52n-xml-ows-v110

/**
 * Sets ith "Metadata" element
 */
public void setMetadataArray(int i, net.opengis.ows.x11.MetadataType metadata)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MetadataType target = null;
    target = (net.opengis.ows.x11.MetadataType)get_store().find_element_user(METADATA$18, i);
    if (target == null)
    {
      throw new IndexOutOfBoundsException();
    }
    target.set(metadata);
  }
}

origin: org.n52.sensorweb/52n-xml-ows-v110

/**
 * Sets ith "Metadata" element
 */
public void setMetadataArray(int i, net.opengis.ows.x11.MetadataType metadata)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MetadataType target = null;
    target = (net.opengis.ows.x11.MetadataType)get_store().find_element_user(METADATA$6, i);
    if (target == null)
    {
      throw new IndexOutOfBoundsException();
    }
    target.set(metadata);
  }
}

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

/**
 * Sets ith "Metadata" element
 */
public void setMetadataArray(int i, net.opengis.ows.x11.MetadataType metadata)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MetadataType target = null;
    target = (net.opengis.ows.x11.MetadataType)get_store().find_element_user(METADATA$4, i);
    if (target == null)
    {
      throw new IndexOutOfBoundsException();
    }
    target.set(metadata);
  }
}

origin: org.n52.sensorweb/52n-xml-ows-v110

/**
 * Sets ith "OtherSource" element
 */
public void setOtherSourceArray(int i, net.opengis.ows.x11.MetadataType otherSource)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MetadataType target = null;
    target = (net.opengis.ows.x11.MetadataType)get_store().find_element_user(OTHERSOURCE$2, i);
    if (target == null)
    {
      throw new IndexOutOfBoundsException();
    }
    target.set(otherSource);
  }
}

origin: org.n52.sensorweb/52n-xml-ows-v110

/**
 * Sets ith "Metadata" element
 */
public void setMetadataArray(int i, net.opengis.ows.x11.MetadataType metadata)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MetadataType target = null;
    target = (net.opengis.ows.x11.MetadataType)get_store().find_element_user(METADATA$6, i);
    if (target == null)
    {
      throw new IndexOutOfBoundsException();
    }
    target.set(metadata);
  }
}

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

/**
 * Sets ith "Metadata" element
 */
public void setMetadataArray(int i, net.opengis.ows.x11.MetadataType metadata)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MetadataType target = null;
    target = (net.opengis.ows.x11.MetadataType)get_store().find_element_user(METADATA$4, i);
    if (target == null)
    {
      throw new IndexOutOfBoundsException();
    }
    target.set(metadata);
  }
}

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

/**
 * Sets the "Metadata" element
 */
public void setMetadata(net.opengis.ows.x11.MetadataType metadata)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MetadataType target = null;
    target = (net.opengis.ows.x11.MetadataType)get_store().find_element_user(METADATA$0, 0);
    if (target == null)
    {
      target = (net.opengis.ows.x11.MetadataType)get_store().add_element_user(METADATA$0);
    }
    target.set(metadata);
  }
}

origin: org.n52.sensorweb/52n-xml-ows-v110

/**
 * Sets the "Metadata" element
 */
public void setMetadata(net.opengis.ows.x11.MetadataType metadata)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MetadataType target = null;
    target = (net.opengis.ows.x11.MetadataType)get_store().find_element_user(METADATA$0, 0);
    if (target == null)
    {
      target = (net.opengis.ows.x11.MetadataType)get_store().add_element_user(METADATA$0);
    }
    target.set(metadata);
  }
}

origin: org.n52.sensorweb/52n-xml-ows-v110

/**
 * Sets the "OtherSource" element
 */
public void setOtherSource(net.opengis.ows.x11.MetadataType otherSource)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MetadataType target = null;
    target = (net.opengis.ows.x11.MetadataType)get_store().find_element_user(OTHERSOURCE$0, 0);
    if (target == null)
    {
      target = (net.opengis.ows.x11.MetadataType)get_store().add_element_user(OTHERSOURCE$0);
    }
    target.set(otherSource);
  }
}

net.opengis.ows.x11MetadataTypeset

Javadoc

Sets the "about" attribute

Popular methods of MetadataType

  • getAbout
    Gets the "about" attribute
  • getActuate
    Gets the "actuate" attribute
  • getArcrole
    Gets the "arcrole" attribute
  • getHref
    Gets the "href" attribute
  • getRole
    Gets the "role" attribute
  • getShow
    Gets the "show" attribute
  • getTitle
    Gets the "title" attribute
  • setActuate
    Sets the "actuate" attribute
  • setArcrole
    Sets the "arcrole" attribute
  • setHref
    Sets the "href" attribute
  • setRole
    Sets the "role" attribute
  • setShow
    Sets the "show" attribute
  • setRole,
  • setShow,
  • setTitle,
  • setType

Popular in Java

  • Start an intent from android
  • requestLocationUpdates (LocationManager)
  • runOnUiThread (Activity)
  • setScale (BigDecimal)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • JOptionPane (javax.swing)
  • 21 Best IntelliJ Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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