public class CoinsOrBills extends Object
Java class for CoinsOrBills complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoinsOrBills">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="UnitValue" use="required" type="{}SimpleAmountType" />
<attribute name="Number" use="required" type="{}Number" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
number
The Number.
|
protected BigDecimal |
unitValue
The Unit value.
|
| Constructor and Description |
|---|
CoinsOrBills() |
| 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 © 2022. All rights reserved.