public static class RECLAM.SegGrp4.SegGrp5.SegGrp6 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="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="3"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="2" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp6() |
| Modifier and Type | Method and Description |
|---|---|
CUXCurrencies |
getCUX()
Gets the value of the cux property.
|
List<FTXFreeText> |
getFTX()
Gets the value of the ftx property.
|
List<GEIProcessingInformation> |
getGEI()
Gets the value of the gei property.
|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
void |
setCUX(CUXCurrencies value)
Sets the value of the cux property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
RECLAM.SegGrp4.SegGrp5.SegGrp6 |
withCUX(CUXCurrencies value) |
RECLAM.SegGrp4.SegGrp5.SegGrp6 |
withFTX(Collection<FTXFreeText> values) |
RECLAM.SegGrp4.SegGrp5.SegGrp6 |
withFTX(FTXFreeText... values) |
RECLAM.SegGrp4.SegGrp5.SegGrp6 |
withGEI(Collection<GEIProcessingInformation> values) |
RECLAM.SegGrp4.SegGrp5.SegGrp6 |
withGEI(GEIProcessingInformation... values) |
RECLAM.SegGrp4.SegGrp5.SegGrp6 |
withMOA(MOAMonetaryAmount value) |
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic List<GEIProcessingInformation> getGEI()
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 gei property.
For example, to add a new item, do as follows:
getGEI().add(newItem);
Objects of the following type(s) are allowed in the list
GEIProcessingInformation
public CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic List<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public RECLAM.SegGrp4.SegGrp5.SegGrp6 withMOA(MOAMonetaryAmount value)
public RECLAM.SegGrp4.SegGrp5.SegGrp6 withGEI(GEIProcessingInformation... values)
public RECLAM.SegGrp4.SegGrp5.SegGrp6 withGEI(Collection<GEIProcessingInformation> values)
public RECLAM.SegGrp4.SegGrp5.SegGrp6 withCUX(CUXCurrencies value)
public RECLAM.SegGrp4.SegGrp5.SegGrp6 withFTX(FTXFreeText... values)
public RECLAM.SegGrp4.SegGrp5.SegGrp6 withFTX(Collection<FTXFreeText> values)
Copyright © 2020. All rights reserved.