public class C532ReturnablePackageDetails extends Object
Java class for C532-ReturnablePackageDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C532-ReturnablePackageDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8395" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8395-ReturnablePackageFreightPaymentResponsibilityCode" minOccurs="0"/>
<element name="E8393" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8393-ReturnablePackageLoadContentsCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C532ReturnablePackageDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE8393()
Gets the value of the e8393 property.
|
String |
getE8395()
Gets the value of the e8395 property.
|
void |
setE8393(String value)
Sets the value of the e8393 property.
|
void |
setE8395(String value)
Sets the value of the e8395 property.
|
C532ReturnablePackageDetails |
withE8393(String value) |
C532ReturnablePackageDetails |
withE8395(String value) |
public String getE8395()
Stringpublic void setE8395(String value)
value - allowed object is
Stringpublic String getE8393()
Stringpublic void setE8393(String value)
value - allowed object is
Stringpublic C532ReturnablePackageDetails withE8395(String value)
public C532ReturnablePackageDetails withE8393(String value)
Copyright © 2020. All rights reserved.