Package org.n52.shetland.ogc.gml
Class Definition
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.ogc.gml.DefinitionBase
-
- org.n52.shetland.ogc.gml.Definition
-
- Direct Known Subclasses:
IdentifiedObject
public abstract class Definition extends DefinitionBase
Internal representation of the OGC GML Definition.- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description Definition(CodeWithAuthority identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRemarks()booleanhasRemarks()voidsetRemarks(String remarks)-
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
-
Definition
public Definition(CodeWithAuthority identifier)
-
-