public static class SANCRT.SegGrp11.SegGrp15 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="9" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp15() |
| Modifier and Type | Method and Description |
|---|---|
List<MEAMeasurements> |
getMEA()
Gets the value of the mea property.
|
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.
|
SANCRT.SegGrp11.SegGrp15 |
withMEA(Collection<MEAMeasurements> values) |
SANCRT.SegGrp11.SegGrp15 |
withMEA(MEAMeasurements... values) |
SANCRT.SegGrp11.SegGrp15 |
withPAC(PACPackage value) |
SANCRT.SegGrp11.SegGrp15 |
withPCI(Collection<PCIPackageIdentification> values) |
SANCRT.SegGrp11.SegGrp15 |
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 List<MEAMeasurements> getMEA()
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 mea property.
For example, to add a new item, do as follows:
getMEA().add(newItem);
Objects of the following type(s) are allowed in the list
MEAMeasurements
public SANCRT.SegGrp11.SegGrp15 withPAC(PACPackage value)
public SANCRT.SegGrp11.SegGrp15 withPCI(PCIPackageIdentification... values)
public SANCRT.SegGrp11.SegGrp15 withPCI(Collection<PCIPackageIdentification> values)
public SANCRT.SegGrp11.SegGrp15 withMEA(MEAMeasurements... values)
public SANCRT.SegGrp11.SegGrp15 withMEA(Collection<MEAMeasurements> values)
Copyright © 2020. All rights reserved.