Uses of Interface
net.opengis.ows.x11.MimeType

Packages that use MimeType
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of MimeType in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return MimeType
 MimeType IdentificationType.addNewOutputFormat()
          Appends and returns a new empty value (as xml) as the last "OutputFormat" element
 MimeType AcceptFormatsType.addNewOutputFormat()
          Appends and returns a new empty value (as xml) as the last "OutputFormat" element
 MimeType IdentificationType.insertNewOutputFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "OutputFormat" element
 MimeType AcceptFormatsType.insertNewOutputFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "OutputFormat" element
static MimeType MimeType.Factory.newInstance()
           
static MimeType MimeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static MimeType MimeType.Factory.newValue(Object obj)
           
static MimeType MimeType.Factory.parse(File file)
           
static MimeType MimeType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static MimeType MimeType.Factory.parse(InputStream is)
           
static MimeType MimeType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static MimeType MimeType.Factory.parse(Node node)
           
static MimeType MimeType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static MimeType MimeType.Factory.parse(Reader r)
           
static MimeType MimeType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static MimeType MimeType.Factory.parse(String xmlAsString)
           
static MimeType MimeType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static MimeType MimeType.Factory.parse(URL u)
           
static MimeType MimeType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static MimeType MimeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static MimeType MimeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static MimeType MimeType.Factory.parse(XMLStreamReader sr)
           
static MimeType MimeType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 MimeType ReferenceType.xgetFormat()
          Gets (as xml) the "Format" element
 MimeType OutputFormatDocument.xgetOutputFormat()
          Gets (as xml) the "OutputFormat" element
 MimeType GetResourceByIdType.xgetOutputFormat()
          Gets (as xml) the "OutputFormat" element
 MimeType[] IdentificationType.xgetOutputFormatArray()
          Gets (as xml) array of all "OutputFormat" elements
 MimeType[] AcceptFormatsType.xgetOutputFormatArray()
          Gets (as xml) array of all "OutputFormat" elements
 MimeType IdentificationType.xgetOutputFormatArray(int i)
          Gets (as xml) ith "OutputFormat" element
 MimeType AcceptFormatsType.xgetOutputFormatArray(int i)
          Gets (as xml) ith "OutputFormat" element
 

Methods in net.opengis.ows.x11 with parameters of type MimeType
 void ReferenceType.xsetFormat(MimeType format)
          Sets (as xml) the "Format" element
 void OutputFormatDocument.xsetOutputFormat(MimeType outputFormat)
          Sets (as xml) the "OutputFormat" element
 void GetResourceByIdType.xsetOutputFormat(MimeType outputFormat)
          Sets (as xml) the "OutputFormat" element
 void IdentificationType.xsetOutputFormatArray(int i, MimeType outputFormat)
          Sets (as xml) ith "OutputFormat" element
 void AcceptFormatsType.xsetOutputFormatArray(int i, MimeType outputFormat)
          Sets (as xml) ith "OutputFormat" element
 void IdentificationType.xsetOutputFormatArray(MimeType[] outputFormatArray)
          Sets (as xml) array of all "OutputFormat" element
 void AcceptFormatsType.xsetOutputFormatArray(MimeType[] outputFormatArray)
          Sets (as xml) array of all "OutputFormat" element
 

Uses of MimeType in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement MimeType
 class MimeTypeImpl
          An XML MimeType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return MimeType
 MimeType IdentificationTypeImpl.addNewOutputFormat()
          Appends and returns a new empty value (as xml) as the last "OutputFormat" element
 MimeType AcceptFormatsTypeImpl.addNewOutputFormat()
          Appends and returns a new empty value (as xml) as the last "OutputFormat" element
 MimeType IdentificationTypeImpl.insertNewOutputFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "OutputFormat" element
 MimeType AcceptFormatsTypeImpl.insertNewOutputFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "OutputFormat" element
 MimeType ReferenceTypeImpl.xgetFormat()
          Gets (as xml) the "Format" element
 MimeType OutputFormatDocumentImpl.xgetOutputFormat()
          Gets (as xml) the "OutputFormat" element
 MimeType GetResourceByIdTypeImpl.xgetOutputFormat()
          Gets (as xml) the "OutputFormat" element
 MimeType[] IdentificationTypeImpl.xgetOutputFormatArray()
          Gets (as xml) array of all "OutputFormat" elements
 MimeType[] AcceptFormatsTypeImpl.xgetOutputFormatArray()
          Gets (as xml) array of all "OutputFormat" elements
 MimeType IdentificationTypeImpl.xgetOutputFormatArray(int i)
          Gets (as xml) ith "OutputFormat" element
 MimeType AcceptFormatsTypeImpl.xgetOutputFormatArray(int i)
          Gets (as xml) ith "OutputFormat" element
 

Methods in net.opengis.ows.x11.impl with parameters of type MimeType
 void ReferenceTypeImpl.xsetFormat(MimeType format)
          Sets (as xml) the "Format" element
 void OutputFormatDocumentImpl.xsetOutputFormat(MimeType outputFormat)
          Sets (as xml) the "OutputFormat" element
 void GetResourceByIdTypeImpl.xsetOutputFormat(MimeType outputFormat)
          Sets (as xml) the "OutputFormat" element
 void IdentificationTypeImpl.xsetOutputFormatArray(int i, MimeType outputFormat)
          Sets (as xml) ith "OutputFormat" element
 void AcceptFormatsTypeImpl.xsetOutputFormatArray(int i, MimeType outputFormat)
          Sets (as xml) ith "OutputFormat" element
 void IdentificationTypeImpl.xsetOutputFormatArray(MimeType[] outputFormatArray)
          Sets (as xml) array of all "OutputFormat" element
 void AcceptFormatsTypeImpl.xsetOutputFormatArray(MimeType[] outputFormatArray)
          Sets (as xml) array of all "OutputFormat" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.