Package net.opengis.sensorml.x20
Interface KeywordListType
-
- All Superinterfaces:
AbstractMetadataListType,AbstractSWEIdentifiableType,AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
KeywordListTypeImpl
public interface KeywordListType extends AbstractMetadataListType
An XML KeywordListType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKeywordListType.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" elementReferenceaddNewCodeSpace()Appends and returns a new empty "codeSpace" elementorg.apache.xmlbeans.XmlStringaddNewKeyword()Appends and returns a new empty value (as xml) as the last "keyword" elementReferencegetCodeSpace()Gets the "codeSpace" elementString[]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.XmlStringinsertNewKeyword(int i)Inserts and returns a new empty value (as xml) as the ith "keyword" elementbooleanisSetCodeSpace()True if has "codeSpace" elementvoidremoveKeyword(int i)Removes the ith "keyword" elementvoidsetCodeSpace(Reference codeSpace)Sets the "codeSpace" elementvoidsetKeywordArray(int i, String keyword)Sets ith "keyword" elementvoidsetKeywordArray(String[] keywordArray)Sets array of all "keyword" elementintsizeOfKeywordArray()Returns number of "keyword" elementvoidunsetCodeSpace()Unsets the "codeSpace" elementorg.apache.xmlbeans.XmlString[]xgetKeywordArray()Gets (as xml) array of all "keyword" elementsorg.apache.xmlbeans.XmlStringxgetKeywordArray(int i)Gets (as xml) ith "keyword" elementvoidxsetKeywordArray(int i, org.apache.xmlbeans.XmlString keyword)Sets (as xml) ith "keyword" elementvoidxsetKeywordArray(org.apache.xmlbeans.XmlString[] keywordArray)Sets (as xml) array of all "keyword" element-
Methods inherited from interface net.opengis.sensorml.x20.AbstractMetadataListType
getDefinition, isSetDefinition, setDefinition, unsetDefinition, xgetDefinition, xsetDefinition
-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEIdentifiableType
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel, unsetDescription, unsetIdentifier, unsetLabel, xgetDescription, xgetIdentifier, xgetLabel, xsetDescription, xsetIdentifier, xsetLabel
-
Methods inherited from interface net.opengis.swe.x20.AbstractSWEType
addNewExtension, getExtensionArray, getExtensionArray, getId, insertNewExtension, isSetId, removeExtension, setExtensionArray, setExtensionArray, setId, sizeOfExtensionArray, unsetId, xgetId, xsetId
-
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
-
getCodeSpace
Reference getCodeSpace()
Gets the "codeSpace" element
-
isSetCodeSpace
boolean isSetCodeSpace()
True if has "codeSpace" element
-
setCodeSpace
void setCodeSpace(Reference codeSpace)
Sets the "codeSpace" element
-
addNewCodeSpace
Reference addNewCodeSpace()
Appends and returns a new empty "codeSpace" element
-
unsetCodeSpace
void unsetCodeSpace()
Unsets the "codeSpace" element
-
getKeywordArray
String[] getKeywordArray()
Gets array of all "keyword" elements
-
getKeywordArray
String getKeywordArray(int i)
Gets ith "keyword" element
-
xgetKeywordArray
org.apache.xmlbeans.XmlString[] xgetKeywordArray()
Gets (as xml) array of all "keyword" elements
-
xgetKeywordArray
org.apache.xmlbeans.XmlString 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.XmlString[] keywordArray)
Sets (as xml) array of all "keyword" element
-
xsetKeywordArray
void xsetKeywordArray(int i, org.apache.xmlbeans.XmlString 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.XmlString insertNewKeyword(int i)
Inserts and returns a new empty value (as xml) as the ith "keyword" element
-
addNewKeyword
org.apache.xmlbeans.XmlString 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
-
-