| java.lang.Object | |
| ↳ | com.cbs.ctr3ws.dtos.attachment.WSAttachment |
description: a class containing an attachment data.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public DataHandler | attachmentData | description: the attachment content identifier. | |||||||||
| public String | filename | description: the attachement file name. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WSAttachment() | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
description: the attachment content identifier. Note: this unique identifier is typically generated by the client-side Soap utility.
required: TRUE
see: SOAP content identifier.
description: the attachement file name.
required: TRUE
see: free format text, max L=100