public class C402PackageTypeIdentification extends Object
Java class for C402-PackageTypeIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C402-PackageTypeIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7077" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7077-DescriptionFormatCode"/>
<element name="E7064a" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7064-TypeOfPackages"/>
<element name="E7143a" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7143-ItemTypeIdentificationCode" minOccurs="0"/>
<element name="E7064b" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7064-TypeOfPackages" minOccurs="0"/>
<element name="E7143b" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7143-ItemTypeIdentificationCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C402PackageTypeIdentification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE7064A()
Gets the value of the e7064A property.
|
String |
getE7064B()
Gets the value of the e7064B property.
|
String |
getE7077()
Gets the value of the e7077 property.
|
E7143ItemTypeIdentificationCode |
getE7143A()
Gets the value of the e7143A property.
|
E7143ItemTypeIdentificationCode |
getE7143B()
Gets the value of the e7143B property.
|
void |
setE7064A(String value)
Sets the value of the e7064A property.
|
void |
setE7064B(String value)
Sets the value of the e7064B property.
|
void |
setE7077(String value)
Sets the value of the e7077 property.
|
void |
setE7143A(E7143ItemTypeIdentificationCode value)
Sets the value of the e7143A property.
|
void |
setE7143B(E7143ItemTypeIdentificationCode value)
Sets the value of the e7143B property.
|
C402PackageTypeIdentification |
withE7064A(String value) |
C402PackageTypeIdentification |
withE7064B(String value) |
C402PackageTypeIdentification |
withE7077(String value) |
C402PackageTypeIdentification |
withE7143A(E7143ItemTypeIdentificationCode value) |
C402PackageTypeIdentification |
withE7143B(E7143ItemTypeIdentificationCode value) |
public String getE7077()
Stringpublic void setE7077(String value)
value - allowed object is
Stringpublic String getE7064A()
Stringpublic void setE7064A(String value)
value - allowed object is
Stringpublic E7143ItemTypeIdentificationCode getE7143A()
E7143ItemTypeIdentificationCodepublic void setE7143A(E7143ItemTypeIdentificationCode value)
value - allowed object is
E7143ItemTypeIdentificationCodepublic String getE7064B()
Stringpublic void setE7064B(String value)
value - allowed object is
Stringpublic E7143ItemTypeIdentificationCode getE7143B()
E7143ItemTypeIdentificationCodepublic void setE7143B(E7143ItemTypeIdentificationCode value)
value - allowed object is
E7143ItemTypeIdentificationCodepublic C402PackageTypeIdentification withE7077(String value)
public C402PackageTypeIdentification withE7064A(String value)
public C402PackageTypeIdentification withE7143A(E7143ItemTypeIdentificationCode value)
public C402PackageTypeIdentification withE7064B(String value)
public C402PackageTypeIdentification withE7143B(E7143ItemTypeIdentificationCode value)
Copyright © 2020. All rights reserved.