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