Package 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
Nested Classes Modifier and Type Interface Description static classIdentificationType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAvailableCRS(String availableCRS)Appends the value as the last "AvailableCRS" elementorg.apache.xmlbeans.XmlAnyURIaddNewAvailableCRS()Appends and returns a new empty value (as xml) as the last "AvailableCRS" elementBoundingBoxTypeaddNewBoundingBox()Appends and returns a new empty value (as xml) as the last "BoundingBox" elementMimeTypeaddNewOutputFormat()Appends and returns a new empty value (as xml) as the last "OutputFormat" elementvoidaddOutputFormat(String outputFormat)Appends the value as the last "OutputFormat" elementString[]getAvailableCRSArray()Gets array of all "AvailableCRS" elementsStringgetAvailableCRSArray(int i)Gets ith "AvailableCRS" elementBoundingBoxType[]getBoundingBoxArray()Gets array of all "BoundingBox" elementsBoundingBoxTypegetBoundingBoxArray(int i)Gets ith "BoundingBox" elementString[]getOutputFormatArray()Gets array of all "OutputFormat" elementsStringgetOutputFormatArray(int i)Gets ith "OutputFormat" elementvoidinsertAvailableCRS(int i, String availableCRS)Inserts the value as the ith "AvailableCRS" elementorg.apache.xmlbeans.XmlAnyURIinsertNewAvailableCRS(int i)Inserts and returns a new empty value (as xml) as the ith "AvailableCRS" elementBoundingBoxTypeinsertNewBoundingBox(int i)Inserts and returns a new empty value (as xml) as the ith "BoundingBox" elementMimeTypeinsertNewOutputFormat(int i)Inserts and returns a new empty value (as xml) as the ith "OutputFormat" elementvoidinsertOutputFormat(int i, String outputFormat)Inserts the value as the ith "OutputFormat" elementvoidremoveAvailableCRS(int i)Removes the ith "AvailableCRS" elementvoidremoveBoundingBox(int i)Removes the ith "BoundingBox" elementvoidremoveOutputFormat(int i)Removes the ith "OutputFormat" elementvoidsetAvailableCRSArray(int i, String availableCRS)Sets ith "AvailableCRS" elementvoidsetAvailableCRSArray(String[] availableCRSArray)Sets array of all "AvailableCRS" elementvoidsetBoundingBoxArray(int i, BoundingBoxType boundingBox)Sets ith "BoundingBox" elementvoidsetBoundingBoxArray(BoundingBoxType[] boundingBoxArray)Sets array of all "BoundingBox" elementvoidsetOutputFormatArray(int i, String outputFormat)Sets ith "OutputFormat" elementvoidsetOutputFormatArray(String[] outputFormatArray)Sets array of all "OutputFormat" elementintsizeOfAvailableCRSArray()Returns number of "AvailableCRS" elementintsizeOfBoundingBoxArray()Returns number of "BoundingBox" elementintsizeOfOutputFormatArray()Returns number of "OutputFormat" elementorg.apache.xmlbeans.XmlAnyURI[]xgetAvailableCRSArray()Gets (as xml) array of all "AvailableCRS" elementsorg.apache.xmlbeans.XmlAnyURIxgetAvailableCRSArray(int i)Gets (as xml) ith "AvailableCRS" elementMimeType[]xgetOutputFormatArray()Gets (as xml) array of all "OutputFormat" elementsMimeTypexgetOutputFormatArray(int i)Gets (as xml) ith "OutputFormat" elementvoidxsetAvailableCRSArray(int i, org.apache.xmlbeans.XmlAnyURI availableCRS)Sets (as xml) ith "AvailableCRS" elementvoidxsetAvailableCRSArray(org.apache.xmlbeans.XmlAnyURI[] availableCRSArray)Sets (as xml) array of all "AvailableCRS" elementvoidxsetOutputFormatArray(int i, MimeType outputFormat)Sets (as xml) ith "OutputFormat" elementvoidxsetOutputFormatArray(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, 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
-
-
-
-
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
-
-