public static interface DescribeCoverageDocument.DescribeCoverage extends RequestBaseType
| Modifier and Type | Interface and Description |
|---|---|
static class |
DescribeCoverageDocument.DescribeCoverage.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
void |
addIdentifier(String identifier)
Appends the value as the last "Identifier" element
|
IdentifierType |
addNewIdentifier()
Appends and returns a new empty value (as xml) as the last "Identifier" element
|
String[] |
getIdentifierArray()
Gets array of all "Identifier" elements
|
String |
getIdentifierArray(int i)
Gets ith "Identifier" element
|
void |
insertIdentifier(int i,
String identifier)
Inserts the value as the ith "Identifier" element
|
IdentifierType |
insertNewIdentifier(int i)
Inserts and returns a new empty value (as xml) as the ith "Identifier" element
|
void |
removeIdentifier(int i)
Removes the ith "Identifier" element
|
void |
setIdentifierArray(int i,
String identifier)
Sets ith "Identifier" element
|
void |
setIdentifierArray(String[] identifierArray)
Sets array of all "Identifier" element
|
int |
sizeOfIdentifierArray()
Returns number of "Identifier" element
|
IdentifierType[] |
xgetIdentifierArray()
Gets (as xml) array of all "Identifier" elements
|
IdentifierType |
xgetIdentifierArray(int i)
Gets (as xml) ith "Identifier" element
|
void |
xsetIdentifierArray(IdentifierType[] identifierArray)
Sets (as xml) array of all "Identifier" element
|
void |
xsetIdentifierArray(int i,
IdentifierType identifier)
Sets (as xml) ith "Identifier" element
|
getService, getVersion, setService, setVersion, xgetService, xgetVersion, xsetService, xsetVersionchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString[] getIdentifierArray()
String getIdentifierArray(int i)
IdentifierType[] xgetIdentifierArray()
IdentifierType xgetIdentifierArray(int i)
int sizeOfIdentifierArray()
void setIdentifierArray(String[] identifierArray)
void setIdentifierArray(int i,
String identifier)
void xsetIdentifierArray(IdentifierType[] identifierArray)
void xsetIdentifierArray(int i,
IdentifierType identifier)
void insertIdentifier(int i,
String identifier)
void addIdentifier(String identifier)
IdentifierType insertNewIdentifier(int i)
IdentifierType addNewIdentifier()
void removeIdentifier(int i)
Copyright © 2017 52north.org. All rights reserved.