org.jets3t.service.impl.soap.axis._2006_03_01
Class ListEntry

java.lang.Object
  extended by org.jets3t.service.impl.soap.axis._2006_03_01.ListEntry
All Implemented Interfaces:
java.io.Serializable

public class ListEntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ListEntry()
           
ListEntry(java.lang.String key, java.util.Calendar lastModified, java.lang.String ETag, long size, CanonicalUser owner, StorageClass storageClass)
           
 
Method Summary
 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
 java.lang.String getETag()
          Gets the ETag value for this ListEntry.
 java.lang.String getKey()
          Gets the key value for this ListEntry.
 java.util.Calendar getLastModified()
          Gets the lastModified value for this ListEntry.
 CanonicalUser getOwner()
          Gets the owner value for this ListEntry.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 long getSize()
          Gets the size value for this ListEntry.
 StorageClass getStorageClass()
          Gets the storageClass value for this ListEntry.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setETag(java.lang.String ETag)
          Sets the ETag value for this ListEntry.
 void setKey(java.lang.String key)
          Sets the key value for this ListEntry.
 void setLastModified(java.util.Calendar lastModified)
          Sets the lastModified value for this ListEntry.
 void setOwner(CanonicalUser owner)
          Sets the owner value for this ListEntry.
 void setSize(long size)
          Sets the size value for this ListEntry.
 void setStorageClass(StorageClass storageClass)
          Sets the storageClass value for this ListEntry.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListEntry

public ListEntry()

ListEntry

public ListEntry(java.lang.String key,
                 java.util.Calendar lastModified,
                 java.lang.String ETag,
                 long size,
                 CanonicalUser owner,
                 StorageClass storageClass)
Method Detail

getKey

public java.lang.String getKey()
Gets the key value for this ListEntry.

Returns:
key

setKey

public void setKey(java.lang.String key)
Sets the key value for this ListEntry.

Parameters:
key -

getLastModified

public java.util.Calendar getLastModified()
Gets the lastModified value for this ListEntry.

Returns:
lastModified

setLastModified

public void setLastModified(java.util.Calendar lastModified)
Sets the lastModified value for this ListEntry.

Parameters:
lastModified -

getETag

public java.lang.String getETag()
Gets the ETag value for this ListEntry.

Returns:
ETag

setETag

public void setETag(java.lang.String ETag)
Sets the ETag value for this ListEntry.

Parameters:
ETag -

getSize

public long getSize()
Gets the size value for this ListEntry.

Returns:
size

setSize

public void setSize(long size)
Sets the size value for this ListEntry.

Parameters:
size -

getOwner

public CanonicalUser getOwner()
Gets the owner value for this ListEntry.

Returns:
owner

setOwner

public void setOwner(CanonicalUser owner)
Sets the owner value for this ListEntry.

Parameters:
owner -

getStorageClass

public StorageClass getStorageClass()
Gets the storageClass value for this ListEntry.

Returns:
storageClass

setStorageClass

public void setStorageClass(StorageClass storageClass)
Sets the storageClass value for this ListEntry.

Parameters:
storageClass -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer