public static class IFTCCA.SegGrp9.SegGrp18 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="PRI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PRI-PriceDetails" maxOccurs="9" minOccurs="0"/>
<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="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"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp18() |
public TCCChargeRateCalculations getTCC()
TCCChargeRateCalculationspublic void setTCC(TCCChargeRateCalculations value)
value - allowed object is
TCCChargeRateCalculationspublic 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<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<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 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 List<MEAMeasurements> getMEA()
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 mea property.
For example, to add a new item, do as follows:
getMEA().add(newItem);
Objects of the following type(s) are allowed in the list
MEAMeasurements
public List<CUXCurrencies> getCUX()
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 cux property.
For example, to add a new item, do as follows:
getCUX().add(newItem);
Objects of the following type(s) are allowed in the list
CUXCurrencies
public 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 IFTCCA.SegGrp9.SegGrp18 withTCC(TCCChargeRateCalculations value)
public IFTCCA.SegGrp9.SegGrp18 withPRI(PRIPriceDetails... values)
public IFTCCA.SegGrp9.SegGrp18 withPRI(Collection<PRIPriceDetails> values)
public IFTCCA.SegGrp9.SegGrp18 withEQN(EQNNumberOfUnits... values)
public IFTCCA.SegGrp9.SegGrp18 withEQN(Collection<EQNNumberOfUnits> values)
public IFTCCA.SegGrp9.SegGrp18 withPCD(PCDPercentageDetails... values)
public IFTCCA.SegGrp9.SegGrp18 withPCD(Collection<PCDPercentageDetails> values)
public IFTCCA.SegGrp9.SegGrp18 withMOA(MOAMonetaryAmount... values)
public IFTCCA.SegGrp9.SegGrp18 withMOA(Collection<MOAMonetaryAmount> values)
public IFTCCA.SegGrp9.SegGrp18 withQTY(QTYQuantity... values)
public IFTCCA.SegGrp9.SegGrp18 withQTY(Collection<QTYQuantity> values)
public IFTCCA.SegGrp9.SegGrp18 withLOC(LOCPlaceLocationIdentification... values)
public IFTCCA.SegGrp9.SegGrp18 withLOC(Collection<LOCPlaceLocationIdentification> values)
public IFTCCA.SegGrp9.SegGrp18 withRFF(RFFReference... values)
public IFTCCA.SegGrp9.SegGrp18 withRFF(Collection<RFFReference> values)
public IFTCCA.SegGrp9.SegGrp18 withMEA(MEAMeasurements... values)
public IFTCCA.SegGrp9.SegGrp18 withMEA(Collection<MEAMeasurements> values)
public IFTCCA.SegGrp9.SegGrp18 withCUX(CUXCurrencies... values)
public IFTCCA.SegGrp9.SegGrp18 withCUX(Collection<CUXCurrencies> values)
public IFTCCA.SegGrp9.SegGrp18 withDTM(DTMDateTimePeriod... values)
public IFTCCA.SegGrp9.SegGrp18 withDTM(Collection<DTMDateTimePeriod> values)
public IFTCCA.SegGrp9.SegGrp18 withFTX(FTXFreeText... values)
public IFTCCA.SegGrp9.SegGrp18 withFTX(Collection<FTXFreeText> values)
Copyright © 2020. All rights reserved.