public static class DESADV.SegGrp11.SegGrp12.SegGrp14.SegGrp17 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="COD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COD-ComponentDetails"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp17() |
public CODComponentDetails getCOD()
CODComponentDetailspublic void setCOD(CODComponentDetails value)
value - allowed object is
CODComponentDetailspublic List<MEAMeasurements> getMEA()
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 mea property.
For example, to add a new item, do as follows:
getMEA().add(newItem);
Objects of the following type(s) are allowed in the list
MEAMeasurements
public List<QTYQuantity> getQTY()
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 qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public List<PCDPercentageDetails> getPCD()
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 pcd property.
For example, to add a new item, do as follows:
getPCD().add(newItem);
Objects of the following type(s) are allowed in the list
PCDPercentageDetails
public DESADV.SegGrp11.SegGrp12.SegGrp14.SegGrp17 withCOD(CODComponentDetails value)
public DESADV.SegGrp11.SegGrp12.SegGrp14.SegGrp17 withMEA(MEAMeasurements... values)
public DESADV.SegGrp11.SegGrp12.SegGrp14.SegGrp17 withMEA(Collection<MEAMeasurements> values)
public DESADV.SegGrp11.SegGrp12.SegGrp14.SegGrp17 withQTY(QTYQuantity... values)
public DESADV.SegGrp11.SegGrp12.SegGrp14.SegGrp17 withQTY(Collection<QTYQuantity> values)
public DESADV.SegGrp11.SegGrp12.SegGrp14.SegGrp17 withPCD(PCDPercentageDetails... values)
public DESADV.SegGrp11.SegGrp12.SegGrp14.SegGrp17 withPCD(Collection<PCDPercentageDetails> values)
Copyright © 2020. All rights reserved.