Package net.opengis.ows.x11
Interface ContentsBaseType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ContentsBaseTypeImpl
public interface ContentsBaseType extends org.apache.xmlbeans.XmlObjectAn XML ContentsBaseType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContentsBaseType.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 DatasetDescriptionSummaryBaseTypeaddNewDatasetDescriptionSummary()Appends and returns a new empty value (as xml) as the last "DatasetDescriptionSummary" elementMetadataTypeaddNewOtherSource()Appends and returns a new empty value (as xml) as the last "OtherSource" elementDatasetDescriptionSummaryBaseType[]getDatasetDescriptionSummaryArray()Gets array of all "DatasetDescriptionSummary" elementsDatasetDescriptionSummaryBaseTypegetDatasetDescriptionSummaryArray(int i)Gets ith "DatasetDescriptionSummary" elementMetadataType[]getOtherSourceArray()Gets array of all "OtherSource" elementsMetadataTypegetOtherSourceArray(int i)Gets ith "OtherSource" elementDatasetDescriptionSummaryBaseTypeinsertNewDatasetDescriptionSummary(int i)Inserts and returns a new empty value (as xml) as the ith "DatasetDescriptionSummary" elementMetadataTypeinsertNewOtherSource(int i)Inserts and returns a new empty value (as xml) as the ith "OtherSource" elementvoidremoveDatasetDescriptionSummary(int i)Removes the ith "DatasetDescriptionSummary" elementvoidremoveOtherSource(int i)Removes the ith "OtherSource" elementvoidsetDatasetDescriptionSummaryArray(int i, DatasetDescriptionSummaryBaseType datasetDescriptionSummary)Sets ith "DatasetDescriptionSummary" elementvoidsetDatasetDescriptionSummaryArray(DatasetDescriptionSummaryBaseType[] datasetDescriptionSummaryArray)Sets array of all "DatasetDescriptionSummary" elementvoidsetOtherSourceArray(int i, MetadataType otherSource)Sets ith "OtherSource" elementvoidsetOtherSourceArray(MetadataType[] otherSourceArray)Sets array of all "OtherSource" elementintsizeOfDatasetDescriptionSummaryArray()Returns number of "DatasetDescriptionSummary" elementintsizeOfOtherSourceArray()Returns number of "OtherSource" element-
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
-
getDatasetDescriptionSummaryArray
DatasetDescriptionSummaryBaseType[] getDatasetDescriptionSummaryArray()
Gets array of all "DatasetDescriptionSummary" elements
-
getDatasetDescriptionSummaryArray
DatasetDescriptionSummaryBaseType getDatasetDescriptionSummaryArray(int i)
Gets ith "DatasetDescriptionSummary" element
-
sizeOfDatasetDescriptionSummaryArray
int sizeOfDatasetDescriptionSummaryArray()
Returns number of "DatasetDescriptionSummary" element
-
setDatasetDescriptionSummaryArray
void setDatasetDescriptionSummaryArray(DatasetDescriptionSummaryBaseType[] datasetDescriptionSummaryArray)
Sets array of all "DatasetDescriptionSummary" element
-
setDatasetDescriptionSummaryArray
void setDatasetDescriptionSummaryArray(int i, DatasetDescriptionSummaryBaseType datasetDescriptionSummary)Sets ith "DatasetDescriptionSummary" element
-
insertNewDatasetDescriptionSummary
DatasetDescriptionSummaryBaseType insertNewDatasetDescriptionSummary(int i)
Inserts and returns a new empty value (as xml) as the ith "DatasetDescriptionSummary" element
-
addNewDatasetDescriptionSummary
DatasetDescriptionSummaryBaseType addNewDatasetDescriptionSummary()
Appends and returns a new empty value (as xml) as the last "DatasetDescriptionSummary" element
-
removeDatasetDescriptionSummary
void removeDatasetDescriptionSummary(int i)
Removes the ith "DatasetDescriptionSummary" element
-
getOtherSourceArray
MetadataType[] getOtherSourceArray()
Gets array of all "OtherSource" elements
-
getOtherSourceArray
MetadataType getOtherSourceArray(int i)
Gets ith "OtherSource" element
-
sizeOfOtherSourceArray
int sizeOfOtherSourceArray()
Returns number of "OtherSource" element
-
setOtherSourceArray
void setOtherSourceArray(MetadataType[] otherSourceArray)
Sets array of all "OtherSource" element
-
setOtherSourceArray
void setOtherSourceArray(int i, MetadataType otherSource)Sets ith "OtherSource" element
-
insertNewOtherSource
MetadataType insertNewOtherSource(int i)
Inserts and returns a new empty value (as xml) as the ith "OtherSource" element
-
addNewOtherSource
MetadataType addNewOtherSource()
Appends and returns a new empty value (as xml) as the last "OtherSource" element
-
removeOtherSource
void removeOtherSource(int i)
Removes the ith "OtherSource" element
-
-