|
|||||||||
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.ListBucketResult
public class ListBucketResult
Constructor Summary | |
---|---|
ListBucketResult()
|
|
ListBucketResult(MetadataEntry[] metadata,
String name,
String prefix,
String marker,
String nextMarker,
int maxKeys,
String delimiter,
boolean isTruncated,
ListEntry[] contents,
PrefixEntry[] commonPrefixes)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
PrefixEntry[] |
getCommonPrefixes()
Gets the commonPrefixes value for this ListBucketResult. |
PrefixEntry |
getCommonPrefixes(int i)
|
ListEntry[] |
getContents()
Gets the contents value for this ListBucketResult. |
ListEntry |
getContents(int i)
|
String |
getDelimiter()
Gets the delimiter value for this ListBucketResult. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getMarker()
Gets the marker value for this ListBucketResult. |
int |
getMaxKeys()
Gets the maxKeys value for this ListBucketResult. |
MetadataEntry[] |
getMetadata()
Gets the metadata value for this ListBucketResult. |
MetadataEntry |
getMetadata(int i)
|
String |
getName()
Gets the name value for this ListBucketResult. |
String |
getNextMarker()
Gets the nextMarker value for this ListBucketResult. |
String |
getPrefix()
Gets the prefix value for this ListBucketResult. |
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()
|
boolean |
isIsTruncated()
Gets the isTruncated value for this ListBucketResult. |
void |
setCommonPrefixes(int i,
PrefixEntry _value)
|
void |
setCommonPrefixes(PrefixEntry[] commonPrefixes)
Sets the commonPrefixes value for this ListBucketResult. |
void |
setContents(int i,
ListEntry _value)
|
void |
setContents(ListEntry[] contents)
Sets the contents value for this ListBucketResult. |
void |
setDelimiter(String delimiter)
Sets the delimiter value for this ListBucketResult. |
void |
setIsTruncated(boolean isTruncated)
Sets the isTruncated value for this ListBucketResult. |
void |
setMarker(String marker)
Sets the marker value for this ListBucketResult. |
void |
setMaxKeys(int maxKeys)
Sets the maxKeys value for this ListBucketResult. |
void |
setMetadata(int i,
MetadataEntry _value)
|
void |
setMetadata(MetadataEntry[] metadata)
Sets the metadata value for this ListBucketResult. |
void |
setName(String name)
Sets the name value for this ListBucketResult. |
void |
setNextMarker(String nextMarker)
Sets the nextMarker value for this ListBucketResult. |
void |
setPrefix(String prefix)
Sets the prefix value for this ListBucketResult. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListBucketResult()
public ListBucketResult(MetadataEntry[] metadata, String name, String prefix, String marker, String nextMarker, int maxKeys, String delimiter, boolean isTruncated, ListEntry[] contents, PrefixEntry[] commonPrefixes)
Method Detail |
---|
public MetadataEntry[] getMetadata()
public void setMetadata(MetadataEntry[] metadata)
metadata
- public MetadataEntry getMetadata(int i)
public void setMetadata(int i, MetadataEntry _value)
public String getName()
public void setName(String name)
name
- public String getPrefix()
public void setPrefix(String prefix)
prefix
- public String getMarker()
public void setMarker(String marker)
marker
- public String getNextMarker()
public void setNextMarker(String nextMarker)
nextMarker
- public int getMaxKeys()
public void setMaxKeys(int maxKeys)
maxKeys
- public String getDelimiter()
public void setDelimiter(String delimiter)
delimiter
- public boolean isIsTruncated()
public void setIsTruncated(boolean isTruncated)
isTruncated
- public ListEntry[] getContents()
public void setContents(ListEntry[] contents)
contents
- public ListEntry getContents(int i)
public void setContents(int i, ListEntry _value)
public PrefixEntry[] getCommonPrefixes()
public void setCommonPrefixes(PrefixEntry[] commonPrefixes)
commonPrefixes
- public PrefixEntry getCommonPrefixes(int i)
public void setCommonPrefixes(int i, PrefixEntry _value)
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
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 |