public class RTERateDetails extends Object
Java class for RTE-RateDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RTE-RateDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C128" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C128-RateDetails"/>
<element name="E4405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4405-StatusDescriptionCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RTERateDetails() |
| Modifier and Type | Method and Description |
|---|---|
C128RateDetails |
getC128()
Gets the value of the c128 property.
|
String |
getE4405()
Gets the value of the e4405 property.
|
void |
setC128(C128RateDetails value)
Sets the value of the c128 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
RTERateDetails |
withC128(C128RateDetails value) |
RTERateDetails |
withE4405(String value) |
public C128RateDetails getC128()
C128RateDetailspublic void setC128(C128RateDetails value)
value - allowed object is
C128RateDetailspublic String getE4405()
Stringpublic void setE4405(String value)
value - allowed object is
Stringpublic RTERateDetails withC128(C128RateDetails value)
public RTERateDetails withE4405(String value)
Copyright © 2020. All rights reserved.