public class TrashEntryList
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TrashEntryList() |
TrashEntryList(boolean approximate,
TrashEntrySoap[] array,
int count) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
TrashEntrySoap[] |
getArray()
Gets the array value for this TrashEntryList.
|
int |
getCount()
Gets the count value for this TrashEntryList.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
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 |
isApproximate()
Gets the approximate value for this TrashEntryList.
|
void |
setApproximate(boolean approximate)
Sets the approximate value for this TrashEntryList.
|
void |
setArray(TrashEntrySoap[] array)
Sets the array value for this TrashEntryList.
|
void |
setCount(int count)
Sets the count value for this TrashEntryList.
|
public TrashEntryList()
public TrashEntryList(boolean approximate,
TrashEntrySoap[] array,
int count)
public boolean isApproximate()
public void setApproximate(boolean approximate)
approximate - public TrashEntrySoap[] getArray()
public void setArray(TrashEntrySoap[] array)
array - public int getCount()
public void setCount(int count)
count - 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)