public static class IFTMAN.SegGrp7 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="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
<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 |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
CUXCurrencies |
getCUX()
Gets the value of the cux property.
|
EQNNumberOfUnits |
getEQN()
Gets the value of the eqn property.
|
FTXFreeText |
getFTX()
Gets the value of the ftx property.
|
LOCPlaceLocationIdentification |
getLOC()
Gets the value of the loc property.
|
List<MOAMonetaryAmount> |
getMOA()
Gets the value of the moa property.
|
PCDPercentageDetails |
getPCD()
Gets the value of the pcd property.
|
PRIPriceDetails |
getPRI()
Gets the value of the pri property.
|
List<QTYQuantity> |
getQTY()
Gets the value of the qty property.
|
TCCChargeRateCalculations |
getTCC()
Gets the value of the tcc property.
|
void |
setCUX(CUXCurrencies value)
Sets the value of the cux property.
|
void |
setEQN(EQNNumberOfUnits value)
Sets the value of the eqn property.
|
void |
setFTX(FTXFreeText value)
Sets the value of the ftx property.
|
void |
setLOC(LOCPlaceLocationIdentification value)
Sets the value of the loc property.
|
void |
setPCD(PCDPercentageDetails value)
Sets the value of the pcd property.
|
void |
setPRI(PRIPriceDetails value)
Sets the value of the pri property.
|
void |
setTCC(TCCChargeRateCalculations value)
Sets the value of the tcc property.
|
IFTMAN.SegGrp7 |
withCUX(CUXCurrencies value) |
IFTMAN.SegGrp7 |
withEQN(EQNNumberOfUnits value) |
IFTMAN.SegGrp7 |
withFTX(FTXFreeText value) |
IFTMAN.SegGrp7 |
withLOC(LOCPlaceLocationIdentification value) |
IFTMAN.SegGrp7 |
withMOA(Collection<MOAMonetaryAmount> values) |
IFTMAN.SegGrp7 |
withMOA(MOAMonetaryAmount... values) |
IFTMAN.SegGrp7 |
withPCD(PCDPercentageDetails value) |
IFTMAN.SegGrp7 |
withPRI(PRIPriceDetails value) |
IFTMAN.SegGrp7 |
withQTY(Collection<QTYQuantity> values) |
IFTMAN.SegGrp7 |
withQTY(QTYQuantity... values) |
IFTMAN.SegGrp7 |
withTCC(TCCChargeRateCalculations value) |
public TCCChargeRateCalculations getTCC()
TCCChargeRateCalculationspublic void setTCC(TCCChargeRateCalculations value)
value - allowed object is
TCCChargeRateCalculationspublic LOCPlaceLocationIdentification getLOC()
LOCPlaceLocationIdentificationpublic void setLOC(LOCPlaceLocationIdentification value)
value - allowed object is
LOCPlaceLocationIdentificationpublic FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic 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 IFTMAN.SegGrp7 withTCC(TCCChargeRateCalculations value)
public IFTMAN.SegGrp7 withLOC(LOCPlaceLocationIdentification value)
public IFTMAN.SegGrp7 withFTX(FTXFreeText value)
public IFTMAN.SegGrp7 withCUX(CUXCurrencies value)
public IFTMAN.SegGrp7 withPRI(PRIPriceDetails value)
public IFTMAN.SegGrp7 withEQN(EQNNumberOfUnits value)
public IFTMAN.SegGrp7 withPCD(PCDPercentageDetails value)
public IFTMAN.SegGrp7 withMOA(MOAMonetaryAmount... values)
public IFTMAN.SegGrp7 withMOA(Collection<MOAMonetaryAmount> values)
public IFTMAN.SegGrp7 withQTY(QTYQuantity... values)
public IFTMAN.SegGrp7 withQTY(Collection<QTYQuantity> values)
Copyright © 2020. All rights reserved.