public class C531PackagingDetails extends Object
Java class for C531-PackagingDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C531-PackagingDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7075" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7075-PackagingLevelCode" minOccurs="0"/>
<element name="E7233" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7233-PackagingRelatedDescriptionCode" minOccurs="0"/>
<element name="E7073" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7073-PackagingTermsAndConditionsCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C531PackagingDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE7073()
Gets the value of the e7073 property.
|
String |
getE7075()
Gets the value of the e7075 property.
|
String |
getE7233()
Gets the value of the e7233 property.
|
void |
setE7073(String value)
Sets the value of the e7073 property.
|
void |
setE7075(String value)
Sets the value of the e7075 property.
|
void |
setE7233(String value)
Sets the value of the e7233 property.
|
C531PackagingDetails |
withE7073(String value) |
C531PackagingDetails |
withE7075(String value) |
C531PackagingDetails |
withE7233(String value) |
public String getE7075()
Stringpublic void setE7075(String value)
value - allowed object is
Stringpublic String getE7233()
Stringpublic void setE7233(String value)
value - allowed object is
Stringpublic String getE7073()
Stringpublic void setE7073(String value)
value - allowed object is
Stringpublic C531PackagingDetails withE7075(String value)
public C531PackagingDetails withE7233(String value)
public C531PackagingDetails withE7073(String value)
Copyright © 2020. All rights reserved.