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.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static boolean isValid(java.lang.String stValue)
stValue - the String to testpublic boolean equals(java.lang.Object object)
equals in class java.lang.ObjectCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.