org.apache.axis.types
Class Notation
java.lang.Object
org.apache.axis.types.Notation
- java.io.Serializable
public class Notation
extends java.lang.Object
implements java.io.Serializable
Custom class for supporting XSD data type NOTATION.
Notation
public Notation()
Notation
public Notation(NCName name,
URI publicURI,
URI systemURI)
equals
public boolean equals(Object obj)
getName
public NCName getName()
getPublic
public URI getPublic()
getSystem
public URI getSystem()
getTypeDesc
public static TypeDesc getTypeDesc()
hashCode
public int hashCode()
Returns the sum of the hashcodes of {name,publicURI,systemURI}
for whichever properties in that set is non null. This is
consistent with the implementation of equals, as required by
Object.hashCode
.
setName
public void setName(NCName name)
setPublic
public void setPublic(URI publicURI)
setSystem
public void setSystem(URI systemURI)
Copyright © 2005 Apache Web Services Project. All Rights Reserved.