Package org.vast.data
Class AbstractSWEIdentifiableImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.AbstractSWEIdentifiableImpl
- All Implemented Interfaces:
Serializable
,AbstractSWE
,AbstractSWEIdentifiable
- Direct Known Subclasses:
AbstractDataComponentImpl
,AbstractMetadataListImpl
,DataInterfaceImpl
,DataStreamImpl
,EventImpl
,ObservablePropertyImpl
,ProcessMethodImpl
,SpatialFrameImpl
,TemporalFrameImpl
public abstract class AbstractSWEIdentifiableImpl
extends AbstractSWEImpl
implements AbstractSWEIdentifiable
POJO class for XML type AbstractSWEIdentifiableType(@http://www.opengis.net/swe/2.0).
This is a complex type.
- See Also:
-
Field Summary
FieldsFields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Gets 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 class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
-
Field Details
-
identifier
-
label
-
description
-
-
Constructor Details
-
AbstractSWEIdentifiableImpl
public AbstractSWEIdentifiableImpl()
-
-
Method Details
-
copyTo
-
getIdentifier
Gets the identifier property- Specified by:
getIdentifier
in interfaceAbstractSWEIdentifiable
-
isSetIdentifier
public boolean isSetIdentifier()Checks if identifier is set- Specified by:
isSetIdentifier
in interfaceAbstractSWEIdentifiable
-
setIdentifier
Sets the identifier property- Specified by:
setIdentifier
in interfaceAbstractSWEIdentifiable
-
getLabel
Gets the label property- Specified by:
getLabel
in interfaceAbstractSWEIdentifiable
-
isSetLabel
public boolean isSetLabel()Checks if label is set- Specified by:
isSetLabel
in interfaceAbstractSWEIdentifiable
-
setLabel
Sets the label property- Specified by:
setLabel
in interfaceAbstractSWEIdentifiable
-
getDescription
Gets the description property- Specified by:
getDescription
in interfaceAbstractSWEIdentifiable
-
isSetDescription
public boolean isSetDescription()Checks if description is set- Specified by:
isSetDescription
in interfaceAbstractSWEIdentifiable
-
setDescription
Sets the description property- Specified by:
setDescription
in interfaceAbstractSWEIdentifiable
-