|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.types.NormalizedString
Custom class for supporting XSD data type NormalizedString. normalizedString represents white space normalized strings. The base type of normalizedString is string.
Constructor Summary | |
NormalizedString()
|
|
NormalizedString(String stValue)
ctor for NormalizedString |
Method Summary | |
boolean |
equals(Object object)
|
int |
hashCode()
|
boolean |
isValid(String stValue)
validate the value against the xsd definition for the object The value space of normalizedString is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters. |
void |
setValue(String stValue)
validates the data and sets the value for the object. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NormalizedString()
public NormalizedString(String stValue) throws IllegalArgumentException
stValue
- is the String value
IllegalArgumentException
- if invalid formatMethod Detail |
public void setValue(String stValue) throws IllegalArgumentException
IllegalArgumentException
- if invalid formatpublic String toString()
public int hashCode()
public boolean isValid(String stValue)
public boolean equals(Object object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |