public class AttachmentSoapRow extends Object implements Serializable
| Constructor and Description |
|---|
AttachmentSoapRow() |
AttachmentSoapRow(String attachmentId,
Calendar dateCreated,
String fileName,
String fileSize,
String mimetype,
String rawFileId,
String storedFileId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttachmentId()
Gets the attachmentId value for this AttachmentSoapRow.
|
Calendar |
getDateCreated()
Gets the dateCreated value for this AttachmentSoapRow.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getFileName()
Gets the fileName value for this AttachmentSoapRow.
|
String |
getFileSize()
Gets the fileSize value for this AttachmentSoapRow.
|
String |
getMimetype()
Gets the mimetype value for this AttachmentSoapRow.
|
String |
getRawFileId()
Gets the rawFileId value for this AttachmentSoapRow.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getStoredFileId()
Gets the storedFileId value for this AttachmentSoapRow.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAttachmentId(String attachmentId)
Sets the attachmentId value for this AttachmentSoapRow.
|
void |
setDateCreated(Calendar dateCreated)
Sets the dateCreated value for this AttachmentSoapRow.
|
void |
setFileName(String fileName)
Sets the fileName value for this AttachmentSoapRow.
|
void |
setFileSize(String fileSize)
Sets the fileSize value for this AttachmentSoapRow.
|
void |
setMimetype(String mimetype)
Sets the mimetype value for this AttachmentSoapRow.
|
void |
setRawFileId(String rawFileId)
Sets the rawFileId value for this AttachmentSoapRow.
|
void |
setStoredFileId(String storedFileId)
Sets the storedFileId value for this AttachmentSoapRow.
|
public String getAttachmentId()
public void setAttachmentId(String attachmentId)
attachmentId - public Calendar getDateCreated()
public void setDateCreated(Calendar dateCreated)
dateCreated - public String getFileName()
public void setFileName(String fileName)
fileName - public String getFileSize()
public void setFileSize(String fileSize)
fileSize - public String getMimetype()
public void setMimetype(String mimetype)
mimetype - public String getRawFileId()
public void setRawFileId(String rawFileId)
rawFileId - public String getStoredFileId()
public void setStoredFileId(String storedFileId)
storedFileId - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2014 Hudson. All Rights Reserved.