public class WSResponseAttachmentArray extends WSResponse implements java.io.Serializable
WSAttachmentBean array response object
together with a response status code and error messages.| Modifier and Type | Field and Description |
|---|---|
protected WSAttachmentBean[] |
attachmentBeans
Wrapped attachmentBeans
|
errorCode, errorMessages, status| Constructor and Description |
|---|
WSResponseAttachmentArray() |
WSResponseAttachmentArray(WSResponse response) |
| Modifier and Type | Method and Description |
|---|---|
WSAttachmentBean[] |
getAttachmentBeans() |
void |
setAttachmentBeans(WSAttachmentBean[] attachmentBeans) |
getErrorCode, getErrorMessages, getStatus, setErrorCode, setErrorMessages, setStatusprotected WSAttachmentBean[] attachmentBeans
public WSResponseAttachmentArray()
public WSResponseAttachmentArray(WSResponse response)
public WSAttachmentBean[] getAttachmentBeans()
public void setAttachmentBeans(WSAttachmentBean[] attachmentBeans)
attachmentBeans - the attachmentBeans to set