public static class SAFHAZ.SegGrp3.SegGrp6.SegGrp11.SegGrp12 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="10" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp12() |
| 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.
|
void |
setPAC(PACPackage value)
Sets the value of the pac property.
|
SAFHAZ.SegGrp3.SegGrp6.SegGrp11.SegGrp12 |
withPAC(PACPackage value) |
SAFHAZ.SegGrp3.SegGrp6.SegGrp11.SegGrp12 |
withPCI(Collection<PCIPackageIdentification> values) |
SAFHAZ.SegGrp3.SegGrp6.SegGrp11.SegGrp12 |
withPCI(PCIPackageIdentification... 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 SAFHAZ.SegGrp3.SegGrp6.SegGrp11.SegGrp12 withPAC(PACPackage value)
public SAFHAZ.SegGrp3.SegGrp6.SegGrp11.SegGrp12 withPCI(PCIPackageIdentification... values)
public SAFHAZ.SegGrp3.SegGrp6.SegGrp11.SegGrp12 withPCI(Collection<PCIPackageIdentification> values)
Copyright © 2020. All rights reserved.