org.apache.axis.types
Class IDRefs
- java.io.Serializable
Custom class for supporting XSD data type IDRefs
- Davanum Srinivas
XML Schema 3.3.10 IDREFS
, Serialized Form
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
object
- an Object
value
- a
boolean
value
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
- an
int
value
setValue
public void setValue(String stValue)
- setValue in interface NCName
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.