| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis.types.NormalizedString
org.apache.axis.types.Token
org.apache.axis.types.Name
org.apache.axis.types.NCName
org.apache.axis.types.IDRefs
Custom class for supporting XSD data type IDRefs
| Constructor Summary | |
| IDRefs() | |
| IDRefs(java.lang.String stValue)ctor for IDRefs | |
| Method Summary | |
|  boolean | equals(java.lang.Object object)IDREFs can be equal without having identical ordering because they represent a set of references. | 
|  int | hashCode()Returns the sum of the hashcodes of the underlying idrefs, an operation which is not sensitive to ordering. | 
|  void | setValue(java.lang.String stValue)validates the data and sets the value for the object. | 
|  java.lang.String | toString() | 
| Methods inherited from class org.apache.axis.types.NCName | 
| isValid | 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public IDRefs()
public IDRefs(java.lang.String stValue)
       throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException - will be thrown if validation fails| Method Detail | 
public void setValue(java.lang.String stValue)
NCName
setValue in class NCNamestValue - String valuepublic java.lang.String toString()
toString in class NormalizedStringpublic boolean equals(java.lang.Object object)
equals in class NormalizedStringobject - an Object value
boolean valuepublic int hashCode()
hashCode in class NormalizedStringint value| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||