public static class IFTMCS.SegGrp18.SegGrp29 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/D07A}TCC-ChargeRateCalculations"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}CUX-Currencies" minOccurs="0"/>
<element name="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}PRI-PriceDetails" minOccurs="0"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}EQN-NumberOfUnits" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}PCD-PercentageDetails" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp29() |
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 List<LOCPlaceLocationIdentification> getLOC()
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 loc property.
For example, to add a new item, do as follows:
getLOC().add(newItem);
Objects of the following type(s) are allowed in the list
LOCPlaceLocationIdentification
public IFTMCS.SegGrp18.SegGrp29 withTCC(TCCChargeRateCalculations value)
public IFTMCS.SegGrp18.SegGrp29 withCUX(CUXCurrencies value)
public IFTMCS.SegGrp18.SegGrp29 withPRI(PRIPriceDetails value)
public IFTMCS.SegGrp18.SegGrp29 withEQN(EQNNumberOfUnits value)
public IFTMCS.SegGrp18.SegGrp29 withPCD(PCDPercentageDetails value)
public IFTMCS.SegGrp18.SegGrp29 withMOA(MOAMonetaryAmount... values)
public IFTMCS.SegGrp18.SegGrp29 withMOA(Collection<MOAMonetaryAmount> values)
public IFTMCS.SegGrp18.SegGrp29 withQTY(QTYQuantity... values)
public IFTMCS.SegGrp18.SegGrp29 withQTY(Collection<QTYQuantity> values)
public IFTMCS.SegGrp18.SegGrp29 withLOC(LOCPlaceLocationIdentification... values)
public IFTMCS.SegGrp18.SegGrp29 withLOC(Collection<LOCPlaceLocationIdentification> values)
Copyright © 2020. All rights reserved.