public class ARDMonetaryAmountFunction extends Object
Java class for ARD-MonetaryAmountFunction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ARD-MonetaryAmountFunction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C549" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C549-MonetaryAmountFunction" minOccurs="0"/>
<sequence>
<element name="C008" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C008-MonetaryAmountFunctionDetail" maxOccurs="8" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ARDMonetaryAmountFunction() |
| Modifier and Type | Method and Description |
|---|---|
List<C008MonetaryAmountFunctionDetail> |
getC008()
Gets the value of the c008 property.
|
C549MonetaryAmountFunction |
getC549()
Gets the value of the c549 property.
|
void |
setC549(C549MonetaryAmountFunction value)
Sets the value of the c549 property.
|
ARDMonetaryAmountFunction |
withC008(C008MonetaryAmountFunctionDetail... values) |
ARDMonetaryAmountFunction |
withC008(Collection<C008MonetaryAmountFunctionDetail> values) |
ARDMonetaryAmountFunction |
withC549(C549MonetaryAmountFunction value) |
public C549MonetaryAmountFunction getC549()
C549MonetaryAmountFunctionpublic void setC549(C549MonetaryAmountFunction value)
value - allowed object is
C549MonetaryAmountFunctionpublic List<C008MonetaryAmountFunctionDetail> getC008()
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 c008 property.
For example, to add a new item, do as follows:
getC008().add(newItem);
Objects of the following type(s) are allowed in the list
C008MonetaryAmountFunctionDetail
public ARDMonetaryAmountFunction withC549(C549MonetaryAmountFunction value)
public ARDMonetaryAmountFunction withC008(C008MonetaryAmountFunctionDetail... values)
public ARDMonetaryAmountFunction withC008(Collection<C008MonetaryAmountFunctionDetail> values)
Copyright © 2020. All rights reserved.