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