|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.wasp.serialization.xsdbuiltin.NormalizedString
Represent normalizedString type in the xsd built-in.
Field Summary | |
protected char[] |
prohibitedChars
chars that are not allowed to be in this object |
protected java.lang.String |
value
string value of this object |
Constructor Summary | |
protected |
NormalizedString()
An empty constructor. |
|
NormalizedString(java.lang.String value)
Constructs a NormalizedString object. |
Method Summary | |
protected void |
check()
Throws InvalidFormatException if this object is invalid. |
boolean |
equals(java.lang.Object o)
Equals based on value of this. |
int |
hashCode()
|
void |
set(java.lang.String value)
Sets content of this object to a given value. |
java.lang.String |
toString()
Returns this Object if it is correct. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String value
protected char[] prohibitedChars
Constructor Detail |
public NormalizedString(java.lang.String value) throws InvalidFormatException
value
- the string representation of a
NormalizedString.
InvalidFormatException
- thrown if value is invalid.protected NormalizedString()
Method Detail |
public void set(java.lang.String value) throws InvalidFormatException
value
- a given value that content of this Object is set to.
InvalidFormatException
- thrown if value is invalid.public java.lang.String toString()
protected void check() throws InvalidFormatException
InvalidFormatException
- thrown if value is invalid.public boolean equals(java.lang.Object o)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |