Class AttachmentSoapDO
java.lang.Object
com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
com.collabnet.ce.soap60.webservices.cemain.AttachmentSoapDO
public class AttachmentSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
Represents an Attachment File.
- Since:
- 6.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns 'attachmentFileId'.Returns 'attachmentFileName'.Returns 'attachmentMimeType'.static void
registerTypeMappings
(org.apache.axis.client.Call call) void
setAttachmentFileId
(String attachmentFileId) Sets 'attachmentFileId'.void
setAttachmentFileName
(String attachmentFileName) Sets 'attachmentFileName'.void
setAttachmentMimeType
(String attachmentMimeType) Sets 'attachmentMimeType'.Methods inherited from class com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
getCreatedBy, getCreatedDate, getId, getLastModifiedBy, getLastModifiedDate, getVersion, setCreatedBy, setCreatedDate, setId, setLastModifiedBy, setLastModifiedDate, setVersion
-
Constructor Details
-
AttachmentSoapDO
public AttachmentSoapDO()
-
-
Method Details
-
getAttachmentFileName
Returns 'attachmentFileName'. attachmentFileName Name of the attached file (or null).- Returns:
- Value of 'attachmentFileName'.
-
setAttachmentFileName
Sets 'attachmentFileName'. attachmentFileName Name of the attached file (or null).- Parameters:
attachmentFileName
- Value of 'attachmentFileName'.
-
getAttachmentMimeType
Returns 'attachmentMimeType'. attachmentMimeType Mime type of the attached file (or null).- Returns:
- Value of 'attachmentMimeType'.
-
setAttachmentMimeType
Sets 'attachmentMimeType'. attachmentMimeType Mime type of the attached file (or null).- Parameters:
attachmentMimeType
- Value of 'attachmentMimeType'.
-
getAttachmentFileId
Returns 'attachmentFileId'. attachmentFileId ID of the attached file (previously uploaded via *FileStorage service) or null.- Returns:
- Value of 'attachmentFileId'.
-
setAttachmentFileId
Sets 'attachmentFileId'. attachmentFileId ID of the attached file (previously uploaded via *FileStorage service) or null.- Parameters:
attachmentFileId
- Value of 'attachmentFileId'.
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-