public class Notation
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Notation() |
Notation(NCName name,
URI publicURI,
URI systemURI) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
NCName |
getName() |
URI |
getPublic() |
URI |
getSystem() |
int |
hashCode()
Returns the sum of the hashcodes of {name,publicURI,systemURI} for whichever properties in
that set is non null.
|
void |
setName(NCName name) |
void |
setPublic(URI publicURI) |
void |
setSystem(URI systemURI) |
public NCName getName()
public void setName(NCName name)
public URI getPublic()
public void setPublic(URI publicURI)
public URI getSystem()
public void setSystem(URI systemURI)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
Object.hashCode.hashCode in class java.lang.Objectint valueCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.