org.apache.axis.types
Class Name
- java.io.Serializable
Custom class for supporting XSD data type Name
Name represents XML Names. The value space of Name is
the set of all strings which match the Name production
of [XML 1.0 (Second Edition)].
The base type of Name is token.
Name()
|
Name(String stValue) - ctor for Name
|
static boolean | isValid(String stValue) -
validate the value against the xsd definition
Name ::= (Letter | '_' | ':') ( NameChar)*
NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender
|
void | setValue(String stValue) -
validates the data and sets the value for the object.
|
Name
public Name(String stValue)
throws IllegalArgumentException
ctor for Name
isValid
public static boolean isValid(String stValue)
validate the value against the xsd definition
Name ::= (Letter | '_' | ':') ( NameChar)*
NameChar ::= Letter | Digit | '.' | '-' | '_' | ':' | CombiningChar | Extender
- isValid in interface Token
setValue
public void setValue(String stValue)
throws IllegalArgumentException
validates the data and sets the value for the object.
- setValue in interface Token
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.