Package net.opengis.ows.x11
Interface BasicIdentificationType
-
- All Superinterfaces:
DescriptionType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
IdentificationType,ManifestType,ReferenceGroupType
- All Known Implementing Classes:
BasicIdentificationTypeImpl,IdentificationTypeImpl,ManifestTypeImpl,ReferenceGroupTypeImpl
public interface BasicIdentificationType extends DescriptionType
An XML BasicIdentificationType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBasicIdentificationType.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 CodeTypeaddNewIdentifier()Appends and returns a new empty "Identifier" elementMetadataTypeaddNewMetadata()Appends and returns a new empty value (as xml) as the last "Metadata" elementCodeTypegetIdentifier()Gets the "Identifier" elementMetadataType[]getMetadataArray()Gets array of all "Metadata" elementsMetadataTypegetMetadataArray(int i)Gets ith "Metadata" elementMetadataTypeinsertNewMetadata(int i)Inserts and returns a new empty value (as xml) as the ith "Metadata" elementbooleanisSetIdentifier()True if has "Identifier" elementvoidremoveMetadata(int i)Removes the ith "Metadata" elementvoidsetIdentifier(CodeType identifier)Sets the "Identifier" elementvoidsetMetadataArray(int i, MetadataType metadata)Sets ith "Metadata" elementvoidsetMetadataArray(MetadataType[] metadataArray)Sets array of all "Metadata" elementintsizeOfMetadataArray()Returns number of "Metadata" elementvoidunsetIdentifier()Unsets the "Identifier" 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, 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
-
getIdentifier
CodeType getIdentifier()
Gets the "Identifier" element
-
isSetIdentifier
boolean isSetIdentifier()
True if has "Identifier" element
-
setIdentifier
void setIdentifier(CodeType identifier)
Sets the "Identifier" element
-
addNewIdentifier
CodeType addNewIdentifier()
Appends and returns a new empty "Identifier" element
-
unsetIdentifier
void unsetIdentifier()
Unsets the "Identifier" 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
-
-