Package net.opengis.ows.x11
Interface ManifestType
-
- All Superinterfaces:
BasicIdentificationType,DescriptionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ManifestTypeImpl
public interface ManifestType extends BasicIdentificationType
An XML ManifestType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classManifestType.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 ReferenceGroupTypeaddNewReferenceGroup()Appends and returns a new empty value (as xml) as the last "ReferenceGroup" elementReferenceGroupType[]getReferenceGroupArray()Gets array of all "ReferenceGroup" elementsReferenceGroupTypegetReferenceGroupArray(int i)Gets ith "ReferenceGroup" elementReferenceGroupTypeinsertNewReferenceGroup(int i)Inserts and returns a new empty value (as xml) as the ith "ReferenceGroup" elementvoidremoveReferenceGroup(int i)Removes the ith "ReferenceGroup" elementvoidsetReferenceGroupArray(int i, ReferenceGroupType referenceGroup)Sets ith "ReferenceGroup" elementvoidsetReferenceGroupArray(ReferenceGroupType[] referenceGroupArray)Sets array of all "ReferenceGroup" elementintsizeOfReferenceGroupArray()Returns number of "ReferenceGroup" 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
-
getReferenceGroupArray
ReferenceGroupType[] getReferenceGroupArray()
Gets array of all "ReferenceGroup" elements
-
getReferenceGroupArray
ReferenceGroupType getReferenceGroupArray(int i)
Gets ith "ReferenceGroup" element
-
sizeOfReferenceGroupArray
int sizeOfReferenceGroupArray()
Returns number of "ReferenceGroup" element
-
setReferenceGroupArray
void setReferenceGroupArray(ReferenceGroupType[] referenceGroupArray)
Sets array of all "ReferenceGroup" element
-
setReferenceGroupArray
void setReferenceGroupArray(int i, ReferenceGroupType referenceGroup)Sets ith "ReferenceGroup" element
-
insertNewReferenceGroup
ReferenceGroupType insertNewReferenceGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "ReferenceGroup" element
-
addNewReferenceGroup
ReferenceGroupType addNewReferenceGroup()
Appends and returns a new empty value (as xml) as the last "ReferenceGroup" element
-
removeReferenceGroup
void removeReferenceGroup(int i)
Removes the ith "ReferenceGroup" element
-
-