public static class CONITT.SegGrp1.SegGrp2 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="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation"/>
</sequence>
<element name="SegGrp-3">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="BII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BII-StructureIdentification"/>
<element name="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription" maxOccurs="9"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CONITT.SegGrp1.SegGrp2.SegGrp3
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp2() |
| Modifier and Type | Method and Description |
|---|---|
GEIProcessingInformation |
getGEI()
Gets the value of the gei property.
|
CONITT.SegGrp1.SegGrp2.SegGrp3 |
getSegGrp3()
Gets the value of the segGrp3 property.
|
void |
setGEI(GEIProcessingInformation value)
Sets the value of the gei property.
|
void |
setSegGrp3(CONITT.SegGrp1.SegGrp2.SegGrp3 value)
Sets the value of the segGrp3 property.
|
CONITT.SegGrp1.SegGrp2 |
withGEI(GEIProcessingInformation value) |
CONITT.SegGrp1.SegGrp2 |
withSegGrp3(CONITT.SegGrp1.SegGrp2.SegGrp3 value) |
public GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic CONITT.SegGrp1.SegGrp2.SegGrp3 getSegGrp3()
.SegGrp2 .SegGrp3 public void setSegGrp3(CONITT.SegGrp1.SegGrp2.SegGrp3 value)
value - allowed object is
.SegGrp2 .SegGrp3 public CONITT.SegGrp1.SegGrp2 withGEI(GEIProcessingInformation value)
public CONITT.SegGrp1.SegGrp2 withSegGrp3(CONITT.SegGrp1.SegGrp2.SegGrp3 value)
Copyright © 2020. All rights reserved.