org.apache.axis.types
public class IDRefs extends NCName
See Also: XML Schema 3.3.10 IDREFS
| Constructor Summary | |
|---|---|
| IDRefs() | |
| IDRefs(String stValue)
ctor for IDRefs | |
| Method Summary | |
|---|---|
| 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() |
Throws: IllegalArgumentException will be thrown if validation fails
Parameters: object an Object value
Returns: a boolean value
Returns: an int value