public static class JUPREQ.SegGrp3.SegGrp11.SegGrp12 extends Object
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>
<sequence>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" maxOccurs="99" minOccurs="0"/>
<element name="PAI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PAI-PaymentInstructions" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp12() |
| Modifier and Type | Method and Description |
|---|---|
List<CUXCurrencies> |
getCUX()
Gets the value of the cux property.
|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
List<PAIPaymentInstructions> |
getPAI()
Gets the value of the pai property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
JUPREQ.SegGrp3.SegGrp11.SegGrp12 |
withCUX(Collection<CUXCurrencies> values) |
JUPREQ.SegGrp3.SegGrp11.SegGrp12 |
withCUX(CUXCurrencies... values) |
JUPREQ.SegGrp3.SegGrp11.SegGrp12 |
withMOA(MOAMonetaryAmount value) |
JUPREQ.SegGrp3.SegGrp11.SegGrp12 |
withPAI(Collection<PAIPaymentInstructions> values) |
JUPREQ.SegGrp3.SegGrp11.SegGrp12 |
withPAI(PAIPaymentInstructions... values) |
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic List<CUXCurrencies> getCUX()
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 cux property.
For example, to add a new item, do as follows:
getCUX().add(newItem);
Objects of the following type(s) are allowed in the list
CUXCurrencies
public List<PAIPaymentInstructions> getPAI()
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 pai property.
For example, to add a new item, do as follows:
getPAI().add(newItem);
Objects of the following type(s) are allowed in the list
PAIPaymentInstructions
public JUPREQ.SegGrp3.SegGrp11.SegGrp12 withMOA(MOAMonetaryAmount value)
public JUPREQ.SegGrp3.SegGrp11.SegGrp12 withCUX(CUXCurrencies... values)
public JUPREQ.SegGrp3.SegGrp11.SegGrp12 withCUX(Collection<CUXCurrencies> values)
public JUPREQ.SegGrp3.SegGrp11.SegGrp12 withPAI(PAIPaymentInstructions... values)
public JUPREQ.SegGrp3.SegGrp11.SegGrp12 withPAI(Collection<PAIPaymentInstructions> values)
Copyright © 2020. All rights reserved.