org.apache.axis.types
Class NMTokens
- java.io.Serializable
Custom class for supporting XSD data type NMTokens
boolean | equals(Object object) - NMTokens 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 tokens, an
operation which is not sensitive to ordering.
|
void | setValue(String stValue) -
validates the data and sets the value for the object.
|
String | toString()
|
NMTokens
public NMTokens()
NMTokens
public NMTokens(String stValue)
throws IllegalArgumentException
ctor for NMTokens
equals
public boolean equals(Object object)
NMTokens 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 tokens, an
operation which is not sensitive to ordering.
- hashCode in interface NormalizedString
setValue
public void setValue(String stValue)
validates the data and sets the value for the object.
- setValue in interface NCName
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.