Package org.n52.shetland.inspire.ef
Class Hierarchy
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.inspire.ef.Hierarchy
-
public class Hierarchy extends AbstractGML
-
-
Constructor Summary
Constructors Constructor Description Hierarchy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractMonitoringObjectgetBroader()TimegetLinkingTime()AbstractMonitoringObjectgetNarrower()voidsetBroader(AbstractMonitoringObject broader)voidsetLinkingTime(Time linkingTime)voidsetNarrower(AbstractMonitoringObject narrower)-
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
-
getLinkingTime
public Time getLinkingTime()
- Returns:
- the linkingTime
-
setLinkingTime
public void setLinkingTime(Time linkingTime)
- Parameters:
linkingTime- the linkingTime to set
-
getBroader
public AbstractMonitoringObject getBroader()
- Returns:
- the broader
-
setBroader
public void setBroader(AbstractMonitoringObject broader)
- Parameters:
broader- the broader to set
-
getNarrower
public AbstractMonitoringObject getNarrower()
- Returns:
- the narrower
-
setNarrower
public void setNarrower(AbstractMonitoringObject narrower)
- Parameters:
narrower- the narrower to set
-
-