|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sssw.jbroker.web.xsd.Validator
com.sssw.jbroker.web.xsd.NormalizedString
com.sssw.jbroker.web.xsd.Token
com.sssw.jbroker.web.xsd.Name
com.sssw.jbroker.web.xsd.NCName
com.sssw.jbroker.web.xsd.ID
A wrapper class that contains a ID
.
Please refer to the XML Schema
for the complete definition of this simple type.
Constructor Summary | |
ID(String value)
Construct a ID with the specified value. |
Method Summary | |
boolean |
equals(Object other)
|
String |
getValue()
Get the value of this ID. |
int |
hashCode()
|
void |
setValue(String value)
Set the value of this ID. |
String |
toString()
Return string form of object |
static void |
validate(Object object)
Validate that a ID is a proper XML Schema ID . |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ID(String value) throws IllegalArgumentException
value
- the value of the ID
IllegalArgumentException
- if the value can not be validated
as a ID.Method Detail |
public String getValue()
getValue
in class NCName
public void setValue(String value) throws IllegalArgumentException
setValue
in class NCName
value
- the value of the ID
IllegalArgumentException
- if the value can not be validated
as a ID.public boolean equals(Object other)
equals
in class NCName
public int hashCode()
hashCode
in class NCName
public static void validate(Object object) throws IllegalArgumentException
ID
.
IllegalArgumentException
- if the value can not be validated
as a ID.public String toString()
Token
toString
in class NCName
|
Novell exteNd Web Services SDK API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |