org.apache.axis.types
public class NormalizedString extends Object implements Serializable
See Also: XML Schema Part 2: Datatypes 3.3.1
Constructor Summary | |
---|---|
NormalizedString() | |
NormalizedString(String stValue)
ctor for NormalizedString |
Method Summary | |
---|---|
boolean | equals(Object object) |
int | hashCode() |
static 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() |
Parameters: stValue is the String value
Throws: IllegalArgumentException if invalid format
Parameters: stValue the String to test
UNKNOWN: true if valid normalizedString
Parameters: stValue String value
Throws: IllegalArgumentException if invalid format