Package org.n52.shetland.aqd
Class AqdSamplingPoint
-
- All Implemented Interfaces:
HasDefaultEncoding<AbstractFeature>
public class AqdSamplingPoint extends EfEnvironmentalMonitoringFacility
Class represents an AQD_SamplingPoint- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description AqdSamplingPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AqdConstants.AssessmentTypegetAssessmentType()AqdNetworkgetNetwork()AqdStationgetStation()booleanhasAssessmentType()booleanisSetNetwork()booleanisSetStation()voidsetAssessmentType(AqdConstants.AssessmentType assessmentType)voidsetNetwork(AqdNetwork network)voidsetStation(AqdStation station)-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractFeature
accept, copyTo, getDefaultElementEncoding, getXml, isEncoded, isSetDefaultElementEncoding, isSetXml, setDefaultElementEncoding, setXml, wasEncoded
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractGML
addMetaDataProperty, addMetaDataProperty, addName, addName, addName, copyTo, equals, getDescription, getFirstName, getGmlId, getHumanReadableIdentifier, getHumanReadableIdentifierCodeWithAuthority, getIdentifier, getIdentifierCodeWithAuthority, getMetaDataProperty, getName, getOriginalIdentifier, getOriginalIdentifierCodeWithAuthority, hashCode, isReferenced, isSetDescription, isSetGmlID, isSetHumanReadableIdentifier, isSetIdentifier, isSetMetaDataProperty, isSetName, isSetOriginalIdentifier, setDescription, setGmlId, setHumanReadableIdentifier, setHumanReadableIdentifier, setHumanReadableIdentifierAsIdentifier, setIdentifier, setIdentifier, setMetaDataProperty, setName, setName
-
-
-
-
Method Detail
-
getAssessmentType
public AqdConstants.AssessmentType getAssessmentType()
- Returns:
- the assessmentType
-
setAssessmentType
public void setAssessmentType(AqdConstants.AssessmentType assessmentType)
- Parameters:
assessmentType- the assessmentType to set
-
getStation
public AqdStation getStation()
- Returns:
- the station
-
setStation
public void setStation(AqdStation station)
- Parameters:
station- the station to set
-
isSetStation
public boolean isSetStation()
- Returns:
true, ifAqdStationis not null
-
getNetwork
public AqdNetwork getNetwork()
- Returns:
- the network
-
setNetwork
public void setNetwork(AqdNetwork network)
- Parameters:
network- the network to set
-
isSetNetwork
public boolean isSetNetwork()
- Returns:
true, ifAqdNetworkis not null
-
hasAssessmentType
public boolean hasAssessmentType()
-
-