|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.apache.axis.types.NormalizedString
|
+--org.apache.axis.types.Token
Custom class for supporting primitive XSD data type Token. token represents tokenized strings. The base type of token is normalizedString.
| Constructor Summary | |
Token()
|
|
Token(java.lang.String stValue)
ctor for Token |
|
| Method Summary | |
boolean |
isValid(java.lang.String stValue)
validate the value against the xsd definition The value space of token is the set of strings that do not contain the line feed (#xA) nor tab (#x9) characters, that have no leading or trailing spaces (#x20) and that have no internal sequences of two or more spaces. |
| Methods inherited from class org.apache.axis.types.NormalizedString |
equals, hashCode, setValue, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Token()
public Token(java.lang.String stValue)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException - will be thrown if validation fails| Method Detail |
public boolean isValid(java.lang.String stValue)
isValid in class NormalizedString
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||