Package org.n52.shetland.inspire.ef
Class AnyDomainLink
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.inspire.ef.AnyDomainLink
-
public class AnyDomainLink extends AbstractGML
-
-
Constructor Summary
Constructors Constructor Description AnyDomainLink(String comment, EnvironmentalMonitoringFacility relatedTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComment()EnvironmentalMonitoringFacilitygetRelatedTo()-
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
-
-
-
-
Constructor Detail
-
AnyDomainLink
public AnyDomainLink(String comment, EnvironmentalMonitoringFacility relatedTo)
-
-
Method Detail
-
getComment
public String getComment()
- Returns:
- the comment
-
getRelatedTo
public EnvironmentalMonitoringFacility getRelatedTo()
- Returns:
- the relatedTo
-
-