public static class GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp211 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="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="99" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="99" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp211() |
public CODComponentDetails getCOD()
CODComponentDetailspublic void setCOD(CODComponentDetails value)
value - allowed object is
CODComponentDetailspublic 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 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 GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp211 withCOD(CODComponentDetails value)
public GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp211 withQTY(QTYQuantity... values)
public GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp211 withQTY(Collection<QTYQuantity> values)
public GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp211 withPCD(PCDPercentageDetails... values)
public GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp211 withPCD(Collection<PCDPercentageDetails> values)
public GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp211 withGEI(GEIProcessingInformation... values)
public GOVCBR.SegGrp138.SegGrp177.SegGrp200.SegGrp211 withGEI(Collection<GEIProcessingInformation> values)
Copyright © 2020. All rights reserved.