java.lang.Objectorg.w3.y2001.sw.Europe.skos.URI
A class for URIs.
We would use java.net.URI but the java2WSDL and WSDL2Java do not handle that very well such as converting to and from an xsd:anyURI.
| Field Summary | |
java.lang.String |
uri
The URI string |
| Constructor Summary | |
URI()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String uri
| Constructor Detail |
public URI()