org.apache.axis.types
Class NCName
- java.io.Serializable
Custom class for supporting XSD data type NCName
NCName represents XML "non-colonized" Names
The base type of NCName is Name.
static boolean | isValid(String stValue) -
validate the value against the xsd definition
NCName ::= (Letter | '_') (NCNameChar)*
NCNameChar ::= Letter | Digit | '.' | '-' | '_' | CombiningChar | Extender
|
void | setValue(String stValue) -
validates the data and sets the value for the object.
|
NCName
public NCName(String stValue)
throws IllegalArgumentException
ctor for NCName
isValid
public static boolean isValid(String stValue)
validate the value against the xsd definition
NCName ::= (Letter | '_') (NCNameChar)*
NCNameChar ::= Letter | Digit | '.' | '-' | '_' | CombiningChar | Extender
- isValid in interface Name
setValue
public void setValue(String stValue)
throws IllegalArgumentException
validates the data and sets the value for the object.
- setValue in interface Name
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.