|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sssw.jbroker.web.xsd.Validator
com.sssw.jbroker.web.xsd.NMTOKENS
A wrapper class that contains a NMTOKENS.
Please refer to the XML Schema
for the complete definition of this simple type.
| Constructor Summary | |
NMTOKENS(String value)
Construct a NMTOKENS with the specified value. |
|
| Method Summary | |
boolean |
equals(Object other)
|
String |
getValue()
Get the value of this NMTOKENS. |
int |
hashCode()
|
void |
setValue(String value)
Set the value of this NMTOKENS. |
String |
toString()
|
static void |
validate(Object object)
Validate that a NMTOKENS is a proper XML Schema NMTOKENS. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NMTOKENS(String value)
throws IllegalArgumentException
value - the value of the NMTOKENS
IllegalArgumentException - if the value can not be validated
as a NMTOKENS.| Method Detail |
public String getValue()
public void setValue(String value)
throws IllegalArgumentException
value - the value of the NMTOKENS
IllegalArgumentException - if the value can not be validated
as a NMTOKENS.public boolean equals(Object other)
public int hashCode()
public static void validate(Object object)
throws IllegalArgumentException
NMTOKENS.
IllegalArgumentException - if the value can not be validated
as a NMTOKENS.public String toString()
|
Novell exteNd Web Services SDK API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||