public static class REBORD.SegGrp2.SegGrp3.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="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="2" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="3" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="2" minOccurs="0"/>
</sequence>
<element name="SegGrp-6" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="3" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<sequence>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
REBORD.SegGrp2.SegGrp3.SegGrp5.SegGrp6
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp5() |
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 List<PCDPercentageDetails> getPCD()
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 pcd property.
For example, to add a new item, do as follows:
getPCD().add(newItem);
Objects of the following type(s) are allowed in the list
PCDPercentageDetails
public List<DTMDateTimePeriod> getDTM()
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 dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public List<REBORD.SegGrp2.SegGrp3.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
.SegGrp3 .SegGrp5 .SegGrp6
public CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic REBORD.SegGrp2.SegGrp3.SegGrp5 withMOA(MOAMonetaryAmount value)
public REBORD.SegGrp2.SegGrp3.SegGrp5 withGEI(GEIProcessingInformation... values)
public REBORD.SegGrp2.SegGrp3.SegGrp5 withGEI(Collection<GEIProcessingInformation> values)
public REBORD.SegGrp2.SegGrp3.SegGrp5 withPCD(PCDPercentageDetails... values)
public REBORD.SegGrp2.SegGrp3.SegGrp5 withPCD(Collection<PCDPercentageDetails> values)
public REBORD.SegGrp2.SegGrp3.SegGrp5 withDTM(DTMDateTimePeriod... values)
public REBORD.SegGrp2.SegGrp3.SegGrp5 withDTM(Collection<DTMDateTimePeriod> values)
public REBORD.SegGrp2.SegGrp3.SegGrp5 withSegGrp6(REBORD.SegGrp2.SegGrp3.SegGrp5.SegGrp6... values)
public REBORD.SegGrp2.SegGrp3.SegGrp5 withSegGrp6(Collection<REBORD.SegGrp2.SegGrp3.SegGrp5.SegGrp6> values)
public REBORD.SegGrp2.SegGrp3.SegGrp5 withCUX(CUXCurrencies value)
Copyright © 2020. All rights reserved.