public class Bin extends Object implements Serializable
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Bin.BinParameter
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
binItemCount |
protected String |
binName |
protected List<Bin.BinParameter> |
binParameter |
| Constructor and Description |
|---|
Bin() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getBinItemCount()
Gets the value of the binItemCount property.
|
String |
getBinName()
Gets the value of the binName property.
|
List<Bin.BinParameter> |
getBinParameter()
Gets the value of the binParameter property.
|
void |
setBinItemCount(BigInteger value)
Sets the value of the binItemCount property.
|
void |
setBinName(String value)
Sets the value of the binName property.
|
protected String binName
protected BigInteger binItemCount
protected List<Bin.BinParameter> binParameter
public String getBinName()
Stringpublic void setBinName(String value)
value - allowed object is
Stringpublic BigInteger getBinItemCount()
BigIntegerpublic void setBinItemCount(BigInteger value)
value - allowed object is
BigIntegerpublic 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
Copyright © 2013. All Rights Reserved.