Class SmlIo
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractReferenceType
-
- org.n52.shetland.ogc.sensorML.elements.SmlIo
-
- All Implemented Interfaces:
Comparable<AbstractReferenceType>
public class SmlIo extends AbstractReferenceType
SOS internal representation of SensorML IOs- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SmlIo()default constructorSmlIo(SweAbstractDataComponent ioValue)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIoName()SweAbstractDataComponentgetIoValue()booleanisSetName()BooleanisSetValue()SmlIosetIoName(String inputName)SmlIosetIoValue(SweAbstractDataComponent ioValue)StringtoString()-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractReferenceType
compareTo, equals, getHref, getRole, getTitle, getTitleOrFromHref, hashCode, hasValues, isSetHref, isSetRole, isSetTitle, setHref, setRole, setTitle
-
-
-
-
Constructor Detail
-
SmlIo
public SmlIo()
default constructor
-
SmlIo
public SmlIo(SweAbstractDataComponent ioValue)
constructor- Parameters:
ioValue- The IO value
-
-
Method Detail
-
getIoName
public String getIoName()
- Returns:
- the inputName
-
setIoName
public SmlIo setIoName(String inputName)
- Parameters:
inputName- the inputName to set- Returns:
- This object
-
getIoValue
public SweAbstractDataComponent getIoValue()
- Returns:
- the input
-
setIoValue
public SmlIo setIoValue(SweAbstractDataComponent ioValue)
- Parameters:
ioValue- the input to set- Returns:
- This object
-
isSetName
public boolean isSetName()
-
toString
public String toString()
- Overrides:
toStringin classAbstractReferenceType
-
isSetValue
public Boolean isSetValue()
-
-