public class AttachmentSoapDO
extends com.collabnet.ce.soap60.webservices.cemain.ObjectSoapDO
Constructor and Description |
---|
AttachmentSoapDO() |
Modifier and Type | Method and Description |
---|---|
String |
getAttachmentFileId()
Returns 'attachmentFileId'.
|
String |
getAttachmentFileName()
Returns 'attachmentFileName'.
|
String |
getAttachmentMimeType()
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'.
|
public String getAttachmentFileName()
public void setAttachmentFileName(String attachmentFileName)
attachmentFileName
- Value of 'attachmentFileName'.public String getAttachmentMimeType()
public void setAttachmentMimeType(String attachmentMimeType)
attachmentMimeType
- Value of 'attachmentMimeType'.public String getAttachmentFileId()
public void setAttachmentFileId(String attachmentFileId)
attachmentFileId
- Value of 'attachmentFileId'.public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.