org.apache.axis.types
Class Id
- java.io.Serializable
Custom class for supporting XSD data type ID
The base type of Id is NCName.
- Eddie Pick
XML Schema 3.3.8
, Serialized Form
Id()
|
Id(String stValue) - ctor for Id
|
static boolean | isValid(String stValue) -
validate the value against the xsd definition
Same validation as NCName for the time being
|
void | setValue(String stValue) -
validates the data and sets the value for the object.
|
Id
public Id(String stValue)
throws IllegalArgumentException
ctor for Id
isValid
public static boolean isValid(String stValue)
validate the value against the xsd definition
Same validation as NCName for the time being
- isValid in interface NCName
setValue
public void setValue(String stValue)
throws IllegalArgumentException
validates the data and sets the value for the object.
- setValue in interface NCName
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.