public static class SUPCOT.SegGrp3.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="PYT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PYT-PaymentTerms"/>
<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="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="3" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="3" minOccurs="0"/>
</sequence>
<element name="SegGrp-5" maxOccurs="99">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="COT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COT-ContributionDetails"/>
<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" maxOccurs="3" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="3" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SUPCOT.SegGrp3.SegGrp4.SegGrp5
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp4() |
public PYTPaymentTerms getPYT()
PYTPaymentTermspublic void setPYT(PYTPaymentTerms value)
value - allowed object is
PYTPaymentTermspublic MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic 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 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<SUPCOT.SegGrp3.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
.SegGrp4 .SegGrp5
public SUPCOT.SegGrp3.SegGrp4 withPYT(PYTPaymentTerms value)
public SUPCOT.SegGrp3.SegGrp4 withMOA(MOAMonetaryAmount value)
public SUPCOT.SegGrp3.SegGrp4 withCUX(CUXCurrencies value)
public SUPCOT.SegGrp3.SegGrp4 withDTM(DTMDateTimePeriod... values)
public SUPCOT.SegGrp3.SegGrp4 withDTM(Collection<DTMDateTimePeriod> values)
public SUPCOT.SegGrp3.SegGrp4 withFTX(FTXFreeText... values)
public SUPCOT.SegGrp3.SegGrp4 withFTX(Collection<FTXFreeText> values)
public SUPCOT.SegGrp3.SegGrp4 withSegGrp5(SUPCOT.SegGrp3.SegGrp4.SegGrp5... values)
public SUPCOT.SegGrp3.SegGrp4 withSegGrp5(Collection<SUPCOT.SegGrp3.SegGrp4.SegGrp5> values)
Copyright © 2020. All rights reserved.