public class

WSAttachment

extends Object
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.attachment.WSAttachment

Class Overview

description: a class containing an attachment data.

Summary

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

Fields

public DataHandler attachmentData

description: the attachment content identifier. Note: this unique identifier is typically generated by the client-side Soap utility.
required: TRUE
see: SOAP content identifier.

public String filename

description: the attachement file name.
required: TRUE
see: free format text, max L=100

Public Constructors

public WSAttachment ()