|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jets3t.service.impl.soap.axis._2006_03_01.Result
org.jets3t.service.impl.soap.axis._2006_03_01.GetObjectResult
public class GetObjectResult
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 |
---|
public GetObjectResult()
public GetObjectResult(Status status, MetadataEntry[] metadata, byte[] data, Calendar lastModified, String ETag)
Method Detail |
---|
public MetadataEntry[] getMetadata()
public void setMetadata(MetadataEntry[] metadata)
metadata
- public MetadataEntry getMetadata(int i)
public void setMetadata(int i, MetadataEntry _value)
public byte[] getData()
public void setData(byte[] data)
data
- public Calendar getLastModified()
public void setLastModified(Calendar lastModified)
lastModified
- public String getETag()
public void setETag(String ETag)
ETag
- public boolean equals(Object obj)
equals
in class Result
public int hashCode()
hashCode
in class Result
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |