Package net.opengis.sensorML.x101
Interface IdentificationDocument.Identification.IdentifierList
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
IdentificationDocumentImpl.IdentificationImpl.IdentifierListImpl
- Enclosing interface:
- IdentificationDocument.Identification
public static interface IdentificationDocument.Identification.IdentifierList extends org.apache.xmlbeans.XmlObjectAn XML IdentifierList(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentificationDocument.Identification.IdentifierList.FactoryA factory class with static methods for creating instances of this type.static interfaceIdentificationDocument.Identification.IdentifierList.IdentifierAn XML identifier(@http://www.opengis.net/sensorML/1.0.1).
-
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 IdentificationDocument.Identification.IdentifierList.IdentifieraddNewIdentifier()Appends and returns a new empty value (as xml) as the last "identifier" elementStringgetId()Gets the "id" attributeIdentificationDocument.Identification.IdentifierList.Identifier[]getIdentifierArray()Gets array of all "identifier" elementsIdentificationDocument.Identification.IdentifierList.IdentifiergetIdentifierArray(int i)Gets ith "identifier" elementIdentificationDocument.Identification.IdentifierList.IdentifierinsertNewIdentifier(int i)Inserts and returns a new empty value (as xml) as the ith "identifier" elementbooleanisSetId()True if has "id" attributevoidremoveIdentifier(int i)Removes the ith "identifier" elementvoidsetId(String id)Sets the "id" attributevoidsetIdentifierArray(int i, IdentificationDocument.Identification.IdentifierList.Identifier identifier)Sets ith "identifier" elementvoidsetIdentifierArray(IdentificationDocument.Identification.IdentifierList.Identifier[] identifierArray)Sets array of all "identifier" elementintsizeOfIdentifierArray()Returns number of "identifier" elementvoidunsetId()Unsets the "id" attributeorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributevoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attribute-
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
-
getIdentifierArray
IdentificationDocument.Identification.IdentifierList.Identifier[] getIdentifierArray()
Gets array of all "identifier" elements
-
getIdentifierArray
IdentificationDocument.Identification.IdentifierList.Identifier getIdentifierArray(int i)
Gets ith "identifier" element
-
sizeOfIdentifierArray
int sizeOfIdentifierArray()
Returns number of "identifier" element
-
setIdentifierArray
void setIdentifierArray(IdentificationDocument.Identification.IdentifierList.Identifier[] identifierArray)
Sets array of all "identifier" element
-
setIdentifierArray
void setIdentifierArray(int i, IdentificationDocument.Identification.IdentifierList.Identifier identifier)Sets ith "identifier" element
-
insertNewIdentifier
IdentificationDocument.Identification.IdentifierList.Identifier insertNewIdentifier(int i)
Inserts and returns a new empty value (as xml) as the ith "identifier" element
-
addNewIdentifier
IdentificationDocument.Identification.IdentifierList.Identifier addNewIdentifier()
Appends and returns a new empty value (as xml) as the last "identifier" element
-
removeIdentifier
void removeIdentifier(int i)
Removes the ith "identifier" element
-
getId
String getId()
Gets the "id" attribute
-
xgetId
org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute
-
isSetId
boolean isSetId()
True if has "id" attribute
-
setId
void setId(String id)
Sets the "id" attribute
-
xsetId
void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
-