public static class RESMSG.SegGrp4.SegGrp9.SegGrp10.SegGrp13 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 |
|---|
SegGrp13() |
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 RESMSG.SegGrp4.SegGrp9.SegGrp10.SegGrp13 withPAI(PAIPaymentInstructions value)
public RESMSG.SegGrp4.SegGrp9.SegGrp10.SegGrp13 withPYT(PYTPaymentTerms value)
public RESMSG.SegGrp4.SegGrp9.SegGrp10.SegGrp13 withFII(FIIFinancialInstitutionInformation value)
public RESMSG.SegGrp4.SegGrp9.SegGrp10.SegGrp13 withMOA(MOAMonetaryAmount value)
public RESMSG.SegGrp4.SegGrp9.SegGrp10.SegGrp13 withRFF(RFFReference... values)
public RESMSG.SegGrp4.SegGrp9.SegGrp10.SegGrp13 withRFF(Collection<RFFReference> values)
Copyright © 2020. All rights reserved.