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

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

public class ListBucketResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ListBucketResult()
           
ListBucketResult(MetadataEntry[] metadata, java.lang.String name, java.lang.String prefix, java.lang.String marker, java.lang.String nextMarker, int maxKeys, java.lang.String delimiter, boolean isTruncated, ListEntry[] contents, PrefixEntry[] commonPrefixes)
           
 
Method Summary
 boolean equals(java.lang.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)
           
 java.lang.String getDelimiter()
          Gets the delimiter value for this ListBucketResult.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.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)
           
 java.lang.String getName()
          Gets the name value for this ListBucketResult.
 java.lang.String getNextMarker()
          Gets the nextMarker value for this ListBucketResult.
 java.lang.String getPrefix()
          Gets the prefix value for this ListBucketResult.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.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(java.lang.String delimiter)
          Sets the delimiter value for this ListBucketResult.
 void setIsTruncated(boolean isTruncated)
          Sets the isTruncated value for this ListBucketResult.
 void setMarker(java.lang.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(java.lang.String name)
          Sets the name value for this ListBucketResult.
 void setNextMarker(java.lang.String nextMarker)
          Sets the nextMarker value for this ListBucketResult.
 void setPrefix(java.lang.String prefix)
          Sets the prefix value for this ListBucketResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListBucketResult

public ListBucketResult()

ListBucketResult

public ListBucketResult(MetadataEntry[] metadata,
                        java.lang.String name,
                        java.lang.String prefix,
                        java.lang.String marker,
                        java.lang.String nextMarker,
                        int maxKeys,
                        java.lang.String delimiter,
                        boolean isTruncated,
                        ListEntry[] contents,
                        PrefixEntry[] commonPrefixes)
Method Detail

getMetadata

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

Returns:
metadata

setMetadata

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

Parameters:
metadata -

getMetadata

public MetadataEntry getMetadata(int i)

setMetadata

public void setMetadata(int i,
                        MetadataEntry _value)

getName

public java.lang.String getName()
Gets the name value for this ListBucketResult.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ListBucketResult.

Parameters:
name -

getPrefix

public java.lang.String getPrefix()
Gets the prefix value for this ListBucketResult.

Returns:
prefix

setPrefix

public void setPrefix(java.lang.String prefix)
Sets the prefix value for this ListBucketResult.

Parameters:
prefix -

getMarker

public java.lang.String getMarker()
Gets the marker value for this ListBucketResult.

Returns:
marker

setMarker

public void setMarker(java.lang.String marker)
Sets the marker value for this ListBucketResult.

Parameters:
marker -

getNextMarker

public java.lang.String getNextMarker()
Gets the nextMarker value for this ListBucketResult.

Returns:
nextMarker

setNextMarker

public void setNextMarker(java.lang.String nextMarker)
Sets the nextMarker value for this ListBucketResult.

Parameters:
nextMarker -

getMaxKeys

public int getMaxKeys()
Gets the maxKeys value for this ListBucketResult.

Returns:
maxKeys

setMaxKeys

public void setMaxKeys(int maxKeys)
Sets the maxKeys value for this ListBucketResult.

Parameters:
maxKeys -

getDelimiter

public java.lang.String getDelimiter()
Gets the delimiter value for this ListBucketResult.

Returns:
delimiter

setDelimiter

public void setDelimiter(java.lang.String delimiter)
Sets the delimiter value for this ListBucketResult.

Parameters:
delimiter -

isIsTruncated

public boolean isIsTruncated()
Gets the isTruncated value for this ListBucketResult.

Returns:
isTruncated

setIsTruncated

public void setIsTruncated(boolean isTruncated)
Sets the isTruncated value for this ListBucketResult.

Parameters:
isTruncated -

getContents

public ListEntry[] getContents()
Gets the contents value for this ListBucketResult.

Returns:
contents

setContents

public void setContents(ListEntry[] contents)
Sets the contents value for this ListBucketResult.

Parameters:
contents -

getContents

public ListEntry getContents(int i)

setContents

public void setContents(int i,
                        ListEntry _value)

getCommonPrefixes

public PrefixEntry[] getCommonPrefixes()
Gets the commonPrefixes value for this ListBucketResult.

Returns:
commonPrefixes

setCommonPrefixes

public void setCommonPrefixes(PrefixEntry[] commonPrefixes)
Sets the commonPrefixes value for this ListBucketResult.

Parameters:
commonPrefixes -

getCommonPrefixes

public PrefixEntry getCommonPrefixes(int i)

setCommonPrefixes

public void setCommonPrefixes(int i,
                              PrefixEntry _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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