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