Package org.apache.axis.types
Class Notation
java.lang.Object
org.apache.axis.types.Notation
- All Implemented Interfaces:
Serializable
Custom class for supporting XSD data type NOTATION.
- Author:
- Davanum Srinivas invalid input: '<'dims@yahoo.com>
- See Also:
-
Constructor Details
-
Notation
public Notation() -
Notation
-
-
Method Details
-
getName
-
setName
-
getPublic
-
setPublic
-
getSystem
-
setSystem
-
equals
-
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 byObject.hashCode
. -
getTypeDesc
-