Class GO_URL

java.lang.Object
org.apache.sis.internal.jaxb.gco.GO_URL

final class GO_URL extends Object
JAXB wrapper for an URI in a <gmd:URL> element, for ISO 19139:2007 compliance. This type was used by legacy XML format inside <gmd:CI_OnlineResource>, but has been replaced by <gcx:FileName> in newer ISO 19115-3:2016 standard. Example:
Since:
1.0
Version:
1.0
  • Field Details

    • uri

      private String uri
      The URI as a string. We uses a string in order to allow the user to catch potential error at unmarshalling time.
  • Constructor Details

    • GO_URL

      GO_URL()
      Empty constructor for JAXB only.
    • GO_URL

      GO_URL(String value)
      Builds an adapter for the given URI.
      Parameters:
      value - the URI to marshal.
  • Method Details