Class Id
- All Implemented Interfaces:
Serializable
Custom class for supporting XSD data type ID The base type of Id is NCName.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.axis2.databinding.types.NormalizedString
equals, hashCode, toString
-
Constructor Details
-
Id
public Id() -
Id
Constructor for Id.- Throws:
IllegalArgumentException- will be thrown if validation fails
-
-
Method Details
-
setValue
Validates the data and sets the value for the object.- Overrides:
setValuein classNCName- Parameters:
stValue- String value- Throws:
IllegalArgumentException- if invalid format
-
isValid
Validates the value against the xsd definition. Same validation as NCName for the time being
-