public static class CUSEXP.SegGrp6.SegGrp7.SegGrp9 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" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp9() |
| Modifier and Type | Method and Description |
|---|---|
PACPackage |
getPAC()
Gets the value of the pac property.
|
PCIPackageIdentification |
getPCI()
Gets the value of the pci property.
|
void |
setPAC(PACPackage value)
Sets the value of the pac property.
|
void |
setPCI(PCIPackageIdentification value)
Sets the value of the pci property.
|
CUSEXP.SegGrp6.SegGrp7.SegGrp9 |
withPAC(PACPackage value) |
CUSEXP.SegGrp6.SegGrp7.SegGrp9 |
withPCI(PCIPackageIdentification value) |
public PACPackage getPAC()
PACPackagepublic void setPAC(PACPackage value)
value - allowed object is
PACPackagepublic PCIPackageIdentification getPCI()
PCIPackageIdentificationpublic void setPCI(PCIPackageIdentification value)
value - allowed object is
PCIPackageIdentificationpublic CUSEXP.SegGrp6.SegGrp7.SegGrp9 withPAC(PACPackage value)
public CUSEXP.SegGrp6.SegGrp7.SegGrp9 withPCI(PCIPackageIdentification value)
Copyright © 2020. All rights reserved.