Package net.opengis.sensorML.x101
Interface DocumentListDocument.DocumentList
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DocumentListDocumentImpl.DocumentListImpl
- Enclosing interface:
- DocumentListDocument
public static interface DocumentListDocument.DocumentList extends org.apache.xmlbeans.XmlObjectAn XML DocumentList(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDocumentListDocument.DocumentList.FactoryA factory class with static methods for creating instances of this type.static interfaceDocumentListDocument.DocumentList.MemberAn XML member(@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 StringOrRefTypeaddNewDescription()Appends and returns a new empty "description" elementDocumentListDocument.DocumentList.MemberaddNewMember()Appends and returns a new empty value (as xml) as the last "member" elementStringOrRefTypegetDescription()Gets the "description" elementStringgetId()Gets the "id" attributeDocumentListDocument.DocumentList.Member[]getMemberArray()Gets array of all "member" elementsDocumentListDocument.DocumentList.MembergetMemberArray(int i)Gets ith "member" elementDocumentListDocument.DocumentList.MemberinsertNewMember(int i)Inserts and returns a new empty value (as xml) as the ith "member" elementbooleanisSetDescription()True if has "description" elementbooleanisSetId()True if has "id" attributevoidremoveMember(int i)Removes the ith "member" elementvoidsetDescription(StringOrRefType description)Sets the "description" elementvoidsetId(String id)Sets the "id" attributevoidsetMemberArray(int i, DocumentListDocument.DocumentList.Member member)Sets ith "member" elementvoidsetMemberArray(DocumentListDocument.DocumentList.Member[] memberArray)Sets array of all "member" elementintsizeOfMemberArray()Returns number of "member" elementvoidunsetDescription()Unsets the "description" 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
-
getDescription
StringOrRefType getDescription()
Gets the "description" element
-
isSetDescription
boolean isSetDescription()
True if has "description" element
-
setDescription
void setDescription(StringOrRefType description)
Sets the "description" element
-
addNewDescription
StringOrRefType addNewDescription()
Appends and returns a new empty "description" element
-
unsetDescription
void unsetDescription()
Unsets the "description" element
-
getMemberArray
DocumentListDocument.DocumentList.Member[] getMemberArray()
Gets array of all "member" elements
-
getMemberArray
DocumentListDocument.DocumentList.Member getMemberArray(int i)
Gets ith "member" element
-
sizeOfMemberArray
int sizeOfMemberArray()
Returns number of "member" element
-
setMemberArray
void setMemberArray(DocumentListDocument.DocumentList.Member[] memberArray)
Sets array of all "member" element
-
setMemberArray
void setMemberArray(int i, DocumentListDocument.DocumentList.Member member)Sets ith "member" element
-
insertNewMember
DocumentListDocument.DocumentList.Member insertNewMember(int i)
Inserts and returns a new empty value (as xml) as the ith "member" element
-
addNewMember
DocumentListDocument.DocumentList.Member addNewMember()
Appends and returns a new empty value (as xml) as the last "member" element
-
removeMember
void removeMember(int i)
Removes the ith "member" 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
-
-