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 Details

    • AttachmentSoapDO

      public AttachmentSoapDO()
  • Method Details

    • 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)