Package org.apache.sis.internal.jaxb.gco
Class GO_URL
java.lang.Object
org.apache.sis.internal.jaxb.gco.GO_URL
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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