Package net.opengis.swe.x101
Interface AbstractDataComponentType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
AbstractConditionalType,AbstractDataArrayType,AbstractDataRecordType,AbstractMatrixType,AbstractVectorType,BooleanDocument.Boolean,CategoryDocument.Category,ConditionalDataType,ConditionalValueType,CountDocument.Count,CountRangeDocument.CountRange,CurveType,DataArrayType,DataRecordType,EnvelopeType,GeoLocationAreaDocument.GeoLocationArea,NormalizedCurveType,ObservablePropertyDocument.ObservableProperty,PositionType,QuantityDocument.Quantity,QuantityRangeDocument.QuantityRange,SimpleDataRecordType,SquareMatrixType,TextDocument.Text,TimeDocument.Time,TimeRangeDocument.TimeRange,VectorType
- All Known Implementing Classes:
AbstractConditionalTypeImpl,AbstractDataArrayTypeImpl,AbstractDataComponentTypeImpl,AbstractDataRecordTypeImpl,AbstractMatrixTypeImpl,AbstractVectorTypeImpl,BooleanDocumentImpl.BooleanImpl,CategoryDocumentImpl.CategoryImpl,ConditionalDataTypeImpl,ConditionalValueTypeImpl,CountDocumentImpl.CountImpl,CountRangeDocumentImpl.CountRangeImpl,CurveTypeImpl,DataArrayTypeImpl,DataRecordTypeImpl,EnvelopeTypeImpl,GeoLocationAreaDocumentImpl.GeoLocationAreaImpl,NormalizedCurveTypeImpl,ObservablePropertyDocumentImpl.ObservablePropertyImpl,PositionTypeImpl,QuantityDocumentImpl.QuantityImpl,QuantityRangeDocumentImpl.QuantityRangeImpl,SimpleDataRecordTypeImpl,SquareMatrixTypeImpl,TextDocumentImpl.TextImpl,TimeDocumentImpl.TimeImpl,TimeRangeDocumentImpl.TimeRangeImpl,VectorTypeImpl
public interface AbstractDataComponentType extends AbstractGMLType
An XML AbstractDataComponentType(@http://www.opengis.net/swe/1.0.1). 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" attributebooleangetFixed()Gets the "fixed" attributebooleanisSetDefinition()True if has "definition" attributebooleanisSetFixed()True if has "fixed" attributevoidsetDefinition(String definition)Sets the "definition" attributevoidsetFixed(boolean fixed)Sets the "fixed" attributevoidunsetDefinition()Unsets the "definition" attributevoidunsetFixed()Unsets the "fixed" attributeorg.apache.xmlbeans.XmlAnyURIxgetDefinition()Gets (as xml) the "definition" attributeorg.apache.xmlbeans.XmlBooleanxgetFixed()Gets (as xml) the "fixed" attributevoidxsetDefinition(org.apache.xmlbeans.XmlAnyURI definition)Sets (as xml) the "definition" attributevoidxsetFixed(org.apache.xmlbeans.XmlBoolean fixed)Sets (as xml) the "fixed" attribute-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, 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
-
getFixed
boolean getFixed()
Gets the "fixed" attribute
-
xgetFixed
org.apache.xmlbeans.XmlBoolean xgetFixed()
Gets (as xml) the "fixed" attribute
-
isSetFixed
boolean isSetFixed()
True if has "fixed" attribute
-
setFixed
void setFixed(boolean fixed)
Sets the "fixed" attribute
-
xsetFixed
void xsetFixed(org.apache.xmlbeans.XmlBoolean fixed)
Sets (as xml) the "fixed" attribute
-
unsetFixed
void unsetFixed()
Unsets the "fixed" 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
-
-