org.apache.axis.types
public class Notation extends Object implements Serializable
Constructor Summary | |
---|---|
Notation() | |
Notation(NCName name, URI publicURI, URI systemURI) |
Method Summary | |
---|---|
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) |
java.lang.Object#hashCode() Object.hashCode
.
Returns: an int
value