| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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(java.lang.String stValue)ctor for NormalizedString | |
| Method Summary | |
|  boolean | equals(java.lang.Object object) | 
|  int | hashCode() | 
| static boolean | isValid(java.lang.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(java.lang.String stValue)validates the data and sets the value for the object. | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
| clone, finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public NormalizedString()
public NormalizedString(java.lang.String stValue)
                 throws java.lang.IllegalArgumentException
stValue - is the String value
java.lang.IllegalArgumentException - if invalid format| Method Detail | 
public void setValue(java.lang.String stValue)
              throws java.lang.IllegalArgumentException
stValue - String value
java.lang.IllegalArgumentException - if invalid formatpublic java.lang.String toString()
public int hashCode()
public static boolean isValid(java.lang.String stValue)
stValue - the String to testpublic boolean equals(java.lang.Object object)
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||