Package org.n52.shetland.iso.gmd
Class AbstractMDIdentification
- java.lang.Object
-
- org.n52.shetland.iso.gmd.AbtractGmd
-
- org.n52.shetland.iso.gmd.AbstractObject
-
- org.n52.shetland.iso.gmd.AbstractMDIdentification
-
- All Implemented Interfaces:
HasDefaultEncoding<AbtractGmd>
- Direct Known Subclasses:
MDDataIdentification
public abstract class AbstractMDIdentification extends AbstractObject
-
-
Constructor Summary
Constructors Constructor Description AbstractMDIdentification(GmdCitation citation, String abstrakt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAbstrakt()GmdCitationgetCitation()-
Methods inherited from class org.n52.shetland.iso.gmd.AbstractObject
getId, getUuid, isSetId, isSetUuid, setId, setId, setUuid
-
Methods inherited from class org.n52.shetland.iso.gmd.AbtractGmd
getDefaultElementEncoding, isSetDefaultElementEncoding, setDefaultElementEncoding
-
-
-
-
Constructor Detail
-
AbstractMDIdentification
public AbstractMDIdentification(GmdCitation citation, String abstrakt)
-
-
Method Detail
-
getCitation
public GmdCitation getCitation()
- Returns:
- the citation
-
getAbstrakt
public String getAbstrakt()
- Returns:
- the abstrakt
-
-