public static class IFTMIN.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="CPI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CPI-ChargePaymentInstructions"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp6() |
public CPIChargePaymentInstructions getCPI()
CPIChargePaymentInstructionspublic void setCPI(CPIChargePaymentInstructions value)
value - allowed object is
CPIChargePaymentInstructionspublic List<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
public CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic List<LOCPlaceLocationIdentification> getLOC()
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 loc property.
For example, to add a new item, do as follows:
getLOC().add(newItem);
Objects of the following type(s) are allowed in the list
LOCPlaceLocationIdentification
public List<MOAMonetaryAmount> getMOA()
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 moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
public IFTMIN.SegGrp6 withCPI(CPIChargePaymentInstructions value)
public IFTMIN.SegGrp6 withRFF(RFFReference... values)
public IFTMIN.SegGrp6 withRFF(Collection<RFFReference> values)
public IFTMIN.SegGrp6 withCUX(CUXCurrencies value)
public IFTMIN.SegGrp6 withLOC(LOCPlaceLocationIdentification... values)
public IFTMIN.SegGrp6 withLOC(Collection<LOCPlaceLocationIdentification> values)
public IFTMIN.SegGrp6 withMOA(MOAMonetaryAmount... values)
public IFTMIN.SegGrp6 withMOA(Collection<MOAMonetaryAmount> values)
Copyright © 2020. All rights reserved.