public static class INVRPT.SegGrp6.SegGrp7 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="PCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCI-PackageIdentification" maxOccurs="1000" minOccurs="0"/>
</sequence>
<element name="SegGrp-8" maxOccurs="9999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity"/>
<element name="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIN-GoodsIdentityNumber" maxOccurs="9999" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
INVRPT.SegGrp6.SegGrp7.SegGrp8
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
PACPackage |
getPAC()
Gets the value of the pac property.
|
List<PCIPackageIdentification> |
getPCI()
Gets the value of the pci property.
|
List<INVRPT.SegGrp6.SegGrp7.SegGrp8> |
getSegGrp8()
Gets the value of the segGrp8 property.
|
void |
setPAC(PACPackage value)
Sets the value of the pac property.
|
INVRPT.SegGrp6.SegGrp7 |
withPAC(PACPackage value) |
INVRPT.SegGrp6.SegGrp7 |
withPCI(Collection<PCIPackageIdentification> values) |
INVRPT.SegGrp6.SegGrp7 |
withPCI(PCIPackageIdentification... values) |
INVRPT.SegGrp6.SegGrp7 |
withSegGrp8(Collection<INVRPT.SegGrp6.SegGrp7.SegGrp8> values) |
INVRPT.SegGrp6.SegGrp7 |
withSegGrp8(INVRPT.SegGrp6.SegGrp7.SegGrp8... values) |
public PACPackage getPAC()
PACPackagepublic void setPAC(PACPackage value)
value - allowed object is
PACPackagepublic List<PCIPackageIdentification> getPCI()
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 pci property.
For example, to add a new item, do as follows:
getPCI().add(newItem);
Objects of the following type(s) are allowed in the list
PCIPackageIdentification
public List<INVRPT.SegGrp6.SegGrp7.SegGrp8> getSegGrp8()
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 segGrp8 property.
For example, to add a new item, do as follows:
getSegGrp8().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp7 .SegGrp8
public INVRPT.SegGrp6.SegGrp7 withPAC(PACPackage value)
public INVRPT.SegGrp6.SegGrp7 withPCI(PCIPackageIdentification... values)
public INVRPT.SegGrp6.SegGrp7 withPCI(Collection<PCIPackageIdentification> values)
public INVRPT.SegGrp6.SegGrp7 withSegGrp8(INVRPT.SegGrp6.SegGrp7.SegGrp8... values)
public INVRPT.SegGrp6.SegGrp7 withSegGrp8(Collection<INVRPT.SegGrp6.SegGrp7.SegGrp8> values)
Copyright © 2020. All rights reserved.