Package net.opengis.swe.x101
Interface AllowedTokensDocument.AllowedTokens
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AllowedTokensDocumentImpl.AllowedTokensImpl
- Enclosing interface:
- AllowedTokensDocument
public static interface AllowedTokensDocument.AllowedTokens extends org.apache.xmlbeans.XmlObjectAn XML AllowedTokens(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAllowedTokensDocument.AllowedTokens.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 TokenListaddNewValueList()Appends and returns a new empty value (as xml) as the last "valueList" elementvoidaddValueList(List valueList)Appends the value as the last "valueList" elementStringgetId()Gets the "id" attributeList[]getValueListArray()Gets array of all "valueList" elementsListgetValueListArray(int i)Gets ith "valueList" elementTokenListinsertNewValueList(int i)Inserts and returns a new empty value (as xml) as the ith "valueList" elementvoidinsertValueList(int i, List valueList)Inserts the value as the ith "valueList" elementbooleanisSetId()True if has "id" attributevoidremoveValueList(int i)Removes the ith "valueList" elementvoidsetId(String id)Sets the "id" attributevoidsetValueListArray(int i, List valueList)Sets ith "valueList" elementvoidsetValueListArray(List[] valueListArray)Sets array of all "valueList" elementintsizeOfValueListArray()Returns number of "valueList" elementvoidunsetId()Unsets the "id" attributeorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributeTokenList[]xgetValueListArray()Gets (as xml) array of all "valueList" elementsTokenListxgetValueListArray(int i)Gets (as xml) ith "valueList" elementvoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attributevoidxsetValueListArray(int i, TokenList valueList)Sets (as xml) ith "valueList" elementvoidxsetValueListArray(TokenList[] valueListArray)Sets (as xml) array of all "valueList" element-
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
-
getValueListArray
List[] getValueListArray()
Gets array of all "valueList" elements
-
getValueListArray
List getValueListArray(int i)
Gets ith "valueList" element
-
xgetValueListArray
TokenList[] xgetValueListArray()
Gets (as xml) array of all "valueList" elements
-
xgetValueListArray
TokenList xgetValueListArray(int i)
Gets (as xml) ith "valueList" element
-
sizeOfValueListArray
int sizeOfValueListArray()
Returns number of "valueList" element
-
setValueListArray
void setValueListArray(List[] valueListArray)
Sets array of all "valueList" element
-
setValueListArray
void setValueListArray(int i, List valueList)Sets ith "valueList" element
-
xsetValueListArray
void xsetValueListArray(TokenList[] valueListArray)
Sets (as xml) array of all "valueList" element
-
xsetValueListArray
void xsetValueListArray(int i, TokenList valueList)Sets (as xml) ith "valueList" element
-
insertValueList
void insertValueList(int i, List valueList)Inserts the value as the ith "valueList" element
-
addValueList
void addValueList(List valueList)
Appends the value as the last "valueList" element
-
insertNewValueList
TokenList insertNewValueList(int i)
Inserts and returns a new empty value (as xml) as the ith "valueList" element
-
addNewValueList
TokenList addNewValueList()
Appends and returns a new empty value (as xml) as the last "valueList" element
-
removeValueList
void removeValueList(int i)
Removes the ith "valueList" 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
-
-