public static class IFTMIN.SegGrp39.SegGrp40 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="TCC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TCC-ChargeRateCalculations"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" minOccurs="0"/>
<element name="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails" minOccurs="0"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQN-NumberOfUnits" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp40() |
public TCCChargeRateCalculations getTCC()
TCCChargeRateCalculationspublic void setTCC(TCCChargeRateCalculations value)
value - allowed object is
TCCChargeRateCalculationspublic CUXCurrencies getCUX()
CUXCurrenciespublic void setCUX(CUXCurrencies value)
value - allowed object is
CUXCurrenciespublic PRIPriceDetails getPRI()
PRIPriceDetailspublic void setPRI(PRIPriceDetails value)
value - allowed object is
PRIPriceDetailspublic EQNNumberOfUnits getEQN()
EQNNumberOfUnitspublic void setEQN(EQNNumberOfUnits value)
value - allowed object is
EQNNumberOfUnitspublic PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic List<MOAMonetaryAmount> getMOA()
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 moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
public List<QTYQuantity> getQTY()
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 qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public IFTMIN.SegGrp39.SegGrp40 withTCC(TCCChargeRateCalculations value)
public IFTMIN.SegGrp39.SegGrp40 withCUX(CUXCurrencies value)
public IFTMIN.SegGrp39.SegGrp40 withPRI(PRIPriceDetails value)
public IFTMIN.SegGrp39.SegGrp40 withEQN(EQNNumberOfUnits value)
public IFTMIN.SegGrp39.SegGrp40 withPCD(PCDPercentageDetails value)
public IFTMIN.SegGrp39.SegGrp40 withMOA(MOAMonetaryAmount... values)
public IFTMIN.SegGrp39.SegGrp40 withMOA(Collection<MOAMonetaryAmount> values)
public IFTMIN.SegGrp39.SegGrp40 withQTY(QTYQuantity... values)
public IFTMIN.SegGrp39.SegGrp40 withQTY(Collection<QTYQuantity> values)
Copyright © 2020. All rights reserved.