public static class GOVCBR.SegGrp30 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="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails"/>
<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" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" minOccurs="0"/>
<element name="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DIM-Dimensions" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp30() |
| Modifier and Type | Method and Description |
|---|---|
DIMDimensions |
getDIM()
Gets the value of the dim property.
|
FTXFreeText |
getFTX()
Gets the value of the ftx property.
|
GEIProcessingInformation |
getGEI()
Gets the value of the gei property.
|
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.
|
SEQSequenceDetails |
getSEQ()
Gets the value of the seq property.
|
void |
setDIM(DIMDimensions value)
Sets the value of the dim property.
|
void |
setFTX(FTXFreeText value)
Sets the value of the ftx property.
|
void |
setGEI(GEIProcessingInformation value)
Sets the value of the gei property.
|
void |
setMEA(MEAMeasurements value)
Sets the value of the mea property.
|
void |
setPAC(PACPackage value)
Sets the value of the pac property.
|
void |
setSEQ(SEQSequenceDetails value)
Sets the value of the seq property.
|
GOVCBR.SegGrp30 |
withDIM(DIMDimensions value) |
GOVCBR.SegGrp30 |
withFTX(FTXFreeText value) |
GOVCBR.SegGrp30 |
withGEI(GEIProcessingInformation value) |
GOVCBR.SegGrp30 |
withMEA(MEAMeasurements value) |
GOVCBR.SegGrp30 |
withPAC(PACPackage value) |
GOVCBR.SegGrp30 |
withPCI(Collection<PCIPackageIdentification> values) |
GOVCBR.SegGrp30 |
withPCI(PCIPackageIdentification... values) |
GOVCBR.SegGrp30 |
withSEQ(SEQSequenceDetails value) |
public PACPackage getPAC()
PACPackagepublic void setPAC(PACPackage value)
value - allowed object is
PACPackagepublic SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic 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 FTXFreeText getFTX()
FTXFreeTextpublic void setFTX(FTXFreeText value)
value - allowed object is
FTXFreeTextpublic GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic DIMDimensions getDIM()
DIMDimensionspublic void setDIM(DIMDimensions value)
value - allowed object is
DIMDimensionspublic MEAMeasurements getMEA()
MEAMeasurementspublic void setMEA(MEAMeasurements value)
value - allowed object is
MEAMeasurementspublic GOVCBR.SegGrp30 withPAC(PACPackage value)
public GOVCBR.SegGrp30 withSEQ(SEQSequenceDetails value)
public GOVCBR.SegGrp30 withPCI(PCIPackageIdentification... values)
public GOVCBR.SegGrp30 withPCI(Collection<PCIPackageIdentification> values)
public GOVCBR.SegGrp30 withFTX(FTXFreeText value)
public GOVCBR.SegGrp30 withGEI(GEIProcessingInformation value)
public GOVCBR.SegGrp30 withDIM(DIMDimensions value)
public GOVCBR.SegGrp30 withMEA(MEAMeasurements value)
Copyright © 2020. All rights reserved.