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