Package net.opengis.wcs.x11
Interface AxisType
-
- All Superinterfaces:
DescriptionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AxisTypeImpl
public interface AxisType extends DescriptionType
An XML AxisType(@http://www.opengis.net/wcs/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAxisType.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 AvailableKeysDocument.AvailableKeysaddNewAvailableKeys()Appends and returns a new empty "AvailableKeys" elementDomainMetadataTypeaddNewDataType()Appends and returns a new empty "DataType" elementDomainMetadataTypeaddNewMeaning()Appends and returns a new empty "Meaning" elementMetadataTypeaddNewMetadata()Appends and returns a new empty value (as xml) as the last "Metadata" elementDomainMetadataTypeaddNewReferenceSystem()Appends and returns a new empty "ReferenceSystem" elementDomainMetadataTypeaddNewUOM()Appends and returns a new empty "UOM" elementAvailableKeysDocument.AvailableKeysgetAvailableKeys()Gets the "AvailableKeys" elementDomainMetadataTypegetDataType()Gets the "DataType" elementStringgetIdentifier()Gets the "identifier" attributeDomainMetadataTypegetMeaning()Gets the "Meaning" elementMetadataType[]getMetadataArray()Gets array of all "Metadata" elementsMetadataTypegetMetadataArray(int i)Gets ith "Metadata" elementDomainMetadataTypegetReferenceSystem()Gets the "ReferenceSystem" elementDomainMetadataTypegetUOM()Gets the "UOM" elementMetadataTypeinsertNewMetadata(int i)Inserts and returns a new empty value (as xml) as the ith "Metadata" elementbooleanisSetDataType()True if has "DataType" elementbooleanisSetMeaning()True if has "Meaning" elementbooleanisSetReferenceSystem()True if has "ReferenceSystem" elementbooleanisSetUOM()True if has "UOM" elementvoidremoveMetadata(int i)Removes the ith "Metadata" elementvoidsetAvailableKeys(AvailableKeysDocument.AvailableKeys availableKeys)Sets the "AvailableKeys" elementvoidsetDataType(DomainMetadataType dataType)Sets the "DataType" elementvoidsetIdentifier(String identifier)Sets the "identifier" attributevoidsetMeaning(DomainMetadataType meaning)Sets the "Meaning" elementvoidsetMetadataArray(int i, MetadataType metadata)Sets ith "Metadata" elementvoidsetMetadataArray(MetadataType[] metadataArray)Sets array of all "Metadata" elementvoidsetReferenceSystem(DomainMetadataType referenceSystem)Sets the "ReferenceSystem" elementvoidsetUOM(DomainMetadataType uom)Sets the "UOM" elementintsizeOfMetadataArray()Returns number of "Metadata" elementvoidunsetDataType()Unsets the "DataType" elementvoidunsetMeaning()Unsets the "Meaning" elementvoidunsetReferenceSystem()Unsets the "ReferenceSystem" elementvoidunsetUOM()Unsets the "UOM" elementIdentifierTypexgetIdentifier()Gets (as xml) the "identifier" attributevoidxsetIdentifier(IdentifierType identifier)Sets (as xml) the "identifier" attribute-
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
-
getAvailableKeys
AvailableKeysDocument.AvailableKeys getAvailableKeys()
Gets the "AvailableKeys" element
-
setAvailableKeys
void setAvailableKeys(AvailableKeysDocument.AvailableKeys availableKeys)
Sets the "AvailableKeys" element
-
addNewAvailableKeys
AvailableKeysDocument.AvailableKeys addNewAvailableKeys()
Appends and returns a new empty "AvailableKeys" element
-
getMeaning
DomainMetadataType getMeaning()
Gets the "Meaning" element
-
isSetMeaning
boolean isSetMeaning()
True if has "Meaning" element
-
setMeaning
void setMeaning(DomainMetadataType meaning)
Sets the "Meaning" element
-
addNewMeaning
DomainMetadataType addNewMeaning()
Appends and returns a new empty "Meaning" element
-
unsetMeaning
void unsetMeaning()
Unsets the "Meaning" element
-
getDataType
DomainMetadataType getDataType()
Gets the "DataType" element
-
isSetDataType
boolean isSetDataType()
True if has "DataType" element
-
setDataType
void setDataType(DomainMetadataType dataType)
Sets the "DataType" element
-
addNewDataType
DomainMetadataType addNewDataType()
Appends and returns a new empty "DataType" element
-
unsetDataType
void unsetDataType()
Unsets the "DataType" element
-
getUOM
DomainMetadataType getUOM()
Gets the "UOM" element
-
isSetUOM
boolean isSetUOM()
True if has "UOM" element
-
setUOM
void setUOM(DomainMetadataType uom)
Sets the "UOM" element
-
addNewUOM
DomainMetadataType addNewUOM()
Appends and returns a new empty "UOM" element
-
unsetUOM
void unsetUOM()
Unsets the "UOM" element
-
getReferenceSystem
DomainMetadataType getReferenceSystem()
Gets the "ReferenceSystem" element
-
isSetReferenceSystem
boolean isSetReferenceSystem()
True if has "ReferenceSystem" element
-
setReferenceSystem
void setReferenceSystem(DomainMetadataType referenceSystem)
Sets the "ReferenceSystem" element
-
addNewReferenceSystem
DomainMetadataType addNewReferenceSystem()
Appends and returns a new empty "ReferenceSystem" element
-
unsetReferenceSystem
void unsetReferenceSystem()
Unsets the "ReferenceSystem" 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
-
getIdentifier
String getIdentifier()
Gets the "identifier" attribute
-
xgetIdentifier
IdentifierType xgetIdentifier()
Gets (as xml) the "identifier" attribute
-
setIdentifier
void setIdentifier(String identifier)
Sets the "identifier" attribute
-
xsetIdentifier
void xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "identifier" attribute
-
-