Class GO_GenericName.Since2014

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<GO_GenericName,org.opengis.util.GenericName>
org.apache.sis.internal.jaxb.gco.GO_GenericName
org.apache.sis.internal.jaxb.gco.GO_GenericName.Since2014
Enclosing class:
GO_GenericName

public static final class GO_GenericName.Since2014 extends GO_GenericName
Wraps the value only if marshalling ISO 19115-3 element. Otherwise (i.e. if marshalling a legacy ISO 19139:2007 document), omit the element.
  • Constructor Details

    • Since2014

      public Since2014()
      Empty constructor used only by JAXB.
  • Method Details

    • marshal

      public GO_GenericName marshal(org.opengis.util.GenericName value)
      Wraps the given value in an ISO 19115-3 element, unless we are marshalling an older document.
      Overrides:
      marshal in class GO_GenericName
      Parameters:
      value - the implementing class for this metadata value.
      Returns:
      a non-null value only if marshalling ISO 19115-3 or newer.