public class C128RateDetails extends Object
Java class for C128-RateDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C128-RateDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E5419" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5419-RateTypeCodeQualifier"/>
<element name="E5420" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5420-UnitPriceBasisRate"/>
<element name="E5284" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5284-UnitPriceBasisQuantity" minOccurs="0"/>
<element name="E6411" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6411-MeasurementUnitCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C128RateDetails() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getE5284()
Gets the value of the e5284 property.
|
String |
getE5419()
Gets the value of the e5419 property.
|
BigDecimal |
getE5420()
Gets the value of the e5420 property.
|
String |
getE6411()
Gets the value of the e6411 property.
|
void |
setE5284(BigDecimal value)
Sets the value of the e5284 property.
|
void |
setE5419(String value)
Sets the value of the e5419 property.
|
void |
setE5420(BigDecimal value)
Sets the value of the e5420 property.
|
void |
setE6411(String value)
Sets the value of the e6411 property.
|
C128RateDetails |
withE5284(BigDecimal value) |
C128RateDetails |
withE5419(String value) |
C128RateDetails |
withE5420(BigDecimal value) |
C128RateDetails |
withE6411(String value) |
public String getE5419()
Stringpublic void setE5419(String value)
value - allowed object is
Stringpublic BigDecimal getE5420()
BigDecimalpublic void setE5420(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getE5284()
BigDecimalpublic void setE5284(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE6411()
Stringpublic void setE6411(String value)
value - allowed object is
Stringpublic C128RateDetails withE5419(String value)
public C128RateDetails withE5420(BigDecimal value)
public C128RateDetails withE5284(BigDecimal value)
public C128RateDetails withE6411(String value)
Copyright © 2020. All rights reserved.