Class IDRef
- java.lang.Object
-
- org.apache.axis2.databinding.types.NormalizedString
-
- org.apache.axis2.databinding.types.Token
-
- org.apache.axis2.databinding.types.Name
-
- org.apache.axis2.databinding.types.NCName
-
- org.apache.axis2.databinding.types.IDRef
-
- All Implemented Interfaces:
Serializable
public class IDRef extends NCName
Custom class for supporting XSD data type IDRef- See Also:
- XML Schema 3.3.10 IDREFS, Serialized Form
-
-
Method Summary
-
Methods inherited from class org.apache.axis2.databinding.types.NormalizedString
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
IDRef
public IDRef()
-
IDRef
public IDRef(String stValue) throws IllegalArgumentException
ctor for IDRef- Throws:
IllegalArgumentException
- will be thrown if validation fails
-
-