Tabnine Logo
MimeType.set
Code IndexAdd Tabnine to your IDE (free)

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

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

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

/**
 * Sets (as xml) ith "OutputFormat" element
 */
public void xsetOutputFormatArray(int i, net.opengis.ows.x11.MimeType outputFormat)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MimeType target = null;
    target = (net.opengis.ows.x11.MimeType)get_store().find_element_user(OUTPUTFORMAT$2, i);
    if (target == null)
    {
      throw new IndexOutOfBoundsException();
    }
    target.set(outputFormat);
  }
}

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

/**
 * Sets (as xml) ith "OutputFormat" element
 */
public void xsetOutputFormatArray(int i, net.opengis.ows.x11.MimeType outputFormat)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MimeType target = null;
    target = (net.opengis.ows.x11.MimeType)get_store().find_element_user(OUTPUTFORMAT$0, i);
    if (target == null)
    {
      throw new IndexOutOfBoundsException();
    }
    target.set(outputFormat);
  }
}

origin: org.n52.sensorweb/52n-xml-sos-v100

/**
 * Sets (as xml) ith "responseFormat" element
 */
public void xsetResponseFormatArray(int i, net.opengis.ows.x11.MimeType responseFormat)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MimeType target = null;
    target = (net.opengis.ows.x11.MimeType)get_store().find_element_user(RESPONSEFORMAT$10, i);
    if (target == null)
    {
      throw new IndexOutOfBoundsException();
    }
    target.set(responseFormat);
  }
}

origin: org.n52.sensorweb/52n-xml-sos-v100

/**
 * Sets (as xml) the "responseFormat" element
 */
public void xsetResponseFormat(net.opengis.ows.x11.MimeType responseFormat)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MimeType target = null;
    target = (net.opengis.ows.x11.MimeType)get_store().find_element_user(RESPONSEFORMAT$12, 0);
    if (target == null)
    {
      target = (net.opengis.ows.x11.MimeType)get_store().add_element_user(RESPONSEFORMAT$12);
    }
    target.set(responseFormat);
  }
}

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

  /**
   * Sets (as xml) the "OutputFormat" element
   */
  public void xsetOutputFormat(net.opengis.ows.x11.MimeType outputFormat)
  {
    synchronized (monitor())
    {
      check_orphaned();
      net.opengis.ows.x11.MimeType target = null;
      target = (net.opengis.ows.x11.MimeType)get_store().find_element_user(OUTPUTFORMAT$0, 0);
      if (target == null)
      {
        target = (net.opengis.ows.x11.MimeType)get_store().add_element_user(OUTPUTFORMAT$0);
      }
      target.set(outputFormat);
    }
  }
}
origin: org.n52.sensorweb/52n-xml-ows-v110

/**
 * Sets (as xml) the "Format" element
 */
public void xsetFormat(net.opengis.ows.x11.MimeType format)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MimeType target = null;
    target = (net.opengis.ows.x11.MimeType)get_store().find_element_user(FORMAT$4, 0);
    if (target == null)
    {
      target = (net.opengis.ows.x11.MimeType)get_store().add_element_user(FORMAT$4);
    }
    target.set(format);
  }
}

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

/**
 * Sets (as xml) the "OutputFormat" element
 */
public void xsetOutputFormat(net.opengis.ows.x11.MimeType outputFormat)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MimeType target = null;
    target = (net.opengis.ows.x11.MimeType)get_store().find_element_user(OUTPUTFORMAT$2, 0);
    if (target == null)
    {
      target = (net.opengis.ows.x11.MimeType)get_store().add_element_user(OUTPUTFORMAT$2);
    }
    target.set(outputFormat);
  }
}

origin: org.n52.sensorweb/52n-xml-sos-v100

  /**
   * Sets (as xml) the "outputFormat" attribute
   */
  public void xsetOutputFormat(net.opengis.ows.x11.MimeType outputFormat)
  {
    synchronized (monitor())
    {
      check_orphaned();
      net.opengis.ows.x11.MimeType target = null;
      target = (net.opengis.ows.x11.MimeType)get_store().find_attribute_user(OUTPUTFORMAT$2);
      if (target == null)
      {
        target = (net.opengis.ows.x11.MimeType)get_store().add_attribute_user(OUTPUTFORMAT$2);
      }
      target.set(outputFormat);
    }
  }
}
origin: org.n52.sensorweb/52n-xml-sos-v100

/**
 * Sets (as xml) the "responseFormat" element
 */
public void xsetResponseFormat(net.opengis.ows.x11.MimeType responseFormat)
{
  synchronized (monitor())
  {
    check_orphaned();
    net.opengis.ows.x11.MimeType target = null;
    target = (net.opengis.ows.x11.MimeType)get_store().find_element_user(RESPONSEFORMAT$2, 0);
    if (target == null)
    {
      target = (net.opengis.ows.x11.MimeType)get_store().add_element_user(RESPONSEFORMAT$2);
    }
    target.set(responseFormat);
  }
}

net.opengis.ows.x11MimeTypeset

Popular methods of MimeType

  • setStringValue

Popular in Java

  • Reactive rest calls using spring rest template
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • scheduleAtFixedRate (Timer)
  • getResourceAsStream (ClassLoader)
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • Join (org.hibernate.mapping)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top PhpStorm plugins
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