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