Package org.n52.shetland.iso.gmd
Class GmdSpecification
- java.lang.Object
-
- org.n52.shetland.iso.gmd.AbtractGmd
-
- org.n52.shetland.iso.gmd.GmdSpecification
-
- All Implemented Interfaces:
HasDefaultEncoding<AbtractGmd>
public class GmdSpecification extends AbtractGmd
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description GmdSpecification(String explanation, GmdCitation citation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GmdSpecificationdataCapture()GmdCitationgetCitation()StringgetExplanation()static GmdSpecificationtimeCoverage()-
Methods inherited from class org.n52.shetland.iso.gmd.AbtractGmd
getDefaultElementEncoding, isSetDefaultElementEncoding, setDefaultElementEncoding
-
-
-
-
Constructor Detail
-
GmdSpecification
public GmdSpecification(String explanation, GmdCitation citation)
-
-
Method Detail
-
getExplanation
public String getExplanation()
-
getCitation
public GmdCitation getCitation()
-
dataCapture
public static GmdSpecification dataCapture()
-
timeCoverage
public static GmdSpecification timeCoverage()
-
-