public static class SUPRES.SegGrp6.SegGrp17.SegGrp18.SegGrp21 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="PAI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PAI-PaymentInstructions"/>
<element name="PYT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PYT-PaymentTerms" minOccurs="0"/>
<element name="FII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FII-FinancialInstitutionInformation" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp21() |
public PAIPaymentInstructions getPAI()
PAIPaymentInstructionspublic void setPAI(PAIPaymentInstructions value)
value - allowed object is
PAIPaymentInstructionspublic PYTPaymentTerms getPYT()
PYTPaymentTermspublic void setPYT(PYTPaymentTerms value)
value - allowed object is
PYTPaymentTermspublic FIIFinancialInstitutionInformation getFII()
FIIFinancialInstitutionInformationpublic void setFII(FIIFinancialInstitutionInformation value)
value - allowed object is
FIIFinancialInstitutionInformationpublic MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic 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 SUPRES.SegGrp6.SegGrp17.SegGrp18.SegGrp21 withPAI(PAIPaymentInstructions value)
public SUPRES.SegGrp6.SegGrp17.SegGrp18.SegGrp21 withPYT(PYTPaymentTerms value)
public SUPRES.SegGrp6.SegGrp17.SegGrp18.SegGrp21 withFII(FIIFinancialInstitutionInformation value)
public SUPRES.SegGrp6.SegGrp17.SegGrp18.SegGrp21 withMOA(MOAMonetaryAmount value)
public SUPRES.SegGrp6.SegGrp17.SegGrp18.SegGrp21 withRFF(RFFReference... values)
public SUPRES.SegGrp6.SegGrp17.SegGrp18.SegGrp21 withRFF(Collection<RFFReference> values)
Copyright © 2020. All rights reserved.