|
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.IDREF
A wrapper class that contains a IDREF.
Please refer to the XML Schema
for the complete definition of this simple type.
| Constructor Summary | |
IDREF(String value)
Deprecated. Construct a IDREF with the specified value. |
|
| Method Summary | |
boolean |
equals(Object other)
Deprecated. |
String |
getValue()
Deprecated. Get the value of this IDREF. |
int |
hashCode()
Deprecated. |
void |
setValue(String value)
Deprecated. Set the value of this IDREF. |
String |
toString()
Deprecated. Return string form of object |
static void |
validate(Object object)
Deprecated. Validate that a IDREF is a proper XML Schema IDREF. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public IDREF(String value)
throws IllegalArgumentException
value - the value of the IDREF
IllegalArgumentException - if the value can not be validated
as a IDREF.| Method Detail |
public String getValue()
getValue in class NCName
public void setValue(String value)
throws IllegalArgumentException
setValue in class NCNamevalue - the value of the IDREF
IllegalArgumentException - if the value can not be validated
as a IDREF.public boolean equals(Object other)
equals in class NCNamepublic int hashCode()
hashCode in class NCName
public static void validate(Object object)
throws IllegalArgumentException
IDREF.
IllegalArgumentException - if the value can not be validated
as a IDREF.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 | |||||||||