net.opengis.ows.x11
Interface IdentificationType

All Superinterfaces:
BasicIdentificationType, DescriptionType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
IdentificationTypeImpl

public interface IdentificationType
extends BasicIdentificationType

An XML IdentificationType(@http://www.opengis.net/ows/1.1). This is a complex type.


Nested Class Summary
static class IdentificationType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 void addAvailableCRS(String availableCRS)
          Appends the value as the last "AvailableCRS" element
 org.apache.xmlbeans.XmlAnyURI addNewAvailableCRS()
          Appends and returns a new empty value (as xml) as the last "AvailableCRS" element
 BoundingBoxType addNewBoundingBox()
          Appends and returns a new empty value (as xml) as the last "BoundingBox" element
 MimeType addNewOutputFormat()
          Appends and returns a new empty value (as xml) as the last "OutputFormat" element
 void addOutputFormat(String outputFormat)
          Appends the value as the last "OutputFormat" element
 String[] getAvailableCRSArray()
          Gets array of all "AvailableCRS" elements
 String getAvailableCRSArray(int i)
          Gets ith "AvailableCRS" element
 BoundingBoxType[] getBoundingBoxArray()
          Gets array of all "BoundingBox" elements
 BoundingBoxType getBoundingBoxArray(int i)
          Gets ith "BoundingBox" element
 String[] getOutputFormatArray()
          Gets array of all "OutputFormat" elements
 String getOutputFormatArray(int i)
          Gets ith "OutputFormat" element
 void insertAvailableCRS(int i, String availableCRS)
          Inserts the value as the ith "AvailableCRS" element
 org.apache.xmlbeans.XmlAnyURI insertNewAvailableCRS(int i)
          Inserts and returns a new empty value (as xml) as the ith "AvailableCRS" element
 BoundingBoxType insertNewBoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
 MimeType insertNewOutputFormat(int i)
          Inserts and returns a new empty value (as xml) as the ith "OutputFormat" element
 void insertOutputFormat(int i, String outputFormat)
          Inserts the value as the ith "OutputFormat" element
 void removeAvailableCRS(int i)
          Removes the ith "AvailableCRS" element
 void removeBoundingBox(int i)
          Removes the ith "BoundingBox" element
 void removeOutputFormat(int i)
          Removes the ith "OutputFormat" element
 void setAvailableCRSArray(int i, String availableCRS)
          Sets ith "AvailableCRS" element
 void setAvailableCRSArray(String[] availableCRSArray)
          Sets array of all "AvailableCRS" element
 void setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
          Sets array of all "BoundingBox" element
 void setBoundingBoxArray(int i, BoundingBoxType boundingBox)
          Sets ith "BoundingBox" element
 void setOutputFormatArray(int i, String outputFormat)
          Sets ith "OutputFormat" element
 void setOutputFormatArray(String[] outputFormatArray)
          Sets array of all "OutputFormat" element
 int sizeOfAvailableCRSArray()
          Returns number of "AvailableCRS" element
 int sizeOfBoundingBoxArray()
          Returns number of "BoundingBox" element
 int sizeOfOutputFormatArray()
          Returns number of "OutputFormat" element
 org.apache.xmlbeans.XmlAnyURI[] xgetAvailableCRSArray()
          Gets (as xml) array of all "AvailableCRS" elements
 org.apache.xmlbeans.XmlAnyURI xgetAvailableCRSArray(int i)
          Gets (as xml) ith "AvailableCRS" element
 MimeType[] xgetOutputFormatArray()
          Gets (as xml) array of all "OutputFormat" elements
 MimeType xgetOutputFormatArray(int i)
          Gets (as xml) ith "OutputFormat" element
 void xsetAvailableCRSArray(int i, org.apache.xmlbeans.XmlAnyURI availableCRS)
          Sets (as xml) ith "AvailableCRS" element
 void xsetAvailableCRSArray(org.apache.xmlbeans.XmlAnyURI[] availableCRSArray)
          Sets (as xml) array of all "AvailableCRS" element
 void xsetOutputFormatArray(int i, MimeType outputFormat)
          Sets (as xml) ith "OutputFormat" element
 void xsetOutputFormatArray(MimeType[] outputFormatArray)
          Sets (as xml) array of all "OutputFormat" element
 
Methods inherited from interface net.opengis.ows.x11.BasicIdentificationType
addNewIdentifier, addNewMetadata, getIdentifier, getMetadataArray, getMetadataArray, insertNewMetadata, isSetIdentifier, removeMetadata, setIdentifier, setMetadataArray, setMetadataArray, sizeOfMetadataArray, unsetIdentifier
 
Methods inherited from interface net.opengis.ows.x11.DescriptionType
addNewAbstract, addNewKeywords, addNewTitle, getAbstractArray, getAbstractArray, getKeywordsArray, getKeywordsArray, getTitleArray, getTitleArray, insertNewAbstract, insertNewKeywords, insertNewTitle, removeAbstract, removeKeywords, removeTitle, setAbstractArray, setAbstractArray, setKeywordsArray, setKeywordsArray, setTitleArray, setTitleArray, sizeOfAbstractArray, sizeOfKeywordsArray, sizeOfTitleArray
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getBoundingBoxArray

BoundingBoxType[] getBoundingBoxArray()
Gets array of all "BoundingBox" elements


getBoundingBoxArray

BoundingBoxType getBoundingBoxArray(int i)
Gets ith "BoundingBox" element


sizeOfBoundingBoxArray

int sizeOfBoundingBoxArray()
Returns number of "BoundingBox" element


setBoundingBoxArray

void setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
Sets array of all "BoundingBox" element


setBoundingBoxArray

void setBoundingBoxArray(int i,
                         BoundingBoxType boundingBox)
Sets ith "BoundingBox" element


insertNewBoundingBox

BoundingBoxType insertNewBoundingBox(int i)
Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element


addNewBoundingBox

BoundingBoxType addNewBoundingBox()
Appends and returns a new empty value (as xml) as the last "BoundingBox" element


removeBoundingBox

void removeBoundingBox(int i)
Removes the ith "BoundingBox" element


getOutputFormatArray

String[] getOutputFormatArray()
Gets array of all "OutputFormat" elements


getOutputFormatArray

String getOutputFormatArray(int i)
Gets ith "OutputFormat" element


xgetOutputFormatArray

MimeType[] xgetOutputFormatArray()
Gets (as xml) array of all "OutputFormat" elements


xgetOutputFormatArray

MimeType xgetOutputFormatArray(int i)
Gets (as xml) ith "OutputFormat" element


sizeOfOutputFormatArray

int sizeOfOutputFormatArray()
Returns number of "OutputFormat" element


setOutputFormatArray

void setOutputFormatArray(String[] outputFormatArray)
Sets array of all "OutputFormat" element


setOutputFormatArray

void setOutputFormatArray(int i,
                          String outputFormat)
Sets ith "OutputFormat" element


xsetOutputFormatArray

void xsetOutputFormatArray(MimeType[] outputFormatArray)
Sets (as xml) array of all "OutputFormat" element


xsetOutputFormatArray

void xsetOutputFormatArray(int i,
                           MimeType outputFormat)
Sets (as xml) ith "OutputFormat" element


insertOutputFormat

void insertOutputFormat(int i,
                        String outputFormat)
Inserts the value as the ith "OutputFormat" element


addOutputFormat

void addOutputFormat(String outputFormat)
Appends the value as the last "OutputFormat" element


insertNewOutputFormat

MimeType insertNewOutputFormat(int i)
Inserts and returns a new empty value (as xml) as the ith "OutputFormat" element


addNewOutputFormat

MimeType addNewOutputFormat()
Appends and returns a new empty value (as xml) as the last "OutputFormat" element


removeOutputFormat

void removeOutputFormat(int i)
Removes the ith "OutputFormat" element


getAvailableCRSArray

String[] getAvailableCRSArray()
Gets array of all "AvailableCRS" elements


getAvailableCRSArray

String getAvailableCRSArray(int i)
Gets ith "AvailableCRS" element


xgetAvailableCRSArray

org.apache.xmlbeans.XmlAnyURI[] xgetAvailableCRSArray()
Gets (as xml) array of all "AvailableCRS" elements


xgetAvailableCRSArray

org.apache.xmlbeans.XmlAnyURI xgetAvailableCRSArray(int i)
Gets (as xml) ith "AvailableCRS" element


sizeOfAvailableCRSArray

int sizeOfAvailableCRSArray()
Returns number of "AvailableCRS" element


setAvailableCRSArray

void setAvailableCRSArray(String[] availableCRSArray)
Sets array of all "AvailableCRS" element


setAvailableCRSArray

void setAvailableCRSArray(int i,
                          String availableCRS)
Sets ith "AvailableCRS" element


xsetAvailableCRSArray

void xsetAvailableCRSArray(org.apache.xmlbeans.XmlAnyURI[] availableCRSArray)
Sets (as xml) array of all "AvailableCRS" element


xsetAvailableCRSArray

void xsetAvailableCRSArray(int i,
                           org.apache.xmlbeans.XmlAnyURI availableCRS)
Sets (as xml) ith "AvailableCRS" element


insertAvailableCRS

void insertAvailableCRS(int i,
                        String availableCRS)
Inserts the value as the ith "AvailableCRS" element


addAvailableCRS

void addAvailableCRS(String availableCRS)
Appends the value as the last "AvailableCRS" element


insertNewAvailableCRS

org.apache.xmlbeans.XmlAnyURI insertNewAvailableCRS(int i)
Inserts and returns a new empty value (as xml) as the ith "AvailableCRS" element


addNewAvailableCRS

org.apache.xmlbeans.XmlAnyURI addNewAvailableCRS()
Appends and returns a new empty value (as xml) as the last "AvailableCRS" element


removeAvailableCRS

void removeAvailableCRS(int i)
Removes the ith "AvailableCRS" element



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