public static class PRODAT.SegGrp9.SegGrp21.SegGrp22 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 |
|---|
SegGrp22() |
| Modifier and Type | Method and Description |
|---|---|
CODComponentDetails |
getCOD()
Gets the value of the cod property.
|
List<MEAMeasurements> |
getMEA()
Gets the value of the mea property.
|
List<PCDPercentageDetails> |
getPCD()
Gets the value of the pcd property.
|
List<QTYQuantity> |
getQTY()
Gets the value of the qty property.
|
void |
setCOD(CODComponentDetails value)
Sets the value of the cod property.
|
PRODAT.SegGrp9.SegGrp21.SegGrp22 |
withCOD(CODComponentDetails value) |
PRODAT.SegGrp9.SegGrp21.SegGrp22 |
withMEA(Collection<MEAMeasurements> values) |
PRODAT.SegGrp9.SegGrp21.SegGrp22 |
withMEA(MEAMeasurements... values) |
PRODAT.SegGrp9.SegGrp21.SegGrp22 |
withPCD(Collection<PCDPercentageDetails> values) |
PRODAT.SegGrp9.SegGrp21.SegGrp22 |
withPCD(PCDPercentageDetails... values) |
PRODAT.SegGrp9.SegGrp21.SegGrp22 |
withQTY(Collection<QTYQuantity> values) |
PRODAT.SegGrp9.SegGrp21.SegGrp22 |
withQTY(QTYQuantity... values) |
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 PRODAT.SegGrp9.SegGrp21.SegGrp22 withCOD(CODComponentDetails value)
public PRODAT.SegGrp9.SegGrp21.SegGrp22 withMEA(MEAMeasurements... values)
public PRODAT.SegGrp9.SegGrp21.SegGrp22 withMEA(Collection<MEAMeasurements> values)
public PRODAT.SegGrp9.SegGrp21.SegGrp22 withQTY(QTYQuantity... values)
public PRODAT.SegGrp9.SegGrp21.SegGrp22 withQTY(Collection<QTYQuantity> values)
public PRODAT.SegGrp9.SegGrp21.SegGrp22 withPCD(PCDPercentageDetails... values)
public PRODAT.SegGrp9.SegGrp21.SegGrp22 withPCD(Collection<PCDPercentageDetails> values)
Copyright © 2020. All rights reserved.