Package org.n52.shetland.inspire
Class InspireDateOfCreation
- java.lang.Object
-
- org.n52.shetland.ogc.gml.time.Time
-
- org.n52.shetland.ogc.gml.time.TimeInstant
-
- org.n52.shetland.inspire.InspireDateOfCreation
-
- All Implemented Interfaces:
Serializable,Comparable<Time>,InspireDateOf
public class InspireDateOfCreation extends TimeInstant implements InspireDateOf
Service internal representation of INSPIRE date of creation- Since:
- 1.0.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.n52.shetland.ogc.gml.time.Time
Time.NilReason, Time.RelativePosition, Time.TimeFormat
-
-
Constructor Summary
Constructors Constructor Description InspireDateOfCreation()constructorInspireDateOfCreation(org.joda.time.DateTime dateTime)constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.n52.shetland.ogc.gml.time.TimeInstant
compareTo, equals, getIndeterminateValue, getRequestedTimeLength, getTimePosition, getValue, hashCode, isEmpty, isIndeterminateValueEqualTo, isSetIndeterminateValue, isSetValue, resolveValue, setIndeterminateValue, setRequestedTimeLength, setValue
-
Methods inherited from class org.n52.shetland.ogc.gml.time.Time
getGmlId, getNilReason, getReference, getTimeFormat, isNilReasonEqualTo, isReferenced, isSetGmlId, isSetNilReason, isSetReference, isSetTimeFormat, resolveDateTime, setGmlId, setNilReason, setReference, setTimeFormat
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classTimeInstant
-
-