public static class SUPRES.SegGrp6.SegGrp7.SegGrp16 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"/>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp16() |
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 DOCDocumentMessageDetails getDOC()
DOCDocumentMessageDetailspublic void setDOC(DOCDocumentMessageDetails value)
value - allowed object is
DOCDocumentMessageDetailspublic SUPRES.SegGrp6.SegGrp7.SegGrp16 withRCS(RCSRequirementsAndConditions value)
public SUPRES.SegGrp6.SegGrp7.SegGrp16 withFII(FIIFinancialInstitutionInformation... values)
public SUPRES.SegGrp6.SegGrp7.SegGrp16 withFII(Collection<FIIFinancialInstitutionInformation> values)
public SUPRES.SegGrp6.SegGrp7.SegGrp16 withMOA(MOAMonetaryAmount... values)
public SUPRES.SegGrp6.SegGrp7.SegGrp16 withMOA(Collection<MOAMonetaryAmount> values)
public SUPRES.SegGrp6.SegGrp7.SegGrp16 withRFF(RFFReference value)
public SUPRES.SegGrp6.SegGrp7.SegGrp16 withFTX(FTXFreeText value)
public SUPRES.SegGrp6.SegGrp7.SegGrp16 withDOC(DOCDocumentMessageDetails value)
Copyright © 2020. All rights reserved.