public class PCIPackageIdentification extends Object
Java class for PCI-PackageIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PCI-PackageIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4233" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4233-MarkingInstructionsCode" minOccurs="0"/>
<element name="C210" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C210-MarksLabels" minOccurs="0"/>
<element name="E8169" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8169-FullOrEmptyIndicatorCode" minOccurs="0"/>
<element name="C827" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C827-TypeOfMarking" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
PCIPackageIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C210MarksLabels |
getC210()
Gets the value of the c210 property.
|
C827TypeOfMarking |
getC827()
Gets the value of the c827 property.
|
String |
getE4233()
Gets the value of the e4233 property.
|
String |
getE8169()
Gets the value of the e8169 property.
|
void |
setC210(C210MarksLabels value)
Sets the value of the c210 property.
|
void |
setC827(C827TypeOfMarking value)
Sets the value of the c827 property.
|
void |
setE4233(String value)
Sets the value of the e4233 property.
|
void |
setE8169(String value)
Sets the value of the e8169 property.
|
PCIPackageIdentification |
withC210(C210MarksLabels value) |
PCIPackageIdentification |
withC827(C827TypeOfMarking value) |
PCIPackageIdentification |
withE4233(String value) |
PCIPackageIdentification |
withE8169(String value) |
public String getE4233()
Stringpublic void setE4233(String value)
value - allowed object is
Stringpublic C210MarksLabels getC210()
C210MarksLabelspublic void setC210(C210MarksLabels value)
value - allowed object is
C210MarksLabelspublic String getE8169()
Stringpublic void setE8169(String value)
value - allowed object is
Stringpublic C827TypeOfMarking getC827()
C827TypeOfMarkingpublic void setC827(C827TypeOfMarking value)
value - allowed object is
C827TypeOfMarkingpublic PCIPackageIdentification withE4233(String value)
public PCIPackageIdentification withC210(C210MarksLabels value)
public PCIPackageIdentification withE8169(String value)
public PCIPackageIdentification withC827(C827TypeOfMarking value)
Copyright © 2020. All rights reserved.