public class C552AllowanceChargeInformation extends Object
Java class for C552-AllowanceChargeInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C552-AllowanceChargeInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E1230" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1230-AllowanceOrChargeIdentifier" minOccurs="0"/>
<element name="E5189" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E5189-AllowanceOrChargeIdentificationCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C552AllowanceChargeInformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1230()
Gets the value of the e1230 property.
|
String |
getE5189()
Gets the value of the e5189 property.
|
void |
setE1230(String value)
Sets the value of the e1230 property.
|
void |
setE5189(String value)
Sets the value of the e5189 property.
|
C552AllowanceChargeInformation |
withE1230(String value) |
C552AllowanceChargeInformation |
withE5189(String value) |
public String getE1230()
Stringpublic void setE1230(String value)
value - allowed object is
Stringpublic String getE5189()
Stringpublic void setE5189(String value)
value - allowed object is
Stringpublic C552AllowanceChargeInformation withE1230(String value)
public C552AllowanceChargeInformation withE5189(String value)
Copyright © 2020. All rights reserved.