public static class FINSTA.SegGrp4.SegGrp6 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="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>
| Constructor and Description |
|---|
SegGrp6() |
public SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic 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 List<DTMDateTimePeriod> getDTM()
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 dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public BUSBusinessFunction getBUS()
BUSBusinessFunctionpublic void setBUS(BUSBusinessFunction value)
value - allowed object is
BUSBusinessFunctionpublic MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic FINSTA.SegGrp4.SegGrp6 withSEQ(SEQSequenceDetails value)
public FINSTA.SegGrp4.SegGrp6 withRFF(RFFReference... values)
public FINSTA.SegGrp4.SegGrp6 withRFF(Collection<RFFReference> values)
public FINSTA.SegGrp4.SegGrp6 withDTM(DTMDateTimePeriod... values)
public FINSTA.SegGrp4.SegGrp6 withDTM(Collection<DTMDateTimePeriod> values)
public FINSTA.SegGrp4.SegGrp6 withBUS(BUSBusinessFunction value)
public FINSTA.SegGrp4.SegGrp6 withMOA(MOAMonetaryAmount value)
public FINSTA.SegGrp4.SegGrp6 withFTX(FTXFreeText value)
Copyright © 2020. All rights reserved.