public class GEIProcessingInformation extends Object
Java class for GEI-ProcessingInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GEI-ProcessingInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9649" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9649-ProcessingInformationCodeQualifier"/>
<element name="C012" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C012-ProcessingIndicator" minOccurs="0"/>
<element name="E7187" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7187-ProcessTypeDescriptionCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GEIProcessingInformation() |
| Modifier and Type | Method and Description |
|---|---|
C012ProcessingIndicator |
getC012()
Gets the value of the c012 property.
|
String |
getE7187()
Gets the value of the e7187 property.
|
String |
getE9649()
Gets the value of the e9649 property.
|
void |
setC012(C012ProcessingIndicator value)
Sets the value of the c012 property.
|
void |
setE7187(String value)
Sets the value of the e7187 property.
|
void |
setE9649(String value)
Sets the value of the e9649 property.
|
GEIProcessingInformation |
withC012(C012ProcessingIndicator value) |
GEIProcessingInformation |
withE7187(String value) |
GEIProcessingInformation |
withE9649(String value) |
public String getE9649()
Stringpublic void setE9649(String value)
value - allowed object is
Stringpublic C012ProcessingIndicator getC012()
C012ProcessingIndicatorpublic void setC012(C012ProcessingIndicator value)
value - allowed object is
C012ProcessingIndicatorpublic String getE7187()
Stringpublic void setE7187(String value)
value - allowed object is
Stringpublic GEIProcessingInformation withE9649(String value)
public GEIProcessingInformation withC012(C012ProcessingIndicator value)
public GEIProcessingInformation withE7187(String value)
Copyright © 2020. All rights reserved.