Class SmlCharacteristics
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractReferenceType
-
- org.n52.shetland.ogc.sensorML.elements.AbstractSmlDataComponentContainer<SmlCharacteristics>
-
- org.n52.shetland.ogc.sensorML.elements.SmlCharacteristics
-
- All Implemented Interfaces:
Comparable<AbstractReferenceType>
public class SmlCharacteristics extends AbstractSmlDataComponentContainer<SmlCharacteristics>
SOS internal representation of SensorML characteristics- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SmlCharacteristics()default constructorSmlCharacteristics(DataRecord dataRecord)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SmlCharacteristicsaddCharacteristic(Collection<SmlCharacteristic> characteristics)SmlCharacteristicsaddCharacteristic(SmlCharacteristic characteristic)List<SmlCharacteristic>getCharacteristic()booleanisSetCharacteristics()SmlCharacteristicssetCharacteristic(Collection<SmlCharacteristic> characteristics)-
Methods inherited from class org.n52.shetland.ogc.sensorML.elements.AbstractSmlDataComponentContainer
addAbstractDataComponents, addAbstractDataComponents, getAbstractDataComponents, getDataRecord, getName, getSweAbstractSimpleTypeFromFields, getTypeDefinition, isSetAbstractDataComponents, isSetAbstractDataRecord, isSetName, isSetTypeDefinition, setAbstractDataComponents, setDataRecord, setName, setTypeDefinition
-
-
-
-
Constructor Detail
-
SmlCharacteristics
public SmlCharacteristics()
default constructor
-
SmlCharacteristics
public SmlCharacteristics(DataRecord dataRecord)
constructor- Parameters:
dataRecord- dataRecord
-
-
Method Detail
-
getCharacteristic
public List<SmlCharacteristic> getCharacteristic()
- Returns:
- the characteristics
-
setCharacteristic
public SmlCharacteristics setCharacteristic(Collection<SmlCharacteristic> characteristics)
- Parameters:
characteristics- the characteristics to set- Returns:
- this
-
addCharacteristic
public SmlCharacteristics addCharacteristic(Collection<SmlCharacteristic> characteristics)
- Parameters:
characteristics- the characteristics to add- Returns:
- this
-
addCharacteristic
public SmlCharacteristics addCharacteristic(SmlCharacteristic characteristic)
- Parameters:
characteristic- the characteristic to add- Returns:
- this
-
isSetCharacteristics
public boolean isSetCharacteristics()
-
-