Package org.cip4.lib.xjdf.type
Class URI
java.lang.Object
Implementation of the XJDF URI data type.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cip4.lib.xjdf.type.AbstractXJdfType
equals, hashCode
-
Constructor Details
-
URI
public URI()Default Constructor. -
URI
Custom Constructor. Using this constructor will not package the file.- Parameters:
uri- The uri of the file.- Throws:
URISyntaxException
-
URI
Custom Constructor. Using this constructor will not package the file.- Parameters:
uri- Source uri of the file.
-
-
Method Details
-
getUri
Get the source uri.- Returns:
- Source uri.
-
marshal
-
unmarshal
-
toString
- Specified by:
toStringin classAbstractXJdfType<String,URI> - See Also:
-