|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazon.webservices.awsecommerceservice._2007_04_04.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" 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 |
|---|
protected java.lang.String binName
protected java.math.BigInteger binItemCount
protected java.util.List<Bin.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 java.math.BigInteger getBinItemCount()
BigIntegerpublic void setBinItemCount(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.util.List<Bin.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
Bin.BinParameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||