Package net.opengis.swe.v20
Interface AbstractSWEIdentifiable
- All Superinterfaces:
AbstractSWE
,Serializable
- All Known Subinterfaces:
AbstractMetadataList
,BlockComponent
,Boolean
,CapabilityList
,Category
,CategoryOrRange
,CategoryRange
,CharacteristicList
,ClassifierList
,ContactList
,Count
,CountOrRange
,CountRange
,DataArray
,DataChoice
,DataComponent
,DataInterface
,DataRecord
,DataStream
,DocumentList
,Event
,EventList
,FeatureList
,GeometryData
,IdentifierList
,KeywordList
,Matrix
,ObservableProperty
,ProcessMethod
,Quantity
,QuantityOrRange
,QuantityRange
,RangeComponent
,ScalarComponent
,SimpleComponent
,SpatialFrame
,TemporalFrame
,Text
,Time
,TimeOrRange
,TimeRange
,Vector
- All Known Implementing Classes:
AbstractArrayImpl
,AbstractDataComponentImpl
,AbstractMetadataListImpl
,AbstractRangeComponentImpl
,AbstractRecordImpl
,AbstractSimpleComponentImpl
,AbstractSWEIdentifiableImpl
,BooleanImpl
,CapabilityListImpl
,CategoryImpl
,CategoryRangeImpl
,CharacteristicListImpl
,ClassifierListImpl
,ContactListImpl
,CountImpl
,CountRangeImpl
,DataArrayImpl
,DataChoiceImpl
,DataInterfaceImpl
,DataList
,DataRecordImpl
,DataStreamImpl
,DataValue
,DocumentListImpl
,EventImpl
,EventListImpl
,FeatureListImpl
,GeometryDataImpl
,IdentifierListImpl
,KeywordListImpl
,MatrixImpl
,ObservablePropertyImpl
,ProcessMethodImpl
,QuantityImpl
,QuantityRangeImpl
,SpatialFrameImpl
,SWEData
,TemporalFrameImpl
,TextImpl
,TimeImpl
,TimeRangeImpl
,VectorImpl
POJO class for XML type AbstractSWEIdentifiableType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionGets the description propertyGets the identifier propertygetLabel()
Gets the label propertyboolean
Checks if description is setboolean
Checks if identifier is setboolean
Checks if label is setvoid
setDescription
(String description) Sets the description propertyvoid
setIdentifier
(String identifier) Sets the identifier propertyvoid
Sets the label propertyMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
-
Method Details
-
getIdentifier
String getIdentifier()Gets the identifier property -
isSetIdentifier
boolean isSetIdentifier()Checks if identifier is set -
setIdentifier
Sets the identifier property -
getLabel
String getLabel()Gets the label property -
isSetLabel
boolean isSetLabel()Checks if label is set -
setLabel
Sets the label property -
getDescription
String getDescription()Gets the description property -
isSetDescription
boolean isSetDescription()Checks if description is set -
setDescription
Sets the description property
-