public class SubmissionFileInfo
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SubmissionFileInfo() |
SubmissionFileInfo(boolean imported, long length, boolean markedForDelete, boolean markedForImport, java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
long |
getLength()
Gets the length value for this SubmissionFileInfo.
|
java.lang.String |
getName()
Gets the name value for this SubmissionFileInfo.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isImported()
Gets the imported value for this SubmissionFileInfo.
|
boolean |
isMarkedForDelete()
Gets the markedForDelete value for this SubmissionFileInfo.
|
boolean |
isMarkedForImport()
Gets the markedForImport value for this SubmissionFileInfo.
|
void |
setImported(boolean imported)
Sets the imported value for this SubmissionFileInfo.
|
void |
setLength(long length)
Sets the length value for this SubmissionFileInfo.
|
void |
setMarkedForDelete(boolean markedForDelete)
Sets the markedForDelete value for this SubmissionFileInfo.
|
void |
setMarkedForImport(boolean markedForImport)
Sets the markedForImport value for this SubmissionFileInfo.
|
void |
setName(java.lang.String name)
Sets the name value for this SubmissionFileInfo.
|
public SubmissionFileInfo()
public SubmissionFileInfo(boolean imported,
long length,
boolean markedForDelete,
boolean markedForImport,
java.lang.String name)
public boolean isImported()
public void setImported(boolean imported)
imported -public long getLength()
public void setLength(long length)
length -public boolean isMarkedForDelete()
public void setMarkedForDelete(boolean markedForDelete)
markedForDelete -public boolean isMarkedForImport()
public void setMarkedForImport(boolean markedForImport)
markedForImport -public java.lang.String getName()
public void setName(java.lang.String name)
name -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)