public static class BANSTA.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="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="2" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" 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" maxOccurs="5" minOccurs="0"/>
</sequence>
<element name="SegGrp-7" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="FII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FII-FinancialInstitutionInformation"/>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-8" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BANSTA.SegGrp4.SegGrp6.SegGrp7
Java class for anonymous complex type.
|
static class |
BANSTA.SegGrp4.SegGrp6.SegGrp8
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp6() |
public SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic 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 MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic List<DOCDocumentMessageDetails> getDOC()
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 doc property.
For example, to add a new item, do as follows:
getDOC().add(newItem);
Objects of the following type(s) are allowed in the list
DOCDocumentMessageDetails
public BANSTA.SegGrp4.SegGrp6.SegGrp7 getSegGrp7()
.SegGrp6 .SegGrp7 public void setSegGrp7(BANSTA.SegGrp4.SegGrp6.SegGrp7 value)
value - allowed object is
.SegGrp6 .SegGrp7 public BANSTA.SegGrp4.SegGrp6.SegGrp8 getSegGrp8()
.SegGrp6 .SegGrp8 public void setSegGrp8(BANSTA.SegGrp4.SegGrp6.SegGrp8 value)
value - allowed object is
.SegGrp6 .SegGrp8 public BANSTA.SegGrp4.SegGrp6 withSEQ(SEQSequenceDetails value)
public BANSTA.SegGrp4.SegGrp6 withGEI(GEIProcessingInformation value)
public BANSTA.SegGrp4.SegGrp6 withDTM(DTMDateTimePeriod... values)
public BANSTA.SegGrp4.SegGrp6 withDTM(Collection<DTMDateTimePeriod> values)
public BANSTA.SegGrp4.SegGrp6 withMOA(MOAMonetaryAmount value)
public BANSTA.SegGrp4.SegGrp6 withCUX(CUXCurrencies value)
public BANSTA.SegGrp4.SegGrp6 withPCD(PCDPercentageDetails value)
public BANSTA.SegGrp4.SegGrp6 withFTX(FTXFreeText value)
public BANSTA.SegGrp4.SegGrp6 withDOC(DOCDocumentMessageDetails... values)
public BANSTA.SegGrp4.SegGrp6 withDOC(Collection<DOCDocumentMessageDetails> values)
public BANSTA.SegGrp4.SegGrp6 withSegGrp7(BANSTA.SegGrp4.SegGrp6.SegGrp7 value)
public BANSTA.SegGrp4.SegGrp6 withSegGrp8(BANSTA.SegGrp4.SegGrp6.SegGrp8 value)
Copyright © 2020. All rights reserved.