|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface KeywordsDocument.Keywords.KeywordList
An XML KeywordList(@http://www.opengis.net/sensorML/1.0). This is a complex type.
Nested Class Summary | |
---|---|
static class |
KeywordsDocument.Keywords.KeywordList.Factory
A factory class with static methods for creating instances of this type. |
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 | |
---|---|
void |
addKeyword(String keyword)
Appends the value as the last "keyword" element |
org.apache.xmlbeans.XmlToken |
addNewKeyword()
Appends and returns a new empty value (as xml) as the last "keyword" element |
String |
getCodeSpace()
Gets the "codeSpace" attribute |
String |
getId()
Gets the "id" attribute |
String[] |
getKeywordArray()
Gets array of all "keyword" elements |
String |
getKeywordArray(int i)
Gets ith "keyword" element |
void |
insertKeyword(int i,
String keyword)
Inserts the value as the ith "keyword" element |
org.apache.xmlbeans.XmlToken |
insertNewKeyword(int i)
Inserts and returns a new empty value (as xml) as the ith "keyword" element |
boolean |
isSetCodeSpace()
True if has "codeSpace" attribute |
boolean |
isSetId()
True if has "id" attribute |
void |
removeKeyword(int i)
Removes the ith "keyword" element |
void |
setCodeSpace(String codeSpace)
Sets the "codeSpace" attribute |
void |
setId(String id)
Sets the "id" attribute |
void |
setKeywordArray(int i,
String keyword)
Sets ith "keyword" element |
void |
setKeywordArray(String[] keywordArray)
Sets array of all "keyword" element |
int |
sizeOfKeywordArray()
Returns number of "keyword" element |
void |
unsetCodeSpace()
Unsets the "codeSpace" attribute |
void |
unsetId()
Unsets the "id" attribute |
org.apache.xmlbeans.XmlAnyURI |
xgetCodeSpace()
Gets (as xml) the "codeSpace" attribute |
org.apache.xmlbeans.XmlID |
xgetId()
Gets (as xml) the "id" attribute |
org.apache.xmlbeans.XmlToken[] |
xgetKeywordArray()
Gets (as xml) array of all "keyword" elements |
org.apache.xmlbeans.XmlToken |
xgetKeywordArray(int i)
Gets (as xml) ith "keyword" element |
void |
xsetCodeSpace(org.apache.xmlbeans.XmlAnyURI codeSpace)
Sets (as xml) the "codeSpace" attribute |
void |
xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute |
void |
xsetKeywordArray(int i,
org.apache.xmlbeans.XmlToken keyword)
Sets (as xml) ith "keyword" element |
void |
xsetKeywordArray(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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
String[] getKeywordArray()
String getKeywordArray(int i)
org.apache.xmlbeans.XmlToken[] xgetKeywordArray()
org.apache.xmlbeans.XmlToken xgetKeywordArray(int i)
int sizeOfKeywordArray()
void setKeywordArray(String[] keywordArray)
void setKeywordArray(int i, String keyword)
void xsetKeywordArray(org.apache.xmlbeans.XmlToken[] keywordArray)
void xsetKeywordArray(int i, org.apache.xmlbeans.XmlToken keyword)
void insertKeyword(int i, String keyword)
void addKeyword(String keyword)
org.apache.xmlbeans.XmlToken insertNewKeyword(int i)
org.apache.xmlbeans.XmlToken addNewKeyword()
void removeKeyword(int i)
String getId()
org.apache.xmlbeans.XmlID xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlID id)
void unsetId()
String getCodeSpace()
org.apache.xmlbeans.XmlAnyURI xgetCodeSpace()
boolean isSetCodeSpace()
void setCodeSpace(String codeSpace)
void xsetCodeSpace(org.apache.xmlbeans.XmlAnyURI codeSpace)
void unsetCodeSpace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |