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 voidGets the description propertyGets the identifier propertygetLabel()Gets the label propertybooleanChecks if description is setbooleanChecks if identifier is setbooleanChecks if label is setvoidsetDescription(String description) Sets the description propertyvoidsetIdentifier(String identifier) Sets the identifier propertyvoidSets the label propertyMethods inherited from class org.vast.data.AbstractSWEImpl
addExtension, copyTo, getExtensionList, getId, getNumExtensions, isSetId, setIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
 getIdentifierin interfaceAbstractSWEIdentifiable
 - 
isSetIdentifier
public boolean isSetIdentifier()Checks if identifier is set- Specified by:
 isSetIdentifierin interfaceAbstractSWEIdentifiable
 - 
setIdentifier
Sets the identifier property- Specified by:
 setIdentifierin interfaceAbstractSWEIdentifiable
 - 
getLabel
Gets the label property- Specified by:
 getLabelin interfaceAbstractSWEIdentifiable
 - 
isSetLabel
public boolean isSetLabel()Checks if label is set- Specified by:
 isSetLabelin interfaceAbstractSWEIdentifiable
 - 
setLabel
Sets the label property- Specified by:
 setLabelin interfaceAbstractSWEIdentifiable
 - 
getDescription
Gets the description property- Specified by:
 getDescriptionin interfaceAbstractSWEIdentifiable
 - 
isSetDescription
public boolean isSetDescription()Checks if description is set- Specified by:
 isSetDescriptionin interfaceAbstractSWEIdentifiable
 - 
setDescription
Sets the description property- Specified by:
 setDescriptionin interfaceAbstractSWEIdentifiable
 
 -