Package net.opengis.swe.x20
Interface AbstractSWEIdentifiableType
-
- All Superinterfaces:
AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
AbstractDataComponentType,AbstractSimpleComponentType,BooleanType,CategoryRangeType,CategoryType,CountRangeType,CountType,DataArrayType,DataChoiceType,DataRecordType,DataStreamType,MatrixType,QuantityRangeType,QuantityType,TextType,TimeRangeType,TimeType,VectorType
- All Known Implementing Classes:
AbstractDataComponentTypeImpl,AbstractSimpleComponentTypeImpl,AbstractSWEIdentifiableTypeImpl,BooleanTypeImpl,CategoryRangeTypeImpl,CategoryTypeImpl,CountRangeTypeImpl,CountTypeImpl,DataArrayTypeImpl,DataChoiceTypeImpl,DataRecordTypeImpl,DataStreamTypeImpl,MatrixTypeImpl,QuantityRangeTypeImpl,QuantityTypeImpl,TextTypeImpl,TimeRangeTypeImpl,TimeTypeImpl,VectorTypeImpl
public interface AbstractSWEIdentifiableType extends AbstractSWEType
An XML AbstractSWEIdentifiableType(@http://www.opengis.net/swe/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractSWEIdentifiableType.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 StringgetDescription()Gets the "description" elementStringgetIdentifier()Gets the "identifier" elementStringgetLabel()Gets the "label" elementbooleanisSetDescription()True if has "description" elementbooleanisSetIdentifier()True if has "identifier" elementbooleanisSetLabel()True if has "label" elementvoidsetDescription(String description)Sets the "description" elementvoidsetIdentifier(String identifier)Sets the "identifier" elementvoidsetLabel(String label)Sets the "label" elementvoidunsetDescription()Unsets the "description" elementvoidunsetIdentifier()Unsets the "identifier" elementvoidunsetLabel()Unsets the "label" elementorg.apache.xmlbeans.XmlStringxgetDescription()Gets (as xml) the "description" elementorg.apache.xmlbeans.XmlAnyURIxgetIdentifier()Gets (as xml) the "identifier" elementorg.apache.xmlbeans.XmlStringxgetLabel()Gets (as xml) the "label" elementvoidxsetDescription(org.apache.xmlbeans.XmlString description)Sets (as xml) the "description" elementvoidxsetIdentifier(org.apache.xmlbeans.XmlAnyURI identifier)Sets (as xml) the "identifier" elementvoidxsetLabel(org.apache.xmlbeans.XmlString label)Sets (as xml) the "label" element-
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
-
getIdentifier
String getIdentifier()
Gets the "identifier" element
-
xgetIdentifier
org.apache.xmlbeans.XmlAnyURI xgetIdentifier()
Gets (as xml) the "identifier" element
-
isSetIdentifier
boolean isSetIdentifier()
True if has "identifier" element
-
setIdentifier
void setIdentifier(String identifier)
Sets the "identifier" element
-
xsetIdentifier
void xsetIdentifier(org.apache.xmlbeans.XmlAnyURI identifier)
Sets (as xml) the "identifier" element
-
unsetIdentifier
void unsetIdentifier()
Unsets the "identifier" element
-
getLabel
String getLabel()
Gets the "label" element
-
xgetLabel
org.apache.xmlbeans.XmlString xgetLabel()
Gets (as xml) the "label" element
-
isSetLabel
boolean isSetLabel()
True if has "label" element
-
setLabel
void setLabel(String label)
Sets the "label" element
-
xsetLabel
void xsetLabel(org.apache.xmlbeans.XmlString label)
Sets (as xml) the "label" element
-
unsetLabel
void unsetLabel()
Unsets the "label" element
-
getDescription
String getDescription()
Gets the "description" element
-
xgetDescription
org.apache.xmlbeans.XmlString xgetDescription()
Gets (as xml) the "description" element
-
isSetDescription
boolean isSetDescription()
True if has "description" element
-
setDescription
void setDescription(String description)
Sets the "description" element
-
xsetDescription
void xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" element
-
unsetDescription
void unsetDescription()
Unsets the "description" element
-
-