Class DS_AssociationTypeCode.Since2014
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<DS_AssociationTypeCode,org.opengis.metadata.identification.AssociationType>
org.apache.sis.internal.jaxb.cat.CodeListAdapter<DS_AssociationTypeCode,org.opengis.metadata.identification.AssociationType>
org.apache.sis.internal.jaxb.code.DS_AssociationTypeCode
org.apache.sis.internal.jaxb.code.DS_AssociationTypeCode.Since2014
- Enclosing class:
DS_AssociationTypeCode
Wraps the value only if marshalling an element from the ISO 19115:2014 metadata model.
Otherwise (i.e. if marshalling according legacy ISO 19115:2003 model), omits the element.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.sis.internal.jaxb.code.DS_AssociationTypeCode
DS_AssociationTypeCode.Since2014
-
Field Summary
Fields inherited from class org.apache.sis.internal.jaxb.cat.CodeListAdapter
identifier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DS_AssociationTypeCode
wrap
(CodeListUID 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.code.DS_AssociationTypeCode
getCodeListClass, getElement, setElement
Methods inherited from class org.apache.sis.internal.jaxb.cat.CodeListAdapter
accept2014, isEnum, marshal, 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 classDS_AssociationTypeCode
- Parameters:
value
- the value ofCodeList
, to be marshalled.- Returns:
- a non-null value only if marshalling ISO 19115-3 or newer.
-