Package org.n52.shetland.iso.gmd
Class GmdCitationDate
- java.lang.Object
-
- org.n52.shetland.iso.gmd.GmdCitationDate
-
public class GmdCitationDate extends Object
TODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description GmdCitationDate(GmdDateType dateType, String date)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDate()GmdDateTypegetDateType()
-
-
-
Constructor Detail
-
GmdCitationDate
public GmdCitationDate(GmdDateType dateType, String date)
-
-
Method Detail
-
getDateType
public GmdDateType getDateType()
-
getDate
public String getDate()
-
-