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

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

public class CopyObjectResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
CopyObjectResult()
           
CopyObjectResult(Calendar lastModified, String ETag)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getETag()
          Gets the ETag value for this CopyObjectResult.
 Calendar getLastModified()
          Gets the lastModified value for this CopyObjectResult.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setETag(String ETag)
          Sets the ETag value for this CopyObjectResult.
 void setLastModified(Calendar lastModified)
          Sets the lastModified value for this CopyObjectResult.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyObjectResult

public CopyObjectResult()

CopyObjectResult

public CopyObjectResult(Calendar lastModified,
                        String ETag)
Method Detail

getLastModified

public Calendar getLastModified()
Gets the lastModified value for this CopyObjectResult.

Returns:
lastModified

setLastModified

public void setLastModified(Calendar lastModified)
Sets the lastModified value for this CopyObjectResult.

Parameters:
lastModified -

getETag

public String getETag()
Gets the ETag value for this CopyObjectResult.

Returns:
ETag

setETag

public void setETag(String ETag)
Sets the ETag value for this CopyObjectResult.

Parameters:
ETag -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

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


getSerializer

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


getDeserializer

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