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

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

public class PutObjectResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PutObjectResult()
           
PutObjectResult(String ETag, Calendar lastModified)
           
 
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 PutObjectResult.
 Calendar getLastModified()
          Gets the lastModified value for this PutObjectResult.
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 PutObjectResult.
 void setLastModified(Calendar lastModified)
          Sets the lastModified value for this PutObjectResult.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutObjectResult

public PutObjectResult()

PutObjectResult

public PutObjectResult(String ETag,
                       Calendar lastModified)
Method Detail

getETag

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

Returns:
ETag

setETag

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

Parameters:
ETag -

getLastModified

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

Returns:
lastModified

setLastModified

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

Parameters:
lastModified -

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