net.opengis.ows.x11
Interface DatasetDescriptionSummaryBaseType

All Superinterfaces:
DescriptionType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DatasetDescriptionSummaryBaseTypeImpl

public interface DatasetDescriptionSummaryBaseType
extends DescriptionType

An XML DatasetDescriptionSummaryBaseType(@http://www.opengis.net/ows/1.1). This is a complex type.


Nested Class Summary
static class DatasetDescriptionSummaryBaseType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 BoundingBoxType addNewBoundingBox()
          Appends and returns a new empty value (as xml) as the last "BoundingBox" element
 DatasetDescriptionSummaryBaseType addNewDatasetDescriptionSummary()
          Appends and returns a new empty value (as xml) as the last "DatasetDescriptionSummary" element
 CodeType addNewIdentifier()
          Appends and returns a new empty "Identifier" element
 MetadataType addNewMetadata()
          Appends and returns a new empty value (as xml) as the last "Metadata" element
 WGS84BoundingBoxType addNewWGS84BoundingBox()
          Appends and returns a new empty value (as xml) as the last "WGS84BoundingBox" element
 BoundingBoxType[] getBoundingBoxArray()
          Gets array of all "BoundingBox" elements
 BoundingBoxType getBoundingBoxArray(int i)
          Gets ith "BoundingBox" element
 DatasetDescriptionSummaryBaseType[] getDatasetDescriptionSummaryArray()
          Gets array of all "DatasetDescriptionSummary" elements
 DatasetDescriptionSummaryBaseType getDatasetDescriptionSummaryArray(int i)
          Gets ith "DatasetDescriptionSummary" element
 CodeType getIdentifier()
          Gets the "Identifier" element
 MetadataType[] getMetadataArray()
          Gets array of all "Metadata" elements
 MetadataType getMetadataArray(int i)
          Gets ith "Metadata" element
 WGS84BoundingBoxType[] getWGS84BoundingBoxArray()
          Gets array of all "WGS84BoundingBox" elements
 WGS84BoundingBoxType getWGS84BoundingBoxArray(int i)
          Gets ith "WGS84BoundingBox" element
 BoundingBoxType insertNewBoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "BoundingBox" element
 DatasetDescriptionSummaryBaseType insertNewDatasetDescriptionSummary(int i)
          Inserts and returns a new empty value (as xml) as the ith "DatasetDescriptionSummary" element
 MetadataType insertNewMetadata(int i)
          Inserts and returns a new empty value (as xml) as the ith "Metadata" element
 WGS84BoundingBoxType insertNewWGS84BoundingBox(int i)
          Inserts and returns a new empty value (as xml) as the ith "WGS84BoundingBox" element
 void removeBoundingBox(int i)
          Removes the ith "BoundingBox" element
 void removeDatasetDescriptionSummary(int i)
          Removes the ith "DatasetDescriptionSummary" element
 void removeMetadata(int i)
          Removes the ith "Metadata" element
 void removeWGS84BoundingBox(int i)
          Removes the ith "WGS84BoundingBox" element
 void setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
          Sets array of all "BoundingBox" element
 void setBoundingBoxArray(int i, BoundingBoxType boundingBox)
          Sets ith "BoundingBox" element
 void setDatasetDescriptionSummaryArray(DatasetDescriptionSummaryBaseType[] datasetDescriptionSummaryArray)
          Sets array of all "DatasetDescriptionSummary" element
 void setDatasetDescriptionSummaryArray(int i, DatasetDescriptionSummaryBaseType datasetDescriptionSummary)
          Sets ith "DatasetDescriptionSummary" element
 void setIdentifier(CodeType identifier)
          Sets the "Identifier" element
 void setMetadataArray(int i, MetadataType metadata)
          Sets ith "Metadata" element
 void setMetadataArray(MetadataType[] metadataArray)
          Sets array of all "Metadata" element
 void setWGS84BoundingBoxArray(int i, WGS84BoundingBoxType wgs84BoundingBox)
          Sets ith "WGS84BoundingBox" element
 void setWGS84BoundingBoxArray(WGS84BoundingBoxType[] wgs84BoundingBoxArray)
          Sets array of all "WGS84BoundingBox" element
 int sizeOfBoundingBoxArray()
          Returns number of "BoundingBox" element
 int sizeOfDatasetDescriptionSummaryArray()
          Returns number of "DatasetDescriptionSummary" element
 int sizeOfMetadataArray()
          Returns number of "Metadata" element
 int sizeOfWGS84BoundingBoxArray()
          Returns number of "WGS84BoundingBox" element
 
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, 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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getWGS84BoundingBoxArray

WGS84BoundingBoxType[] getWGS84BoundingBoxArray()
Gets array of all "WGS84BoundingBox" elements


getWGS84BoundingBoxArray

WGS84BoundingBoxType getWGS84BoundingBoxArray(int i)
Gets ith "WGS84BoundingBox" element


sizeOfWGS84BoundingBoxArray

int sizeOfWGS84BoundingBoxArray()
Returns number of "WGS84BoundingBox" element


setWGS84BoundingBoxArray

void setWGS84BoundingBoxArray(WGS84BoundingBoxType[] wgs84BoundingBoxArray)
Sets array of all "WGS84BoundingBox" element


setWGS84BoundingBoxArray

void setWGS84BoundingBoxArray(int i,
                              WGS84BoundingBoxType wgs84BoundingBox)
Sets ith "WGS84BoundingBox" element


insertNewWGS84BoundingBox

WGS84BoundingBoxType insertNewWGS84BoundingBox(int i)
Inserts and returns a new empty value (as xml) as the ith "WGS84BoundingBox" element


addNewWGS84BoundingBox

WGS84BoundingBoxType addNewWGS84BoundingBox()
Appends and returns a new empty value (as xml) as the last "WGS84BoundingBox" element


removeWGS84BoundingBox

void removeWGS84BoundingBox(int i)
Removes the ith "WGS84BoundingBox" element


getIdentifier

CodeType getIdentifier()
Gets the "Identifier" element


setIdentifier

void setIdentifier(CodeType identifier)
Sets the "Identifier" element


addNewIdentifier

CodeType addNewIdentifier()
Appends and returns a new empty "Identifier" element


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


getMetadataArray

MetadataType[] getMetadataArray()
Gets array of all "Metadata" elements


getMetadataArray

MetadataType getMetadataArray(int i)
Gets ith "Metadata" element


sizeOfMetadataArray

int sizeOfMetadataArray()
Returns number of "Metadata" element


setMetadataArray

void setMetadataArray(MetadataType[] metadataArray)
Sets array of all "Metadata" element


setMetadataArray

void setMetadataArray(int i,
                      MetadataType metadata)
Sets ith "Metadata" element


insertNewMetadata

MetadataType insertNewMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "Metadata" element


addNewMetadata

MetadataType addNewMetadata()
Appends and returns a new empty value (as xml) as the last "Metadata" element


removeMetadata

void removeMetadata(int i)
Removes the ith "Metadata" element


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



Copyright © 2004-2012 52north.org. All Rights Reserved.