|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatasetDescriptionSummaryBaseType
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
WGS84BoundingBoxType[] getWGS84BoundingBoxArray()
WGS84BoundingBoxType getWGS84BoundingBoxArray(int i)
int sizeOfWGS84BoundingBoxArray()
void setWGS84BoundingBoxArray(WGS84BoundingBoxType[] wgs84BoundingBoxArray)
void setWGS84BoundingBoxArray(int i,
WGS84BoundingBoxType wgs84BoundingBox)
WGS84BoundingBoxType insertNewWGS84BoundingBox(int i)
WGS84BoundingBoxType addNewWGS84BoundingBox()
void removeWGS84BoundingBox(int i)
CodeType getIdentifier()
void setIdentifier(CodeType identifier)
CodeType addNewIdentifier()
BoundingBoxType[] getBoundingBoxArray()
BoundingBoxType getBoundingBoxArray(int i)
int sizeOfBoundingBoxArray()
void setBoundingBoxArray(BoundingBoxType[] boundingBoxArray)
void setBoundingBoxArray(int i,
BoundingBoxType boundingBox)
BoundingBoxType insertNewBoundingBox(int i)
BoundingBoxType addNewBoundingBox()
void removeBoundingBox(int i)
MetadataType[] getMetadataArray()
MetadataType getMetadataArray(int i)
int sizeOfMetadataArray()
void setMetadataArray(MetadataType[] metadataArray)
void setMetadataArray(int i,
MetadataType metadata)
MetadataType insertNewMetadata(int i)
MetadataType addNewMetadata()
void removeMetadata(int i)
DatasetDescriptionSummaryBaseType[] getDatasetDescriptionSummaryArray()
DatasetDescriptionSummaryBaseType getDatasetDescriptionSummaryArray(int i)
int sizeOfDatasetDescriptionSummaryArray()
void setDatasetDescriptionSummaryArray(DatasetDescriptionSummaryBaseType[] datasetDescriptionSummaryArray)
void setDatasetDescriptionSummaryArray(int i,
DatasetDescriptionSummaryBaseType datasetDescriptionSummary)
DatasetDescriptionSummaryBaseType insertNewDatasetDescriptionSummary(int i)
DatasetDescriptionSummaryBaseType addNewDatasetDescriptionSummary()
void removeDatasetDescriptionSummary(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||