public static class JOBMOD.SegGrp5.SegGrp10.SegGrp12 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="LAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LAN-Language"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp12() |
| Modifier and Type | Method and Description |
|---|---|
GEIProcessingInformation |
getGEI()
Gets the value of the gei property.
|
LANLanguage |
getLAN()
Gets the value of the lan property.
|
void |
setGEI(GEIProcessingInformation value)
Sets the value of the gei property.
|
void |
setLAN(LANLanguage value)
Sets the value of the lan property.
|
JOBMOD.SegGrp5.SegGrp10.SegGrp12 |
withGEI(GEIProcessingInformation value) |
JOBMOD.SegGrp5.SegGrp10.SegGrp12 |
withLAN(LANLanguage value) |
public LANLanguage getLAN()
LANLanguagepublic void setLAN(LANLanguage value)
value - allowed object is
LANLanguagepublic GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic JOBMOD.SegGrp5.SegGrp10.SegGrp12 withLAN(LANLanguage value)
public JOBMOD.SegGrp5.SegGrp10.SegGrp12 withGEI(GEIProcessingInformation value)
Copyright © 2020. All rights reserved.