org.apache.axis.types
public class IDRefs extends NCName
Constructor and Description |
---|
IDRefs() |
IDRefs(java.lang.String stValue)
ctor for IDRefs
|
Modifier and Type | Method and Description |
---|---|
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() |
public IDRefs()
public IDRefs(java.lang.String stValue) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- will be thrown if validation failspublic void setValue(java.lang.String stValue)
NCName
public java.lang.String toString()
toString
in class NormalizedString
public boolean equals(java.lang.Object object)
equals
in class NormalizedString
object
- an Object
valueboolean
valuepublic int hashCode()
hashCode
in class NormalizedString
int
valueCopyright ? 2005 Apache Web Services Project. All Rights Reserved.