public static class FINSTA.SegGrp4 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="LIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LIN-LineItem"/>
<element name="FII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FII-FinancialInstitutionInformation"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
<element name="SegGrp-5" maxOccurs="99">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-6" maxOccurs="9999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="5"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="2"/>
<element name="BUS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BUS-BusinessFunction"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FINSTA.SegGrp4.SegGrp5
Java class for anonymous complex type.
|
static class |
FINSTA.SegGrp4.SegGrp6
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp4() |
public LINLineItem getLIN()
LINLineItempublic void setLIN(LINLineItem value)
value - allowed object is
LINLineItempublic FIIFinancialInstitutionInformation getFII()
FIIFinancialInstitutionInformationpublic void setFII(FIIFinancialInstitutionInformation value)
value - allowed object is
FIIFinancialInstitutionInformationpublic RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic List<FINSTA.SegGrp4.SegGrp5> getSegGrp5()
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 segGrp5 property.
For example, to add a new item, do as follows:
getSegGrp5().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5
public List<FINSTA.SegGrp4.SegGrp6> getSegGrp6()
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 segGrp6 property.
For example, to add a new item, do as follows:
getSegGrp6().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp6
public FINSTA.SegGrp4 withLIN(LINLineItem value)
public FINSTA.SegGrp4 withFII(FIIFinancialInstitutionInformation value)
public FINSTA.SegGrp4 withRFF(RFFReference value)
public FINSTA.SegGrp4 withFTX(FTXFreeText value)
public FINSTA.SegGrp4 withSegGrp5(FINSTA.SegGrp4.SegGrp5... values)
public FINSTA.SegGrp4 withSegGrp5(Collection<FINSTA.SegGrp4.SegGrp5> values)
public FINSTA.SegGrp4 withSegGrp6(FINSTA.SegGrp4.SegGrp6... values)
public FINSTA.SegGrp4 withSegGrp6(Collection<FINSTA.SegGrp4.SegGrp6> values)
Copyright © 2020. All rights reserved.