public static class RESMSG.SegGrp4.SegGrp5 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="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" minOccurs="0"/>
<element name="LAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LAN-Language" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="20" minOccurs="0"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
<element name="PAI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PAI-PaymentInstructions" minOccurs="0"/>
<element name="PYT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PYT-PaymentTerms" maxOccurs="5" minOccurs="0"/>
<element name="FII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FII-FinancialInstitutionInformation" maxOccurs="5" minOccurs="0"/>
<element name="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DIM-Dimensions" maxOccurs="2" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="5" minOccurs="0"/>
</sequence>
<element name="SegGrp-6" maxOccurs="10" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification"/>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="10" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-7" maxOccurs="99" minOccurs="0">
<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="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-8" maxOccurs="10" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RESMSG.SegGrp4.SegGrp5.SegGrp6
Java class for anonymous complex type.
|
static class |
RESMSG.SegGrp4.SegGrp5.SegGrp7
Java class for anonymous complex type.
|
static class |
RESMSG.SegGrp4.SegGrp5.SegGrp8
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp5() |
public IMDItemDescription getIMD()
IMDItemDescriptionpublic void setIMD(IMDItemDescription value)
value - allowed object is
IMDItemDescriptionpublic QTYQuantity getQTY()
QTYQuantitypublic void setQTY(QTYQuantity value)
value - allowed object is
QTYQuantitypublic LANLanguage getLAN()
LANLanguagepublic void setLAN(LANLanguage value)
value - allowed object is
LANLanguagepublic 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 NADNameAndAddress getNAD()
NADNameAndAddresspublic void setNAD(NADNameAndAddress value)
value - allowed object is
NADNameAndAddresspublic 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 PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic PAIPaymentInstructions getPAI()
PAIPaymentInstructionspublic void setPAI(PAIPaymentInstructions value)
value - allowed object is
PAIPaymentInstructionspublic List<PYTPaymentTerms> getPYT()
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 pyt property.
For example, to add a new item, do as follows:
getPYT().add(newItem);
Objects of the following type(s) are allowed in the list
PYTPaymentTerms
public 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<DIMDimensions> getDIM()
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 dim property.
For example, to add a new item, do as follows:
getDIM().add(newItem);
Objects of the following type(s) are allowed in the list
DIMDimensions
public List<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public List<RESMSG.SegGrp4.SegGrp5.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
.SegGrp5 .SegGrp6
public List<RESMSG.SegGrp4.SegGrp5.SegGrp7> getSegGrp7()
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 segGrp7 property.
For example, to add a new item, do as follows:
getSegGrp7().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp7
public List<RESMSG.SegGrp4.SegGrp5.SegGrp8> getSegGrp8()
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 segGrp8 property.
For example, to add a new item, do as follows:
getSegGrp8().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp8
public RESMSG.SegGrp4.SegGrp5 withIMD(IMDItemDescription value)
public RESMSG.SegGrp4.SegGrp5 withQTY(QTYQuantity value)
public RESMSG.SegGrp4.SegGrp5 withLAN(LANLanguage value)
public RESMSG.SegGrp4.SegGrp5 withDTM(DTMDateTimePeriod... values)
public RESMSG.SegGrp4.SegGrp5 withDTM(Collection<DTMDateTimePeriod> values)
public RESMSG.SegGrp4.SegGrp5 withNAD(NADNameAndAddress value)
public RESMSG.SegGrp4.SegGrp5 withRFF(RFFReference... values)
public RESMSG.SegGrp4.SegGrp5 withRFF(Collection<RFFReference> values)
public RESMSG.SegGrp4.SegGrp5 withPCD(PCDPercentageDetails value)
public RESMSG.SegGrp4.SegGrp5 withPAI(PAIPaymentInstructions value)
public RESMSG.SegGrp4.SegGrp5 withPYT(PYTPaymentTerms... values)
public RESMSG.SegGrp4.SegGrp5 withPYT(Collection<PYTPaymentTerms> values)
public RESMSG.SegGrp4.SegGrp5 withFII(FIIFinancialInstitutionInformation... values)
public RESMSG.SegGrp4.SegGrp5 withFII(Collection<FIIFinancialInstitutionInformation> values)
public RESMSG.SegGrp4.SegGrp5 withDIM(DIMDimensions... values)
public RESMSG.SegGrp4.SegGrp5 withDIM(Collection<DIMDimensions> values)
public RESMSG.SegGrp4.SegGrp5 withFTX(FTXFreeText... values)
public RESMSG.SegGrp4.SegGrp5 withFTX(Collection<FTXFreeText> values)
public RESMSG.SegGrp4.SegGrp5 withSegGrp6(RESMSG.SegGrp4.SegGrp5.SegGrp6... values)
public RESMSG.SegGrp4.SegGrp5 withSegGrp6(Collection<RESMSG.SegGrp4.SegGrp5.SegGrp6> values)
public RESMSG.SegGrp4.SegGrp5 withSegGrp7(RESMSG.SegGrp4.SegGrp5.SegGrp7... values)
public RESMSG.SegGrp4.SegGrp5 withSegGrp7(Collection<RESMSG.SegGrp4.SegGrp5.SegGrp7> values)
public RESMSG.SegGrp4.SegGrp5 withSegGrp8(RESMSG.SegGrp4.SegGrp5.SegGrp8... values)
public RESMSG.SegGrp4.SegGrp5 withSegGrp8(Collection<RESMSG.SegGrp4.SegGrp5.SegGrp8> values)
Copyright © 2020. All rights reserved.