public static class VATDEC.SegGrp1.SegGrp4.SegGrp6.SegGrp9 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="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="ARD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ARD-MonetaryAmountFunction" 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" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-10" maxOccurs="9" minOccurs="0">
<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"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
VATDEC.SegGrp1.SegGrp4.SegGrp6.SegGrp9.SegGrp10
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp9() |
public MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic ARDMonetaryAmountFunction getARD()
ARDMonetaryAmountFunctionpublic void setARD(ARDMonetaryAmountFunction value)
value - allowed object is
ARDMonetaryAmountFunctionpublic PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic List<GEIProcessingInformation> getGEI()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the gei property.
For example, to add a new item, do as follows:
getGEI().add(newItem);
Objects of the following type(s) are allowed in the list
GEIProcessingInformation
public List<VATDEC.SegGrp1.SegGrp4.SegGrp6.SegGrp9.SegGrp10> getSegGrp10()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the segGrp10 property.
For example, to add a new item, do as follows:
getSegGrp10().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp4 .SegGrp6 .SegGrp9 .SegGrp10
public VATDEC.SegGrp1.SegGrp4.SegGrp6.SegGrp9 withMOA(MOAMonetaryAmount value)
public VATDEC.SegGrp1.SegGrp4.SegGrp6.SegGrp9 withARD(ARDMonetaryAmountFunction value)
public VATDEC.SegGrp1.SegGrp4.SegGrp6.SegGrp9 withPCD(PCDPercentageDetails value)
public VATDEC.SegGrp1.SegGrp4.SegGrp6.SegGrp9 withGEI(GEIProcessingInformation... values)
public VATDEC.SegGrp1.SegGrp4.SegGrp6.SegGrp9 withGEI(Collection<GEIProcessingInformation> values)
public VATDEC.SegGrp1.SegGrp4.SegGrp6.SegGrp9 withSegGrp10(VATDEC.SegGrp1.SegGrp4.SegGrp6.SegGrp9.SegGrp10... values)
public VATDEC.SegGrp1.SegGrp4.SegGrp6.SegGrp9 withSegGrp10(Collection<VATDEC.SegGrp1.SegGrp4.SegGrp6.SegGrp9.SegGrp10> values)
Copyright © 2020. All rights reserved.