public static class RESMSG.SegGrp4.SegGrp5.SegGrp8 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="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions"/>
<element name="FII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FII-FinancialInstitutionInformation" maxOccurs="5" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="2" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp8() |
public RCSRequirementsAndConditions getRCS()
RCSRequirementsAndConditionspublic void setRCS(RCSRequirementsAndConditions value)
value - allowed object is
RCSRequirementsAndConditionspublic List<FIIFinancialInstitutionInformation> getFII()
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 fii property.
For example, to add a new item, do as follows:
getFII().add(newItem);
Objects of the following type(s) are allowed in the list
FIIFinancialInstitutionInformation
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 RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic RESMSG.SegGrp4.SegGrp5.SegGrp8 withRCS(RCSRequirementsAndConditions value)
public RESMSG.SegGrp4.SegGrp5.SegGrp8 withFII(FIIFinancialInstitutionInformation... values)
public RESMSG.SegGrp4.SegGrp5.SegGrp8 withFII(Collection<FIIFinancialInstitutionInformation> values)
public RESMSG.SegGrp4.SegGrp5.SegGrp8 withMOA(MOAMonetaryAmount... values)
public RESMSG.SegGrp4.SegGrp5.SegGrp8 withMOA(Collection<MOAMonetaryAmount> values)
public RESMSG.SegGrp4.SegGrp5.SegGrp8 withRFF(RFFReference value)
public RESMSG.SegGrp4.SegGrp5.SegGrp8 withFTX(FTXFreeText value)
Copyright © 2020. All rights reserved.