public class TCCChargeRateCalculations extends Object
Java class for TCC-ChargeRateCalculations complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TCC-ChargeRateCalculations">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C200" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C200-Charge" minOccurs="0"/>
<element name="C203" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C203-RateTariffClass" minOccurs="0"/>
<element name="C528" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C528-CommodityRateDetail" minOccurs="0"/>
<element name="C554" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C554-RateTariffClassDetail" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TCCChargeRateCalculations() |
| Modifier and Type | Method and Description |
|---|---|
C200Charge |
getC200()
Gets the value of the c200 property.
|
C203RateTariffClass |
getC203()
Gets the value of the c203 property.
|
C528CommodityRateDetail |
getC528()
Gets the value of the c528 property.
|
C554RateTariffClassDetail |
getC554()
Gets the value of the c554 property.
|
void |
setC200(C200Charge value)
Sets the value of the c200 property.
|
void |
setC203(C203RateTariffClass value)
Sets the value of the c203 property.
|
void |
setC528(C528CommodityRateDetail value)
Sets the value of the c528 property.
|
void |
setC554(C554RateTariffClassDetail value)
Sets the value of the c554 property.
|
TCCChargeRateCalculations |
withC200(C200Charge value) |
TCCChargeRateCalculations |
withC203(C203RateTariffClass value) |
TCCChargeRateCalculations |
withC528(C528CommodityRateDetail value) |
TCCChargeRateCalculations |
withC554(C554RateTariffClassDetail value) |
public C200Charge getC200()
C200Chargepublic void setC200(C200Charge value)
value - allowed object is
C200Chargepublic C203RateTariffClass getC203()
C203RateTariffClasspublic void setC203(C203RateTariffClass value)
value - allowed object is
C203RateTariffClasspublic C528CommodityRateDetail getC528()
C528CommodityRateDetailpublic void setC528(C528CommodityRateDetail value)
value - allowed object is
C528CommodityRateDetailpublic C554RateTariffClassDetail getC554()
C554RateTariffClassDetailpublic void setC554(C554RateTariffClassDetail value)
value - allowed object is
C554RateTariffClassDetailpublic TCCChargeRateCalculations withC200(C200Charge value)
public TCCChargeRateCalculations withC203(C203RateTariffClass value)
public TCCChargeRateCalculations withC528(C528CommodityRateDetail value)
public TCCChargeRateCalculations withC554(C554RateTariffClassDetail value)
Copyright © 2020. All rights reserved.