public interface AttributedURI extends AttributedType, java.io.Serializable, java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a clone of this AttributedURI.
|
java.net.URI |
getURI()
Gets the value of the URI represented by this AttributedURI.
|
void |
setURI(java.net.URI uri)
Sets the value of the URI represented by this AttributedURI
|
addAttribute, getAttributeNames, getAttributeValue
java.net.URI getURI()
void setURI(java.net.URI uri)
uri
- The URI valuejava.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException