org.apache.axis.types
Class IDRefs
- java.io.Serializable
Custom class for supporting XSD data type IDRefs
boolean | equals(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(String stValue)
|
String | toString()
|
IDRefs
public IDRefs(String stValue)
throws IllegalArgumentException
ctor for IDRefs
equals
public boolean equals(Object object)
IDREFs can be equal without having identical ordering because
they represent a set of references. Hence we have to compare
values here as a set, not a list.
- equals in interface NormalizedString
hashCode
public int hashCode()
Returns the sum of the hashcodes of the underlying idrefs, an
operation which is not sensitive to ordering.
- hashCode in interface NormalizedString
setValue
public void setValue(String stValue)
- setValue in interface NCName
Copyright © 2005 Apache Web Services Project. All Rights Reserved.