|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.amazonaws.a2s.model.Bin
public class Bin
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" type="{http://webservices.amazon.com/AWSECommerceService/2007-10-29}BinParameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Thu Jan 10 05:27:59 PST 2008
| Field Summary | |
|---|---|
protected java.math.BigInteger |
binItemCount
|
protected java.lang.String |
binName
|
protected java.util.List<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<BinParameter> |
getBinParameter()
Gets the value of the binParameter property. |
boolean |
isSetBinItemCount()
|
boolean |
isSetBinName()
|
boolean |
isSetBinParameter()
|
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. |
void |
setBinParameter(java.util.List<BinParameter> binParameter)
Sets the value of the binParameter property. |
protected java.lang.String |
toXMLFragment()
XML fragment representation of this object |
void |
unsetBinParameter()
|
Bin |
withBinItemCount(java.math.BigInteger value)
Sets the value of the BinItemCount property. |
Bin |
withBinName(java.lang.String value)
Sets the value of the BinName property. |
Bin |
withBinParameter(BinParameter... values)
Sets the value of the BinParameter property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String binName
protected java.math.BigInteger binItemCount
protected java.util.List<BinParameter> binParameter
| Constructor Detail |
|---|
public Bin()
| Method Detail |
|---|
public java.lang.String getBinName()
Stringpublic void setBinName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetBinName()
public java.math.BigInteger getBinItemCount()
BigIntegerpublic void setBinItemCount(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetBinItemCount()
public java.util.List<BinParameter> getBinParameter()
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
BinParameter
public boolean isSetBinParameter()
public void unsetBinParameter()
public Bin withBinName(java.lang.String value)
value -
public Bin withBinItemCount(java.math.BigInteger value)
value -
public Bin withBinParameter(BinParameter... values)
values -
public void setBinParameter(java.util.List<BinParameter> binParameter)
binParameter - allowed object is
BinParameterprotected java.lang.String toXMLFragment()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||