public class Notation extends Object implements Serializable
Constructor and Description |
---|
Notation() |
Notation(NCName name,
URI publicURI,
URI systemURI) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
NCName |
getName() |
URI |
getPublic() |
URI |
getSystem() |
static TypeDesc |
getTypeDesc() |
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 int hashCode()
Object.hashCode
.public static TypeDesc getTypeDesc()
Copyright © The Apache Software Foundation. All Rights Reserved.