Package net.opengis.sensorML.x101
Interface KeywordsDocument.Keywords.KeywordList
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KeywordsDocumentImpl.KeywordsImpl.KeywordListImpl
- Enclosing interface:
- KeywordsDocument.Keywords
public static interface KeywordsDocument.Keywords.KeywordList extends org.apache.xmlbeans.XmlObjectAn XML KeywordList(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKeywordsDocument.Keywords.KeywordList.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 voidaddKeyword(String keyword)Appends the value as the last "keyword" elementorg.apache.xmlbeans.XmlTokenaddNewKeyword()Appends and returns a new empty value (as xml) as the last "keyword" elementStringgetCodeSpace()Gets the "codeSpace" attributeStringgetId()Gets the "id" attributeString[]getKeywordArray()Gets array of all "keyword" elementsStringgetKeywordArray(int i)Gets ith "keyword" elementvoidinsertKeyword(int i, String keyword)Inserts the value as the ith "keyword" elementorg.apache.xmlbeans.XmlTokeninsertNewKeyword(int i)Inserts and returns a new empty value (as xml) as the ith "keyword" elementbooleanisSetCodeSpace()True if has "codeSpace" attributebooleanisSetId()True if has "id" attributevoidremoveKeyword(int i)Removes the ith "keyword" elementvoidsetCodeSpace(String codeSpace)Sets the "codeSpace" attributevoidsetId(String id)Sets the "id" attributevoidsetKeywordArray(int i, String keyword)Sets ith "keyword" elementvoidsetKeywordArray(String[] keywordArray)Sets array of all "keyword" elementintsizeOfKeywordArray()Returns number of "keyword" elementvoidunsetCodeSpace()Unsets the "codeSpace" attributevoidunsetId()Unsets the "id" attributeorg.apache.xmlbeans.XmlAnyURIxgetCodeSpace()Gets (as xml) the "codeSpace" attributeorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributeorg.apache.xmlbeans.XmlToken[]xgetKeywordArray()Gets (as xml) array of all "keyword" elementsorg.apache.xmlbeans.XmlTokenxgetKeywordArray(int i)Gets (as xml) ith "keyword" elementvoidxsetCodeSpace(org.apache.xmlbeans.XmlAnyURI codeSpace)Sets (as xml) the "codeSpace" attributevoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attributevoidxsetKeywordArray(int i, org.apache.xmlbeans.XmlToken keyword)Sets (as xml) ith "keyword" elementvoidxsetKeywordArray(org.apache.xmlbeans.XmlToken[] keywordArray)Sets (as xml) array of all "keyword" 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
-
getKeywordArray
String[] getKeywordArray()
Gets array of all "keyword" elements
-
getKeywordArray
String getKeywordArray(int i)
Gets ith "keyword" element
-
xgetKeywordArray
org.apache.xmlbeans.XmlToken[] xgetKeywordArray()
Gets (as xml) array of all "keyword" elements
-
xgetKeywordArray
org.apache.xmlbeans.XmlToken xgetKeywordArray(int i)
Gets (as xml) ith "keyword" element
-
sizeOfKeywordArray
int sizeOfKeywordArray()
Returns number of "keyword" element
-
setKeywordArray
void setKeywordArray(String[] keywordArray)
Sets array of all "keyword" element
-
setKeywordArray
void setKeywordArray(int i, String keyword)Sets ith "keyword" element
-
xsetKeywordArray
void xsetKeywordArray(org.apache.xmlbeans.XmlToken[] keywordArray)
Sets (as xml) array of all "keyword" element
-
xsetKeywordArray
void xsetKeywordArray(int i, org.apache.xmlbeans.XmlToken keyword)Sets (as xml) ith "keyword" element
-
insertKeyword
void insertKeyword(int i, String keyword)Inserts the value as the ith "keyword" element
-
addKeyword
void addKeyword(String keyword)
Appends the value as the last "keyword" element
-
insertNewKeyword
org.apache.xmlbeans.XmlToken insertNewKeyword(int i)
Inserts and returns a new empty value (as xml) as the ith "keyword" element
-
addNewKeyword
org.apache.xmlbeans.XmlToken addNewKeyword()
Appends and returns a new empty value (as xml) as the last "keyword" element
-
removeKeyword
void removeKeyword(int i)
Removes the ith "keyword" 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
-
getCodeSpace
String getCodeSpace()
Gets the "codeSpace" attribute
-
xgetCodeSpace
org.apache.xmlbeans.XmlAnyURI xgetCodeSpace()
Gets (as xml) the "codeSpace" attribute
-
isSetCodeSpace
boolean isSetCodeSpace()
True if has "codeSpace" attribute
-
setCodeSpace
void setCodeSpace(String codeSpace)
Sets the "codeSpace" attribute
-
xsetCodeSpace
void xsetCodeSpace(org.apache.xmlbeans.XmlAnyURI codeSpace)
Sets (as xml) the "codeSpace" attribute
-
unsetCodeSpace
void unsetCodeSpace()
Unsets the "codeSpace" attribute
-
-