com.amazon.webservices.awsecommerceservice._2007_04_04
Class Bin

java.lang.Object
  extended by com.amazon.webservices.awsecommerceservice._2007_04_04.Bin

public class Bin
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BinName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="BinItemCount" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="BinParameter" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Bin.BinParameter
          Java class for anonymous complex type.
 
Field Summary
protected  java.math.BigInteger binItemCount
           
protected  java.lang.String binName
           
protected  java.util.List<Bin.BinParameter> binParameter
           
 
Constructor Summary
Bin()
           
 
Method Summary
 java.math.BigInteger getBinItemCount()
          Gets the value of the binItemCount property.
 java.lang.String getBinName()
          Gets the value of the binName property.
 java.util.List<Bin.BinParameter> getBinParameter()
          Gets the value of the binParameter property.
 void setBinItemCount(java.math.BigInteger value)
          Sets the value of the binItemCount property.
 void setBinName(java.lang.String value)
          Sets the value of the binName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

binName

protected java.lang.String binName

binItemCount

protected java.math.BigInteger binItemCount

binParameter

protected java.util.List<Bin.BinParameter> binParameter
Constructor Detail

Bin

public Bin()
Method Detail

getBinName

public java.lang.String getBinName()
Gets the value of the binName property.

Returns:
possible object is String

setBinName

public void setBinName(java.lang.String value)
Sets the value of the binName property.

Parameters:
value - allowed object is String

getBinItemCount

public java.math.BigInteger getBinItemCount()
Gets the value of the binItemCount property.

Returns:
possible object is BigInteger

setBinItemCount

public void setBinItemCount(java.math.BigInteger value)
Sets the value of the binItemCount property.

Parameters:
value - allowed object is BigInteger

getBinParameter

public java.util.List<Bin.BinParameter> getBinParameter()
Gets the value of the binParameter property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the binParameter property.

For example, to add a new item, do as follows:

    getBinParameter().add(newItem);
 

Objects of the following type(s) are allowed in the list Bin.BinParameter



Copyright © 2007 orange-cafe.de. All Rights Reserved.