public static class IFTFCC.SegGrp28.SegGrp37 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="GID" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GID-GoodsItemDetails"/>
<element name="TCC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TCC-ChargeRateCalculations" maxOccurs="99" minOccurs="0"/>
<element name="HAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}HAN-HandlingInstructions" minOccurs="0"/>
<element name="TMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TMP-Temperature" minOccurs="0"/>
<element name="TMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TMD-TransportMovementDetails" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="9" minOccurs="0"/>
<element name="PCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCI-PackageIdentification" maxOccurs="9" minOccurs="0"/>
<element name="PIA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PIA-AdditionalProductId" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-38" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQN-NumberOfUnits" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-39" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DIM-Dimensions"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQN-NumberOfUnits" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-40" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-41" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DGS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DGS-DangerousGoods"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IFTFCC.SegGrp28.SegGrp37.SegGrp38
Java class for anonymous complex type.
|
static class |
IFTFCC.SegGrp28.SegGrp37.SegGrp39
Java class for anonymous complex type.
|
static class |
IFTFCC.SegGrp28.SegGrp37.SegGrp40
Java class for anonymous complex type.
|
static class |
IFTFCC.SegGrp28.SegGrp37.SegGrp41
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp37() |
public GIDGoodsItemDetails getGID()
GIDGoodsItemDetailspublic void setGID(GIDGoodsItemDetails value)
value - allowed object is
GIDGoodsItemDetailspublic List<TCCChargeRateCalculations> getTCC()
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 tcc property.
For example, to add a new item, do as follows:
getTCC().add(newItem);
Objects of the following type(s) are allowed in the list
TCCChargeRateCalculations
public HANHandlingInstructions getHAN()
HANHandlingInstructionspublic void setHAN(HANHandlingInstructions value)
value - allowed object is
HANHandlingInstructionspublic TMPTemperature getTMP()
TMPTemperaturepublic void setTMP(TMPTemperature value)
value - allowed object is
TMPTemperaturepublic TMDTransportMovementDetails getTMD()
TMDTransportMovementDetailspublic void setTMD(TMDTransportMovementDetails value)
value - allowed object is
TMDTransportMovementDetailspublic List<LOCPlaceLocationIdentification> getLOC()
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 loc property.
For example, to add a new item, do as follows:
getLOC().add(newItem);
Objects of the following type(s) are allowed in the list
LOCPlaceLocationIdentification
public 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<PIAAdditionalProductId> getPIA()
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 pia property.
For example, to add a new item, do as follows:
getPIA().add(newItem);
Objects of the following type(s) are allowed in the list
PIAAdditionalProductId
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<IFTFCC.SegGrp28.SegGrp37.SegGrp38> getSegGrp38()
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 segGrp38 property.
For example, to add a new item, do as follows:
getSegGrp38().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp37 .SegGrp38
public List<IFTFCC.SegGrp28.SegGrp37.SegGrp39> getSegGrp39()
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 segGrp39 property.
For example, to add a new item, do as follows:
getSegGrp39().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp37 .SegGrp39
public List<IFTFCC.SegGrp28.SegGrp37.SegGrp40> getSegGrp40()
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 segGrp40 property.
For example, to add a new item, do as follows:
getSegGrp40().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp37 .SegGrp40
public List<IFTFCC.SegGrp28.SegGrp37.SegGrp41> getSegGrp41()
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 segGrp41 property.
For example, to add a new item, do as follows:
getSegGrp41().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp37 .SegGrp41
public IFTFCC.SegGrp28.SegGrp37 withGID(GIDGoodsItemDetails value)
public IFTFCC.SegGrp28.SegGrp37 withTCC(TCCChargeRateCalculations... values)
public IFTFCC.SegGrp28.SegGrp37 withTCC(Collection<TCCChargeRateCalculations> values)
public IFTFCC.SegGrp28.SegGrp37 withHAN(HANHandlingInstructions value)
public IFTFCC.SegGrp28.SegGrp37 withTMP(TMPTemperature value)
public IFTFCC.SegGrp28.SegGrp37 withTMD(TMDTransportMovementDetails value)
public IFTFCC.SegGrp28.SegGrp37 withLOC(LOCPlaceLocationIdentification... values)
public IFTFCC.SegGrp28.SegGrp37 withLOC(Collection<LOCPlaceLocationIdentification> values)
public IFTFCC.SegGrp28.SegGrp37 withPCI(PCIPackageIdentification... values)
public IFTFCC.SegGrp28.SegGrp37 withPCI(Collection<PCIPackageIdentification> values)
public IFTFCC.SegGrp28.SegGrp37 withPIA(PIAAdditionalProductId... values)
public IFTFCC.SegGrp28.SegGrp37 withPIA(Collection<PIAAdditionalProductId> values)
public IFTFCC.SegGrp28.SegGrp37 withFTX(FTXFreeText... values)
public IFTFCC.SegGrp28.SegGrp37 withFTX(Collection<FTXFreeText> values)
public IFTFCC.SegGrp28.SegGrp37 withSegGrp38(IFTFCC.SegGrp28.SegGrp37.SegGrp38... values)
public IFTFCC.SegGrp28.SegGrp37 withSegGrp38(Collection<IFTFCC.SegGrp28.SegGrp37.SegGrp38> values)
public IFTFCC.SegGrp28.SegGrp37 withSegGrp39(IFTFCC.SegGrp28.SegGrp37.SegGrp39... values)
public IFTFCC.SegGrp28.SegGrp37 withSegGrp39(Collection<IFTFCC.SegGrp28.SegGrp37.SegGrp39> values)
public IFTFCC.SegGrp28.SegGrp37 withSegGrp40(IFTFCC.SegGrp28.SegGrp37.SegGrp40... values)
public IFTFCC.SegGrp28.SegGrp37 withSegGrp40(Collection<IFTFCC.SegGrp28.SegGrp37.SegGrp40> values)
public IFTFCC.SegGrp28.SegGrp37 withSegGrp41(IFTFCC.SegGrp28.SegGrp37.SegGrp41... values)
public IFTFCC.SegGrp28.SegGrp37 withSegGrp41(Collection<IFTFCC.SegGrp28.SegGrp37.SegGrp41> values)
Copyright © 2020. All rights reserved.