public class CPSConsignmentPackingSequence extends Object
Java class for CPS-ConsignmentPackingSequence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CPS-ConsignmentPackingSequence">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7164" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7164-HierarchicalStructureLevelIdentifier"/>
<element name="E7166" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7166-HierarchicalStructureParentIdentifier" minOccurs="0"/>
<element name="E7075" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7075-PackagingLevelCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CPSConsignmentPackingSequence() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE7075()
Gets the value of the e7075 property.
|
String |
getE7164()
Gets the value of the e7164 property.
|
String |
getE7166()
Gets the value of the e7166 property.
|
void |
setE7075(String value)
Sets the value of the e7075 property.
|
void |
setE7164(String value)
Sets the value of the e7164 property.
|
void |
setE7166(String value)
Sets the value of the e7166 property.
|
CPSConsignmentPackingSequence |
withE7075(String value) |
CPSConsignmentPackingSequence |
withE7164(String value) |
CPSConsignmentPackingSequence |
withE7166(String value) |
public String getE7164()
Stringpublic void setE7164(String value)
value - allowed object is
Stringpublic String getE7166()
Stringpublic void setE7166(String value)
value - allowed object is
Stringpublic String getE7075()
Stringpublic void setE7075(String value)
value - allowed object is
Stringpublic CPSConsignmentPackingSequence withE7164(String value)
public CPSConsignmentPackingSequence withE7166(String value)
public CPSConsignmentPackingSequence withE7075(String value)
Copyright © 2020. All rights reserved.