public class CoinsOrBillsType extends Object
Java class for CoinsOrBillsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoinsOrBillsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="UnitValue" use="required" type="{}SimpleAmountType" />
<attribute name="Number" use="required" type="{}NumberType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
number |
protected BigDecimal |
unitValue |
| Constructor and Description |
|---|
CoinsOrBillsType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getNumber()
Gets the value of the number property.
|
BigDecimal |
getUnitValue()
Gets the value of the unitValue property.
|
void |
setNumber(BigInteger value)
Sets the value of the number property.
|
void |
setUnitValue(BigDecimal value)
Sets the value of the unitValue property.
|
protected BigDecimal unitValue
protected BigInteger number
public BigDecimal getUnitValue()
BigDecimalpublic void setUnitValue(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getNumber()
BigIntegerpublic void setNumber(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2018. All rights reserved.