public static class RECADV.SegGrp16.SegGrp20 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="PAC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PAC-Package"/>
<element name="QVR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QVR-QuantityVariances" minOccurs="0"/>
</sequence>
<element name="SegGrp-21" maxOccurs="999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="PCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCI-PackageIdentification"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-22" maxOccurs="10" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CDI-PhysicalOrLogicalState"/>
<element name="INP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}INP-PartiesAndInstruction" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-23" maxOccurs="999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIN-GoodsIdentityNumber"/>
</sequence>
<element name="SegGrp-24" maxOccurs="10" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CDI-PhysicalOrLogicalState"/>
<element name="INP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}INP-PartiesAndInstruction" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RECADV.SegGrp16.SegGrp20.SegGrp21
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp20() |
| Modifier and Type | Method and Description |
|---|---|
PACPackage |
getPAC()
Gets the value of the pac property.
|
QVRQuantityVariances |
getQVR()
Gets the value of the qvr property.
|
List<RECADV.SegGrp16.SegGrp20.SegGrp21> |
getSegGrp21()
Gets the value of the segGrp21 property.
|
void |
setPAC(PACPackage value)
Sets the value of the pac property.
|
void |
setQVR(QVRQuantityVariances value)
Sets the value of the qvr property.
|
RECADV.SegGrp16.SegGrp20 |
withPAC(PACPackage value) |
RECADV.SegGrp16.SegGrp20 |
withQVR(QVRQuantityVariances value) |
RECADV.SegGrp16.SegGrp20 |
withSegGrp21(Collection<RECADV.SegGrp16.SegGrp20.SegGrp21> values) |
RECADV.SegGrp16.SegGrp20 |
withSegGrp21(RECADV.SegGrp16.SegGrp20.SegGrp21... values) |
public PACPackage getPAC()
PACPackagepublic void setPAC(PACPackage value)
value - allowed object is
PACPackagepublic QVRQuantityVariances getQVR()
QVRQuantityVariancespublic void setQVR(QVRQuantityVariances value)
value - allowed object is
QVRQuantityVariancespublic List<RECADV.SegGrp16.SegGrp20.SegGrp21> getSegGrp21()
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 segGrp21 property.
For example, to add a new item, do as follows:
getSegGrp21().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp20 .SegGrp21
public RECADV.SegGrp16.SegGrp20 withPAC(PACPackage value)
public RECADV.SegGrp16.SegGrp20 withQVR(QVRQuantityVariances value)
public RECADV.SegGrp16.SegGrp20 withSegGrp21(RECADV.SegGrp16.SegGrp20.SegGrp21... values)
public RECADV.SegGrp16.SegGrp20 withSegGrp21(Collection<RECADV.SegGrp16.SegGrp20.SegGrp21> values)
Copyright © 2020. All rights reserved.