Class SmlDataInterface
- java.lang.Object
-
- org.n52.shetland.ogc.swe.SweAbstractDataComponent
-
- org.n52.shetland.ogc.sensorML.v20.SmlDataInterface
-
- All Implemented Interfaces:
Copyable<SweAbstractDataComponent>,HasDefaultEncoding<SweAbstractDataComponent>
public class SmlDataInterface extends SweAbstractDataComponent
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SmlDataInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,X extends Throwable>
Taccept(SweDataComponentVisitor<T,X> visitor)<X extends Throwable>
voidaccept(VoidSweDataComponentVisitor<X> visitor)SmlDataInterfacecopy()SweDataStreamgetData()SweConstants.SweDataComponentTypegetDataComponentType()SweDataRecordgetInterfaceParameters()BooleanisSetInterfaceParameters()voidsetData(SweDataStream sweDataStream)voidsetInputParameters(SweDataRecord inputParameters)-
Methods inherited from class org.n52.shetland.ogc.swe.SweAbstractDataComponent
addName, addName, addName, copyValueTo, equals, getDefaultElementEncoding, getDefinition, getDescription, getIdentifier, getLabel, getName, getNames, getXml, hashCode, isSetDefinition, isSetDescription, isSetIdentifier, isSetLabel, isSetName, isSetNames, isSetXml, setDefaultElementEncoding, setDefinition, setDescription, setIdentifier, setLabel, setName, setName, setName, setXml
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.ogc.HasDefaultEncoding
isSetDefaultElementEncoding
-
-
-
-
Method Detail
-
getDataComponentType
public SweConstants.SweDataComponentType getDataComponentType()
- Specified by:
getDataComponentTypein classSweAbstractDataComponent
-
getData
public SweDataStream getData()
-
setData
public void setData(SweDataStream sweDataStream)
-
isSetInterfaceParameters
public Boolean isSetInterfaceParameters()
-
getInterfaceParameters
public SweDataRecord getInterfaceParameters()
-
setInputParameters
public void setInputParameters(SweDataRecord inputParameters)
-
accept
public <T,X extends Throwable> T accept(SweDataComponentVisitor<T,X> visitor) throws X extends Throwable
- Specified by:
acceptin classSweAbstractDataComponent- Throws:
X extends Throwable
-
accept
public <X extends Throwable> void accept(VoidSweDataComponentVisitor<X> visitor) throws X extends Throwable
- Specified by:
acceptin classSweAbstractDataComponent- Throws:
X extends Throwable
-
copy
public SmlDataInterface copy()
-
-