public static class RELIST.SegGrp3.SegGrp4.SegGrp5.SegGrp6 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="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod"/>
<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 |
|---|
SegGrp6() |
| Modifier and Type | Method and Description |
|---|---|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
GEIProcessingInformation |
getGEI()
Gets the value of the gei property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setGEI(GEIProcessingInformation value)
Sets the value of the gei property.
|
RELIST.SegGrp3.SegGrp4.SegGrp5.SegGrp6 |
withDTM(DTMDateTimePeriod value) |
RELIST.SegGrp3.SegGrp4.SegGrp5.SegGrp6 |
withGEI(GEIProcessingInformation value) |
public DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic RELIST.SegGrp3.SegGrp4.SegGrp5.SegGrp6 withDTM(DTMDateTimePeriod value)
public RELIST.SegGrp3.SegGrp4.SegGrp5.SegGrp6 withGEI(GEIProcessingInformation value)
Copyright © 2020. All rights reserved.