Package net.opengis.wcs.x11
Interface DescribeCoverageDocument.DescribeCoverage
-
- All Superinterfaces:
RequestBaseType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DescribeCoverageDocumentImpl.DescribeCoverageImpl
- Enclosing interface:
- DescribeCoverageDocument
public static interface DescribeCoverageDocument.DescribeCoverage extends RequestBaseType
An XML DescribeCoverage(@http://www.opengis.net/wcs/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDescribeCoverageDocument.DescribeCoverage.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 voidaddIdentifier(String identifier)Appends the value as the last "Identifier" elementIdentifierTypeaddNewIdentifier()Appends and returns a new empty value (as xml) as the last "Identifier" elementString[]getIdentifierArray()Gets array of all "Identifier" elementsStringgetIdentifierArray(int i)Gets ith "Identifier" elementvoidinsertIdentifier(int i, String identifier)Inserts the value as the ith "Identifier" elementIdentifierTypeinsertNewIdentifier(int i)Inserts and returns a new empty value (as xml) as the ith "Identifier" elementvoidremoveIdentifier(int i)Removes the ith "Identifier" elementvoidsetIdentifierArray(int i, String identifier)Sets ith "Identifier" elementvoidsetIdentifierArray(String[] identifierArray)Sets array of all "Identifier" elementintsizeOfIdentifierArray()Returns number of "Identifier" elementIdentifierType[]xgetIdentifierArray()Gets (as xml) array of all "Identifier" elementsIdentifierTypexgetIdentifierArray(int i)Gets (as xml) ith "Identifier" elementvoidxsetIdentifierArray(int i, IdentifierType identifier)Sets (as xml) ith "Identifier" elementvoidxsetIdentifierArray(IdentifierType[] identifierArray)Sets (as xml) array of all "Identifier" element-
Methods inherited from interface net.opengis.wcs.x11.RequestBaseType
getService, getVersion, setService, setVersion, xgetService, xgetVersion, xsetService, xsetVersion
-
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
-
getIdentifierArray
String[] getIdentifierArray()
Gets array of all "Identifier" elements
-
getIdentifierArray
String getIdentifierArray(int i)
Gets ith "Identifier" element
-
xgetIdentifierArray
IdentifierType[] xgetIdentifierArray()
Gets (as xml) array of all "Identifier" elements
-
xgetIdentifierArray
IdentifierType xgetIdentifierArray(int i)
Gets (as xml) ith "Identifier" element
-
sizeOfIdentifierArray
int sizeOfIdentifierArray()
Returns number of "Identifier" element
-
setIdentifierArray
void setIdentifierArray(String[] identifierArray)
Sets array of all "Identifier" element
-
setIdentifierArray
void setIdentifierArray(int i, String identifier)Sets ith "Identifier" element
-
xsetIdentifierArray
void xsetIdentifierArray(IdentifierType[] identifierArray)
Sets (as xml) array of all "Identifier" element
-
xsetIdentifierArray
void xsetIdentifierArray(int i, IdentifierType identifier)Sets (as xml) ith "Identifier" element
-
insertIdentifier
void insertIdentifier(int i, String identifier)Inserts the value as the ith "Identifier" element
-
addIdentifier
void addIdentifier(String identifier)
Appends the value as the last "Identifier" element
-
insertNewIdentifier
IdentifierType insertNewIdentifier(int i)
Inserts and returns a new empty value (as xml) as the ith "Identifier" element
-
addNewIdentifier
IdentifierType addNewIdentifier()
Appends and returns a new empty value (as xml) as the last "Identifier" element
-
removeIdentifier
void removeIdentifier(int i)
Removes the ith "Identifier" element
-
-