public class MOAMonetaryAmount extends Object
Java class for MOA-MonetaryAmount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MOA-MonetaryAmount">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C516" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C516-MonetaryAmount"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MOAMonetaryAmount() |
| Modifier and Type | Method and Description |
|---|---|
C516MonetaryAmount |
getC516()
Gets the value of the c516 property.
|
void |
setC516(C516MonetaryAmount value)
Sets the value of the c516 property.
|
MOAMonetaryAmount |
withC516(C516MonetaryAmount value) |
public C516MonetaryAmount getC516()
C516MonetaryAmountpublic void setC516(C516MonetaryAmount value)
value - allowed object is
C516MonetaryAmountpublic MOAMonetaryAmount withC516(C516MonetaryAmount value)
Copyright © 2020. All rights reserved.