public class C220ModeOfTransport extends Object
Java class for C220-ModeOfTransport complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C220-ModeOfTransport">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8067" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8067-TransportModeNameCode" minOccurs="0"/>
<element name="E8066" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8066-TransportModeName" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C220ModeOfTransport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE8066()
Gets the value of the e8066 property.
|
String |
getE8067()
Gets the value of the e8067 property.
|
void |
setE8066(String value)
Sets the value of the e8066 property.
|
void |
setE8067(String value)
Sets the value of the e8067 property.
|
C220ModeOfTransport |
withE8066(String value) |
C220ModeOfTransport |
withE8067(String value) |
public String getE8067()
Stringpublic void setE8067(String value)
value - allowed object is
Stringpublic String getE8066()
Stringpublic void setE8066(String value)
value - allowed object is
Stringpublic C220ModeOfTransport withE8067(String value)
public C220ModeOfTransport withE8066(String value)
Copyright © 2020. All rights reserved.