public class URI extends AbstractXJdfType<String,URI>
| Constructor and Description |
|---|
URI()
Constructor.
|
URI(URI sourceUri)
Constructor.
|
URI(URI sourceUri,
Path destPath)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
getDestinationPath()
Get the destination path.
|
URI |
getSourceUri()
Get the source uri.
|
String |
marshal(URI v) |
String |
toString() |
URI |
unmarshal(String v) |
equals, hashCodepublic URI()
public URI(URI sourceUri)
sourceUri - Source uri of the file.public final URI getSourceUri()
public final Path getDestinationPath()
public final String marshal(URI v) throws Exception
marshal in class XmlAdapter<String,URI>Exceptionpublic final URI unmarshal(String v) throws Exception
unmarshal in class XmlAdapter<String,URI>Exceptionpublic final String toString()
toString in class AbstractXJdfType<String,URI>Object.toString()Copyright © 2016. All rights reserved.