public class DataFileData
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DataFileData() |
DataFileData(java.lang.String id,
java.lang.String filename,
java.lang.String mimeType,
java.lang.String contentType,
java.lang.String digestType,
java.lang.String digestValue,
int size,
DataFileAttribute[] attributes,
java.lang.String dfData) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
DataFileAttribute[] |
getAttributes()
Gets the attributes value for this DataFileData.
|
DataFileAttribute |
getAttributes(int i) |
java.lang.String |
getContentType()
Gets the contentType value for this DataFileData.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getDfData()
Gets the dfData value for this DataFileData.
|
java.lang.String |
getDigestType()
Gets the digestType value for this DataFileData.
|
java.lang.String |
getDigestValue()
Gets the digestValue value for this DataFileData.
|
java.lang.String |
getFilename()
Gets the filename value for this DataFileData.
|
java.lang.String |
getId()
Gets the id value for this DataFileData.
|
java.lang.String |
getMimeType()
Gets the mimeType value for this DataFileData.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
int |
getSize()
Gets the size value for this DataFileData.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAttributes(DataFileAttribute[] attributes)
Sets the attributes value for this DataFileData.
|
void |
setAttributes(int i,
DataFileAttribute _value) |
void |
setContentType(java.lang.String contentType)
Sets the contentType value for this DataFileData.
|
void |
setDfData(java.lang.String dfData)
Sets the dfData value for this DataFileData.
|
void |
setDigestType(java.lang.String digestType)
Sets the digestType value for this DataFileData.
|
void |
setDigestValue(java.lang.String digestValue)
Sets the digestValue value for this DataFileData.
|
void |
setFilename(java.lang.String filename)
Sets the filename value for this DataFileData.
|
void |
setId(java.lang.String id)
Sets the id value for this DataFileData.
|
void |
setMimeType(java.lang.String mimeType)
Sets the mimeType value for this DataFileData.
|
void |
setSize(int size)
Sets the size value for this DataFileData.
|
public DataFileData()
public DataFileData(java.lang.String id,
java.lang.String filename,
java.lang.String mimeType,
java.lang.String contentType,
java.lang.String digestType,
java.lang.String digestValue,
int size,
DataFileAttribute[] attributes,
java.lang.String dfData)
public java.lang.String getId()
public void setId(java.lang.String id)
id - public java.lang.String getFilename()
public void setFilename(java.lang.String filename)
filename - public java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType - public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
contentType - public java.lang.String getDigestType()
public void setDigestType(java.lang.String digestType)
digestType - public java.lang.String getDigestValue()
public void setDigestValue(java.lang.String digestValue)
digestValue - public int getSize()
public void setSize(int size)
size - public DataFileAttribute[] getAttributes()
public void setAttributes(DataFileAttribute[] attributes)
attributes - public DataFileAttribute getAttributes(int i)
public void setAttributes(int i,
DataFileAttribute _value)
public java.lang.String getDfData()
public void setDfData(java.lang.String dfData)
dfData - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)