public class Id extends NCName
Constructor and Description |
---|
Id() |
Id(java.lang.String stValue)
ctor for Id
|
Modifier and Type | Method and Description |
---|---|
static boolean |
isValid(java.lang.String stValue)
validate the value against the xsd definition
Same validation as NCName for the time being
|
void |
setValue(java.lang.String stValue)
validates the data and sets the value for the object.
|
equals, hashCode, toString
public Id()
public Id(java.lang.String stValue) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
- will be thrown if validation failspublic void setValue(java.lang.String stValue) throws java.lang.IllegalArgumentException
public static boolean isValid(java.lang.String stValue)
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.