public class C850StatusOfInstruction extends Object
Java class for C850-StatusOfInstruction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C850-StatusOfInstruction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E4405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4405-StatusDescriptionCode"/>
<element name="E3036" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3036-PartyName" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C850StatusOfInstruction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE3036()
Gets the value of the e3036 property.
|
String |
getE4405()
Gets the value of the e4405 property.
|
void |
setE3036(String value)
Sets the value of the e3036 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
C850StatusOfInstruction |
withE3036(String value) |
C850StatusOfInstruction |
withE4405(String value) |
public String getE4405()
Stringpublic void setE4405(String value)
value - allowed object is
Stringpublic String getE3036()
Stringpublic void setE3036(String value)
value - allowed object is
Stringpublic C850StatusOfInstruction withE4405(String value)
public C850StatusOfInstruction withE3036(String value)
Copyright © 2020. All rights reserved.