public class INPPartiesAndInstruction extends Object
Java class for INP-PartiesAndInstruction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="INP-PartiesAndInstruction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C849" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C849-PartiesToInstruction" minOccurs="0"/>
<element name="C522" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C522-Instruction" minOccurs="0"/>
<element name="C850" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C850-StatusOfInstruction" minOccurs="0"/>
<element name="E1229" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E1229-ActionCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
INPPartiesAndInstruction() |
| Modifier and Type | Method and Description |
|---|---|
C522Instruction |
getC522()
Gets the value of the c522 property.
|
C849PartiesToInstruction |
getC849()
Gets the value of the c849 property.
|
C850StatusOfInstruction |
getC850()
Gets the value of the c850 property.
|
String |
getE1229()
Gets the value of the e1229 property.
|
void |
setC522(C522Instruction value)
Sets the value of the c522 property.
|
void |
setC849(C849PartiesToInstruction value)
Sets the value of the c849 property.
|
void |
setC850(C850StatusOfInstruction value)
Sets the value of the c850 property.
|
void |
setE1229(String value)
Sets the value of the e1229 property.
|
INPPartiesAndInstruction |
withC522(C522Instruction value) |
INPPartiesAndInstruction |
withC849(C849PartiesToInstruction value) |
INPPartiesAndInstruction |
withC850(C850StatusOfInstruction value) |
INPPartiesAndInstruction |
withE1229(String value) |
public C849PartiesToInstruction getC849()
C849PartiesToInstructionpublic void setC849(C849PartiesToInstruction value)
value - allowed object is
C849PartiesToInstructionpublic C522Instruction getC522()
C522Instructionpublic void setC522(C522Instruction value)
value - allowed object is
C522Instructionpublic C850StatusOfInstruction getC850()
C850StatusOfInstructionpublic void setC850(C850StatusOfInstruction value)
value - allowed object is
C850StatusOfInstructionpublic String getE1229()
Stringpublic void setE1229(String value)
value - allowed object is
Stringpublic INPPartiesAndInstruction withC849(C849PartiesToInstruction value)
public INPPartiesAndInstruction withC522(C522Instruction value)
public INPPartiesAndInstruction withC850(C850StatusOfInstruction value)
public INPPartiesAndInstruction withE1229(String value)
Copyright © 2020. All rights reserved.