net.opengis.sensorML.x10
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.XmlObject

An XML IdentifierList(@http://www.opengis.net/sensorML/1.0). This is a complex type.


Nested Class Summary
static class IdentificationDocument.Identification.IdentifierList.Factory
          A factory class with static methods for creating instances of this type.
static interface IdentificationDocument.Identification.IdentifierList.Identifier
          An XML identifier(@http://www.opengis.net/sensorML/1.0).
 
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
 IdentificationDocument.Identification.IdentifierList.Identifier addNewIdentifier()
          Appends and returns a new empty value (as xml) as the last "identifier" element
 String getId()
          Gets the "id" attribute
 IdentificationDocument.Identification.IdentifierList.Identifier[] getIdentifierArray()
          Gets array of all "identifier" elements
 IdentificationDocument.Identification.IdentifierList.Identifier getIdentifierArray(int i)
          Gets ith "identifier" element
 IdentificationDocument.Identification.IdentifierList.Identifier insertNewIdentifier(int i)
          Inserts and returns a new empty value (as xml) as the ith "identifier" element
 boolean isSetId()
          True if has "id" attribute
 void removeIdentifier(int i)
          Removes the ith "identifier" element
 void setId(String id)
          Sets the "id" attribute
 void setIdentifierArray(IdentificationDocument.Identification.IdentifierList.Identifier[] identifierArray)
          Sets array of all "identifier" element
 void setIdentifierArray(int i, IdentificationDocument.Identification.IdentifierList.Identifier identifier)
          Sets ith "identifier" element
 int sizeOfIdentifierArray()
          Returns number of "identifier" element
 void unsetId()
          Unsets the "id" attribute
 org.apache.xmlbeans.XmlID xgetId()
          Gets (as xml) the "id" attribute
 void xsetId(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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
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



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