public class NormalizedString
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
NormalizedString() |
NormalizedString(java.lang.String stValue)
ctor for NormalizedString
|
Modifier and Type | Method and Description |
---|---|
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() |
public NormalizedString()
public NormalizedString(java.lang.String stValue) throws java.lang.IllegalArgumentException
stValue
- is the String valuejava.lang.IllegalArgumentException
- if invalid formatpublic void setValue(java.lang.String stValue) throws java.lang.IllegalArgumentException
stValue
- String valuejava.lang.IllegalArgumentException
- if invalid formatpublic java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static boolean isValid(java.lang.String stValue)
stValue
- the String to testpublic boolean equals(java.lang.Object object)
equals
in class java.lang.Object
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.