public class TMDTransportMovementDetails extends Object
Java class for TMD-TransportMovementDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TMD-TransportMovementDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C219" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C219-MovementType" minOccurs="0"/>
<element name="E8332" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8332-EquipmentPlanDescription" minOccurs="0"/>
<element name="E8341" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8341-HaulageArrangementsCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TMDTransportMovementDetails() |
| Modifier and Type | Method and Description |
|---|---|
C219MovementType |
getC219()
Gets the value of the c219 property.
|
String |
getE8332()
Gets the value of the e8332 property.
|
String |
getE8341()
Gets the value of the e8341 property.
|
void |
setC219(C219MovementType value)
Sets the value of the c219 property.
|
void |
setE8332(String value)
Sets the value of the e8332 property.
|
void |
setE8341(String value)
Sets the value of the e8341 property.
|
TMDTransportMovementDetails |
withC219(C219MovementType value) |
TMDTransportMovementDetails |
withE8332(String value) |
TMDTransportMovementDetails |
withE8341(String value) |
public C219MovementType getC219()
C219MovementTypepublic void setC219(C219MovementType value)
value - allowed object is
C219MovementTypepublic String getE8332()
Stringpublic void setE8332(String value)
value - allowed object is
Stringpublic String getE8341()
Stringpublic void setE8341(String value)
value - allowed object is
Stringpublic TMDTransportMovementDetails withC219(C219MovementType value)
public TMDTransportMovementDetails withE8332(String value)
public TMDTransportMovementDetails withE8341(String value)
Copyright © 2020. All rights reserved.