Package net.opengis.sensorml.v20
Interface DataInterface
- All Superinterfaces:
AbstractSWE
,AbstractSWEIdentifiable
,Serializable
- All Known Implementing Classes:
DataInterfaceImpl
POJO class for XML type DataInterfaceType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
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 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
-
Method Details
-
getData
DataStream getData()Gets the data property -
getDataProperty
OgcProperty<DataStream> getDataProperty()Gets extra info (name, xlink, etc.) carried by the data property -
setData
Sets the data property -
getInterfaceParameters
DataRecord getInterfaceParameters()Gets the interfaceParameters property -
getInterfaceParametersProperty
OgcProperty<DataRecord> getInterfaceParametersProperty()Gets extra info (name, xlink, etc.) carried by the interfaceParameters property -
isSetInterfaceParameters
boolean isSetInterfaceParameters()Checks if interfaceParameters is set -
setInterfaceParameters
Sets the interfaceParameters property
-