public class C219MovementType extends Object
Java class for C219-MovementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C219-MovementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8335" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8335-MovementTypeDescriptionCode" minOccurs="0"/>
<element name="E8334" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8334-MovementTypeDescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C219MovementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE8334()
Gets the value of the e8334 property.
|
String |
getE8335()
Gets the value of the e8335 property.
|
void |
setE8334(String value)
Sets the value of the e8334 property.
|
void |
setE8335(String value)
Sets the value of the e8335 property.
|
C219MovementType |
withE8334(String value) |
C219MovementType |
withE8335(String value) |
public String getE8335()
Stringpublic void setE8335(String value)
value - allowed object is
Stringpublic String getE8334()
Stringpublic void setE8334(String value)
value - allowed object is
Stringpublic C219MovementType withE8335(String value)
public C219MovementType withE8334(String value)
Copyright © 2020. All rights reserved.