public static class CUSDEC.SegGrp11.SegGrp20 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="ALC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALC-AllowanceOrCharge"/>
<element name="RTE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RTE-RateDetails" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" minOccurs="0"/>
</sequence>
<element name="SegGrp-21" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CUSDEC.SegGrp11.SegGrp20.SegGrp21
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp20() |
| Modifier and Type | Method and Description |
|---|---|
ALCAllowanceOrCharge |
getALC()
Gets the value of the alc property.
|
MOAMonetaryAmount |
getMOA()
Gets the value of the moa property.
|
PCDPercentageDetails |
getPCD()
Gets the value of the pcd property.
|
QTYQuantity |
getQTY()
Gets the value of the qty property.
|
RTERateDetails |
getRTE()
Gets the value of the rte property.
|
CUSDEC.SegGrp11.SegGrp20.SegGrp21 |
getSegGrp21()
Gets the value of the segGrp21 property.
|
void |
setALC(ALCAllowanceOrCharge value)
Sets the value of the alc property.
|
void |
setMOA(MOAMonetaryAmount value)
Sets the value of the moa property.
|
void |
setPCD(PCDPercentageDetails value)
Sets the value of the pcd property.
|
void |
setQTY(QTYQuantity value)
Sets the value of the qty property.
|
void |
setRTE(RTERateDetails value)
Sets the value of the rte property.
|
void |
setSegGrp21(CUSDEC.SegGrp11.SegGrp20.SegGrp21 value)
Sets the value of the segGrp21 property.
|
CUSDEC.SegGrp11.SegGrp20 |
withALC(ALCAllowanceOrCharge value) |
CUSDEC.SegGrp11.SegGrp20 |
withMOA(MOAMonetaryAmount value) |
CUSDEC.SegGrp11.SegGrp20 |
withPCD(PCDPercentageDetails value) |
CUSDEC.SegGrp11.SegGrp20 |
withQTY(QTYQuantity value) |
CUSDEC.SegGrp11.SegGrp20 |
withRTE(RTERateDetails value) |
CUSDEC.SegGrp11.SegGrp20 |
withSegGrp21(CUSDEC.SegGrp11.SegGrp20.SegGrp21 value) |
public ALCAllowanceOrCharge getALC()
ALCAllowanceOrChargepublic void setALC(ALCAllowanceOrCharge value)
value - allowed object is
ALCAllowanceOrChargepublic RTERateDetails getRTE()
RTERateDetailspublic void setRTE(RTERateDetails value)
value - allowed object is
RTERateDetailspublic MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic QTYQuantity getQTY()
QTYQuantitypublic void setQTY(QTYQuantity value)
value - allowed object is
QTYQuantitypublic CUSDEC.SegGrp11.SegGrp20.SegGrp21 getSegGrp21()
.SegGrp20 .SegGrp21 public void setSegGrp21(CUSDEC.SegGrp11.SegGrp20.SegGrp21 value)
value - allowed object is
.SegGrp20 .SegGrp21 public CUSDEC.SegGrp11.SegGrp20 withALC(ALCAllowanceOrCharge value)
public CUSDEC.SegGrp11.SegGrp20 withRTE(RTERateDetails value)
public CUSDEC.SegGrp11.SegGrp20 withMOA(MOAMonetaryAmount value)
public CUSDEC.SegGrp11.SegGrp20 withPCD(PCDPercentageDetails value)
public CUSDEC.SegGrp11.SegGrp20 withQTY(QTYQuantity value)
public CUSDEC.SegGrp11.SegGrp20 withSegGrp21(CUSDEC.SegGrp11.SegGrp20.SegGrp21 value)
Copyright © 2020. All rights reserved.