public static class VATDEC.SegGrp1.SegGrp4.SegGrp5 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="DMS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DMS-DocumentMessageSummary"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
<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 |
|---|
SegGrp5() |
public DMSDocumentMessageSummary getDMS()
DMSDocumentMessageSummarypublic void setDMS(DMSDocumentMessageSummary value)
value - allowed object is
DMSDocumentMessageSummarypublic MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic MEAMeasurements getMEA()
MEAMeasurementspublic void setMEA(MEAMeasurements value)
value - allowed object is
MEAMeasurementspublic PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic VATDEC.SegGrp1.SegGrp4.SegGrp5 withDMS(DMSDocumentMessageSummary value)
public VATDEC.SegGrp1.SegGrp4.SegGrp5 withMOA(MOAMonetaryAmount value)
public VATDEC.SegGrp1.SegGrp4.SegGrp5 withMEA(MEAMeasurements value)
public VATDEC.SegGrp1.SegGrp4.SegGrp5 withPCD(PCDPercentageDetails value)
public VATDEC.SegGrp1.SegGrp4.SegGrp5 withGEI(GEIProcessingInformation value)
Copyright © 2020. All rights reserved.