org.apache.axis.types
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() |
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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
Object.hashCode.hashCode in class java.lang.Objectint valuepublic static TypeDesc getTypeDesc()
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.