org.apache.axis.types
public class Id extends NCName
See Also: XML Schema 3.3.8
Constructor Summary | |
---|---|
Id() | |
Id(String stValue)
ctor for Id |
Method Summary | |
---|---|
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. |
Throws: IllegalArgumentException will be thrown if validation fails
Parameters: Token String value
Throws: IllegalArgumentException if invalid format