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

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

public class GetObjectResult
extends Result
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetObjectResult()
           
GetObjectResult(Status status, MetadataEntry[] metadata, byte[] data, Calendar lastModified, String ETag)
           
 
Method Summary
 boolean equals(Object obj)
           
 byte[] getData()
          Gets the data value for this GetObjectResult.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getETag()
          Gets the ETag value for this GetObjectResult.
 Calendar getLastModified()
          Gets the lastModified value for this GetObjectResult.
 MetadataEntry[] getMetadata()
          Gets the metadata value for this GetObjectResult.
 MetadataEntry getMetadata(int i)
           
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 setData(byte[] data)
          Sets the data value for this GetObjectResult.
 void setETag(String ETag)
          Sets the ETag value for this GetObjectResult.
 void setLastModified(Calendar lastModified)
          Sets the lastModified value for this GetObjectResult.
 void setMetadata(int i, MetadataEntry _value)
           
 void setMetadata(MetadataEntry[] metadata)
          Sets the metadata value for this GetObjectResult.
 
Methods inherited from class org.jets3t.service.impl.soap.axis._2006_03_01.Result
getStatus, setStatus
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetObjectResult

public GetObjectResult()

GetObjectResult

public GetObjectResult(Status status,
                       MetadataEntry[] metadata,
                       byte[] data,
                       Calendar lastModified,
                       String ETag)
Method Detail

getMetadata

public MetadataEntry[] getMetadata()
Gets the metadata value for this GetObjectResult.

Returns:
metadata

setMetadata

public void setMetadata(MetadataEntry[] metadata)
Sets the metadata value for this GetObjectResult.

Parameters:
metadata -

getMetadata

public MetadataEntry getMetadata(int i)

setMetadata

public void setMetadata(int i,
                        MetadataEntry _value)

getData

public byte[] getData()
Gets the data value for this GetObjectResult.

Returns:
data

setData

public void setData(byte[] data)
Sets the data value for this GetObjectResult.

Parameters:
data -

getLastModified

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

Returns:
lastModified

setLastModified

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

Parameters:
lastModified -

getETag

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

Returns:
ETag

setETag

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

Parameters:
ETag -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Result

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