Package org.apache.sis.internal.jaxb.gml
Class TM_Primitive.Since2014
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<TM_Primitive,org.opengis.temporal.TemporalPrimitive>
org.apache.sis.internal.jaxb.gco.PropertyType<TM_Primitive,org.opengis.temporal.TemporalPrimitive>
org.apache.sis.internal.jaxb.gml.TM_Primitive
org.apache.sis.internal.jaxb.gml.TM_Primitive.Since2014
- Enclosing class:
TM_Primitive
Wraps the value only if marshalling ISO 19115-3 element.
Otherwise (i.e. if marshalling a legacy ISO 19139:2007 document), omit the element.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sis.internal.jaxb.gml.TM_Primitive
TM_Primitive.Since2014
-
Field Summary
Fields inherited from class org.apache.sis.internal.jaxb.gco.PropertyType
metadata
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TM_Primitive
wrap
(org.opengis.temporal.TemporalPrimitive value) Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.Methods inherited from class org.apache.sis.internal.jaxb.gml.TM_Primitive
getBoundType, getTimeInstant, getTimePeriod, setTimeInstant, setTimePeriod
Methods inherited from class org.apache.sis.internal.jaxb.gco.PropertyType
accept2014, getActuate, getArcRole, getHRef, getNilReason, getRole, getShow, getTitle, getUUIDREF, incomplete, marshal, setActuate, setArcRole, setHRef, setNilReason, setRole, setShow, setTitle, setUUIDREF, unmarshal
-
Constructor Details
-
Since2014
public Since2014()Empty constructor used only by JAXB.
-
-
Method Details
-
wrap
Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.- Overrides:
wrap
in classTM_Primitive
- Parameters:
value
- the value to marshal.- Returns:
- a non-null value only if marshalling ISO 19115-3 or newer.
-