|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openspml.message.SpmlResponse | +--org.openspml.message.SchemaResponse
A class representing a schemaResponse
element.
Fields inherited from class org.openspml.message.SpmlResponse |
ERROR_CUSTOM_ERROR,
ERROR_MALFORMED_REQUEST,
ERROR_NO_SUCH_IDENTIFIER,
ERROR_NO_SUCH_REQUEST,
ERROR_UNSUPPORTED_IDENTIFIER_TYPE,
ERROR_UNSUPPORTED_OPERATION,
RESULT_FAILURE,
RESULT_PENDING,
RESULT_SUCCESS |
Constructor Summary | |
SchemaResponse()
|
Method Summary | |
void |
addSchema(Schema s)
|
Schema |
getSchema()
Get the "primary" schema, presumably the first one on the list, and generally there will be only one. |
java.util.List |
getSchemas()
|
void |
setSchemas(java.util.List l)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SchemaResponse()
Method Detail |
public void setSchemas(java.util.List l)
public void addSchema(Schema s)
public java.util.List getSchemas()
public Schema getSchema()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |