Package net.opengis.sensorml.v20.impl
Class DataInterfaceImpl
java.lang.Object
org.vast.data.AbstractSWEImpl
org.vast.data.AbstractSWEIdentifiableImpl
net.opengis.sensorml.v20.impl.DataInterfaceImpl
- All Implemented Interfaces:
Serializable
,DataInterface
,AbstractSWE
,AbstractSWEIdentifiable
POJO class for XML type DataInterfaceType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OgcProperty<DataStream>
protected OgcProperty<DataRecord>
Fields 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 TypeMethodDescriptiongetData()
Gets the data propertyGets extra info (name, xlink, etc.) carried by the data propertyGets the interfaceParameters propertyGets extra info (name, xlink, etc.) carried by the interfaceParameters propertyboolean
Checks if interfaceParameters is setvoid
setData
(DataStream data) Sets the data propertyvoid
setInterfaceParameters
(DataRecord interfaceParameters) Sets the interfaceParameters 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
-
data
-
interfaceParameters
-
-
Constructor Details
-
DataInterfaceImpl
public DataInterfaceImpl()
-
-
Method Details
-
getData
Gets the data property- Specified by:
getData
in interfaceDataInterface
-
getDataProperty
Gets extra info (name, xlink, etc.) carried by the data property- Specified by:
getDataProperty
in interfaceDataInterface
-
setData
Sets the data property- Specified by:
setData
in interfaceDataInterface
-
getInterfaceParameters
Gets the interfaceParameters property- Specified by:
getInterfaceParameters
in interfaceDataInterface
-
getInterfaceParametersProperty
Gets extra info (name, xlink, etc.) carried by the interfaceParameters property- Specified by:
getInterfaceParametersProperty
in interfaceDataInterface
-
isSetInterfaceParameters
public boolean isSetInterfaceParameters()Checks if interfaceParameters is set- Specified by:
isSetInterfaceParameters
in interfaceDataInterface
-
setInterfaceParameters
Sets the interfaceParameters property- Specified by:
setInterfaceParameters
in interfaceDataInterface
-