public class WSResponseAttachment extends WSResponse implements java.io.Serializable
WSAttachmentBean
response object
together with a response status code and error messages.Modifier and Type | Field and Description |
---|---|
protected WSAttachmentBean |
attachmentBean
Wrapped attachmentBean
|
errorCode, errorMessages, status
Constructor and Description |
---|
WSResponseAttachment() |
WSResponseAttachment(WSResponse response) |
Modifier and Type | Method and Description |
---|---|
WSAttachmentBean |
getAttachmentBean() |
void |
setAttachmentBean(WSAttachmentBean attachmentBean) |
getErrorCode, getErrorMessages, getStatus, setErrorCode, setErrorMessages, setStatus
protected WSAttachmentBean attachmentBean
public WSResponseAttachment()
public WSResponseAttachment(WSResponse response)
public WSAttachmentBean getAttachmentBean()
public void setAttachmentBean(WSAttachmentBean attachmentBean)
attachmentBean
- the attachmentBean to set