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.ObjectSoapDORepresents an Attachment File.- Since:
- 6.2
-
-
Constructor Summary
Constructors Constructor Description AttachmentSoapDO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttachmentFileId()Returns 'attachmentFileId'.StringgetAttachmentFileName()Returns 'attachmentFileName'.StringgetAttachmentMimeType()Returns 'attachmentMimeType'.static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetAttachmentFileId(String attachmentFileId)Sets 'attachmentFileId'.voidsetAttachmentFileName(String attachmentFileName)Sets 'attachmentFileName'.voidsetAttachmentMimeType(String attachmentMimeType)Sets 'attachmentMimeType'.
-
-
-
Method Detail
-
getAttachmentFileName
public String getAttachmentFileName()
Returns 'attachmentFileName'. attachmentFileName Name of the attached file (or null).- Returns:
- Value of 'attachmentFileName'.
-
setAttachmentFileName
public void setAttachmentFileName(String attachmentFileName)
Sets 'attachmentFileName'. attachmentFileName Name of the attached file (or null).- Parameters:
attachmentFileName- Value of 'attachmentFileName'.
-
getAttachmentMimeType
public String getAttachmentMimeType()
Returns 'attachmentMimeType'. attachmentMimeType Mime type of the attached file (or null).- Returns:
- Value of 'attachmentMimeType'.
-
setAttachmentMimeType
public void setAttachmentMimeType(String attachmentMimeType)
Sets 'attachmentMimeType'. attachmentMimeType Mime type of the attached file (or null).- Parameters:
attachmentMimeType- Value of 'attachmentMimeType'.
-
getAttachmentFileId
public String getAttachmentFileId()
Returns 'attachmentFileId'. attachmentFileId ID of the attached file (previously uploaded via *FileStorage service) or null.- Returns:
- Value of 'attachmentFileId'.
-
setAttachmentFileId
public void setAttachmentFileId(String attachmentFileId)
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)
-
-