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