public class C200Charge extends Object
Java class for C200-Charge complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C200-Charge">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8023" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8023-FreightAndOtherChargesDescriptionIdentifier" minOccurs="0"/>
<element name="E1131" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1131-CodeListIdentificationCode" minOccurs="0"/>
<element name="E3055" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3055-CodeListResponsibleAgencyCode" minOccurs="0"/>
<element name="E8022" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8022-FreightAndOtherChargesDescription" minOccurs="0"/>
<element name="E4237" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4237-PaymentArrangementCode" minOccurs="0"/>
<element name="E7140" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7140-ItemIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C200Charge() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE1131()
Gets the value of the e1131 property.
|
String |
getE3055()
Gets the value of the e3055 property.
|
String |
getE4237()
Gets the value of the e4237 property.
|
String |
getE7140()
Gets the value of the e7140 property.
|
String |
getE8022()
Gets the value of the e8022 property.
|
String |
getE8023()
Gets the value of the e8023 property.
|
void |
setE1131(String value)
Sets the value of the e1131 property.
|
void |
setE3055(String value)
Sets the value of the e3055 property.
|
void |
setE4237(String value)
Sets the value of the e4237 property.
|
void |
setE7140(String value)
Sets the value of the e7140 property.
|
void |
setE8022(String value)
Sets the value of the e8022 property.
|
void |
setE8023(String value)
Sets the value of the e8023 property.
|
C200Charge |
withE1131(String value) |
C200Charge |
withE3055(String value) |
C200Charge |
withE4237(String value) |
C200Charge |
withE7140(String value) |
C200Charge |
withE8022(String value) |
C200Charge |
withE8023(String value) |
public String getE8023()
Stringpublic void setE8023(String value)
value - allowed object is
Stringpublic String getE1131()
Stringpublic void setE1131(String value)
value - allowed object is
Stringpublic String getE3055()
Stringpublic void setE3055(String value)
value - allowed object is
Stringpublic String getE8022()
Stringpublic void setE8022(String value)
value - allowed object is
Stringpublic String getE4237()
Stringpublic void setE4237(String value)
value - allowed object is
Stringpublic String getE7140()
Stringpublic void setE7140(String value)
value - allowed object is
Stringpublic C200Charge withE8023(String value)
public C200Charge withE1131(String value)
public C200Charge withE3055(String value)
public C200Charge withE8022(String value)
public C200Charge withE4237(String value)
public C200Charge withE7140(String value)
Copyright © 2020. All rights reserved.