Package net.opengis.sensorml.v20.impl
Class AbstractMetadataListImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.AbstractSWEIdentifiableImpl
net.opengis.sensorml.v20.impl.AbstractMetadataListImpl
- All Implemented Interfaces:
Serializable
,AbstractMetadataList
,AbstractSWE
,AbstractSWEIdentifiable
- Direct Known Subclasses:
CapabilityListImpl
,CharacteristicListImpl
,ClassifierListImpl
,ContactListImpl
,DocumentListImpl
,EventListImpl
,FeatureListImpl
,IdentifierListImpl
,KeywordListImpl
public class AbstractMetadataListImpl
extends AbstractSWEIdentifiableImpl
implements AbstractMetadataList
POJO class for XML type AbstractMetadataListType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
- See Also:
-
Field Summary
FieldsFields inherited from class org.vast.data.AbstractSWEIdentifiableImpl
description, identifier, label
Fields inherited from class org.vast.data.AbstractSWEImpl
extensionList, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the definition propertyboolean
Checks if definition is setvoid
setDefinition
(String definition) Sets the definition propertyMethods inherited from class org.vast.data.AbstractSWEIdentifiableImpl
copyTo, getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
Methods 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
Methods inherited from interface net.opengis.swe.v20.AbstractSWEIdentifiable
getDescription, getIdentifier, getLabel, isSetDescription, isSetIdentifier, isSetLabel, setDescription, setIdentifier, setLabel
-
Field Details
-
definition
-
-
Constructor Details
-
AbstractMetadataListImpl
public AbstractMetadataListImpl()
-
-
Method Details
-
getDefinition
Gets the definition property- Specified by:
getDefinition
in interfaceAbstractMetadataList
-
isSetDefinition
public boolean isSetDefinition()Checks if definition is set- Specified by:
isSetDefinition
in interfaceAbstractMetadataList
-
setDefinition
Sets the definition property- Specified by:
setDefinition
in interfaceAbstractMetadataList
-