public static class RECLAM.SegGrp4.SegGrp5 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="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
<element name="SegGrp-6" maxOccurs="99">
<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>
</element>
<sequence>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RECLAM.SegGrp4.SegGrp5.SegGrp6
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp5() |
public CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic List<RECLAM.SegGrp4.SegGrp5.SegGrp6> getSegGrp6()
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 segGrp6 property.
For example, to add a new item, do as follows:
getSegGrp6().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp6
public PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic RECLAM.SegGrp4.SegGrp5 withCUX(CUXCurrencies value)
public RECLAM.SegGrp4.SegGrp5 withGEI(GEIProcessingInformation value)
public RECLAM.SegGrp4.SegGrp5 withFTX(FTXFreeText value)
public RECLAM.SegGrp4.SegGrp5 withSegGrp6(RECLAM.SegGrp4.SegGrp5.SegGrp6... values)
public RECLAM.SegGrp4.SegGrp5 withSegGrp6(Collection<RECLAM.SegGrp4.SegGrp5.SegGrp6> values)
public RECLAM.SegGrp4.SegGrp5 withPCD(PCDPercentageDetails value)
Copyright © 2020. All rights reserved.