Package org.vast.data
Class AbstractSWEImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
- All Implemented Interfaces:
Serializable
,AbstractSWE
- Direct Known Subclasses:
AbstractEncodingImpl
,AbstractModesImpl
,AbstractSettingsImpl
,AbstractSWEIdentifiableImpl
,AllowedGeomsImpl
,AllowedTimesImpl
,AllowedTokensImpl
,AllowedValuesImpl
,BinaryBlockImpl
,BinaryComponentImpl
,NilValuesImpl
,TermImpl
POJO class for XML type AbstractSWEType(@http://www.opengis.net/swe/2.0).
This is a complex type.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExtension
(Object extension) Adds a new extension propertyprotected void
copyTo
(AbstractSWEImpl other) Gets the list of extension propertiesgetId()
Gets the id propertyint
Returns number of extension propertiesboolean
isSetId()
Checks if id is setvoid
Sets the id property
-
Field Details
-
extensionList
-
id
-
-
Constructor Details
-
AbstractSWEImpl
public AbstractSWEImpl()
-
-
Method Details
-
copyTo
-
getExtensionList
Gets the list of extension properties- Specified by:
getExtensionList
in interfaceAbstractSWE
-
getNumExtensions
public int getNumExtensions()Returns number of extension properties- Specified by:
getNumExtensions
in interfaceAbstractSWE
-
addExtension
Adds a new extension property- Specified by:
addExtension
in interfaceAbstractSWE
-
getId
Gets the id property- Specified by:
getId
in interfaceAbstractSWE
-
isSetId
public boolean isSetId()Checks if id is set- Specified by:
isSetId
in interfaceAbstractSWE
-
setId
Sets the id property- Specified by:
setId
in interfaceAbstractSWE
-