public static class CUSDEC.SegGrp32.SegGrp42 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"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp42() |
| Modifier and Type | Method and Description |
|---|---|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
GEIProcessingInformation |
getGEI()
Gets the value of the gei property.
|
PCDPercentageDetails |
getPCD()
Gets the value of the pcd property.
|
RFFReference |
getRFF()
Gets the value of the rff property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setGEI(GEIProcessingInformation value)
Sets the value of the gei property.
|
void |
setPCD(PCDPercentageDetails value)
Sets the value of the pcd property.
|
void |
setRFF(RFFReference value)
Sets the value of the rff property.
|
CUSDEC.SegGrp32.SegGrp42 |
withDTM(DTMDateTimePeriod value) |
CUSDEC.SegGrp32.SegGrp42 |
withGEI(GEIProcessingInformation value) |
CUSDEC.SegGrp32.SegGrp42 |
withPCD(PCDPercentageDetails value) |
CUSDEC.SegGrp32.SegGrp42 |
withRFF(RFFReference value) |
public GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic CUSDEC.SegGrp32.SegGrp42 withGEI(GEIProcessingInformation value)
public CUSDEC.SegGrp32.SegGrp42 withPCD(PCDPercentageDetails value)
public CUSDEC.SegGrp32.SegGrp42 withDTM(DTMDateTimePeriod value)
public CUSDEC.SegGrp32.SegGrp42 withRFF(RFFReference value)
Copyright © 2020. All rights reserved.