public static class GOVCBR.SegGrp43.SegGrp69.SegGrp83 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="99" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="99" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="99" minOccurs="0"/>
<element name="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DIM-Dimensions" maxOccurs="99" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp83() |
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<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public List<GEIProcessingInformation> getGEI()
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 gei property.
For example, to add a new item, do as follows:
getGEI().add(newItem);
Objects of the following type(s) are allowed in the list
GEIProcessingInformation
public List<DIMDimensions> getDIM()
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 dim property.
For example, to add a new item, do as follows:
getDIM().add(newItem);
Objects of the following type(s) are allowed in the list
DIMDimensions
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 GOVCBR.SegGrp43.SegGrp69.SegGrp83 withPAC(PACPackage value)
public GOVCBR.SegGrp43.SegGrp69.SegGrp83 withPCI(PCIPackageIdentification... values)
public GOVCBR.SegGrp43.SegGrp69.SegGrp83 withPCI(Collection<PCIPackageIdentification> values)
public GOVCBR.SegGrp43.SegGrp69.SegGrp83 withFTX(FTXFreeText... values)
public GOVCBR.SegGrp43.SegGrp69.SegGrp83 withFTX(Collection<FTXFreeText> values)
public GOVCBR.SegGrp43.SegGrp69.SegGrp83 withGEI(GEIProcessingInformation... values)
public GOVCBR.SegGrp43.SegGrp69.SegGrp83 withGEI(Collection<GEIProcessingInformation> values)
public GOVCBR.SegGrp43.SegGrp69.SegGrp83 withDIM(DIMDimensions... values)
public GOVCBR.SegGrp43.SegGrp69.SegGrp83 withDIM(Collection<DIMDimensions> values)
public GOVCBR.SegGrp43.SegGrp69.SegGrp83 withMEA(MEAMeasurements... values)
public GOVCBR.SegGrp43.SegGrp69.SegGrp83 withMEA(Collection<MEAMeasurements> values)
Copyright © 2020. All rights reserved.