Package net.opengis.swe.x20
Interface AbstractDataComponentType
-
- All Superinterfaces:
AbstractSWEIdentifiableType,AbstractSWEType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
AbstractSimpleComponentType,BooleanType,CategoryRangeType,CategoryType,CountRangeType,CountType,DataArrayType,DataChoiceType,DataRecordType,MatrixType,QuantityRangeType,QuantityType,TextType,TimeRangeType,TimeType,VectorType
- All Known Implementing Classes:
AbstractDataComponentTypeImpl,AbstractSimpleComponentTypeImpl,BooleanTypeImpl,CategoryRangeTypeImpl,CategoryTypeImpl,CountRangeTypeImpl,CountTypeImpl,DataArrayTypeImpl,DataChoiceTypeImpl,DataRecordTypeImpl,MatrixTypeImpl,QuantityRangeTypeImpl,QuantityTypeImpl,TextTypeImpl,TimeRangeTypeImpl,TimeTypeImpl,VectorTypeImpl
public interface AbstractDataComponentType extends AbstractSWEIdentifiableType
An XML AbstractDataComponentType(@http://www.opengis.net/swe/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractDataComponentType.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 StringgetDefinition()Gets the "definition" attributebooleangetOptional()Gets the "optional" attributebooleangetUpdatable()Gets the "updatable" attributebooleanisSetDefinition()True if has "definition" attributebooleanisSetOptional()True if has "optional" attributebooleanisSetUpdatable()True if has "updatable" attributevoidsetDefinition(String definition)Sets the "definition" attributevoidsetOptional(boolean optional)Sets the "optional" attributevoidsetUpdatable(boolean updatable)Sets the "updatable" attributevoidunsetDefinition()Unsets the "definition" attributevoidunsetOptional()Unsets the "optional" attributevoidunsetUpdatable()Unsets the "updatable" attributeorg.apache.xmlbeans.XmlAnyURIxgetDefinition()Gets (as xml) the "definition" attributeorg.apache.xmlbeans.XmlBooleanxgetOptional()Gets (as xml) the "optional" attributeorg.apache.xmlbeans.XmlBooleanxgetUpdatable()Gets (as xml) the "updatable" attributevoidxsetDefinition(org.apache.xmlbeans.XmlAnyURI definition)Sets (as xml) the "definition" attributevoidxsetOptional(org.apache.xmlbeans.XmlBoolean optional)Sets (as xml) the "optional" attributevoidxsetUpdatable(org.apache.xmlbeans.XmlBoolean updatable)Sets (as xml) the "updatable" attribute-
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
-
getUpdatable
boolean getUpdatable()
Gets the "updatable" attribute
-
xgetUpdatable
org.apache.xmlbeans.XmlBoolean xgetUpdatable()
Gets (as xml) the "updatable" attribute
-
isSetUpdatable
boolean isSetUpdatable()
True if has "updatable" attribute
-
setUpdatable
void setUpdatable(boolean updatable)
Sets the "updatable" attribute
-
xsetUpdatable
void xsetUpdatable(org.apache.xmlbeans.XmlBoolean updatable)
Sets (as xml) the "updatable" attribute
-
unsetUpdatable
void unsetUpdatable()
Unsets the "updatable" attribute
-
getOptional
boolean getOptional()
Gets the "optional" attribute
-
xgetOptional
org.apache.xmlbeans.XmlBoolean xgetOptional()
Gets (as xml) the "optional" attribute
-
isSetOptional
boolean isSetOptional()
True if has "optional" attribute
-
setOptional
void setOptional(boolean optional)
Sets the "optional" attribute
-
xsetOptional
void xsetOptional(org.apache.xmlbeans.XmlBoolean optional)
Sets (as xml) the "optional" attribute
-
unsetOptional
void unsetOptional()
Unsets the "optional" attribute
-
getDefinition
String getDefinition()
Gets the "definition" attribute
-
xgetDefinition
org.apache.xmlbeans.XmlAnyURI xgetDefinition()
Gets (as xml) the "definition" attribute
-
isSetDefinition
boolean isSetDefinition()
True if has "definition" attribute
-
setDefinition
void setDefinition(String definition)
Sets the "definition" attribute
-
xsetDefinition
void xsetDefinition(org.apache.xmlbeans.XmlAnyURI definition)
Sets (as xml) the "definition" attribute
-
unsetDefinition
void unsetDefinition()
Unsets the "definition" attribute
-
-