public static class IFTFCC.SegGrp28.SegGrp42 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="EQD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQD-EquipmentDetails"/>
<element name="TCC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TCC-ChargeRateCalculations" maxOccurs="99" minOccurs="0"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQN-NumberOfUnits" minOccurs="0"/>
<element name="TMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TMD-TransportMovementDetails" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
<element name="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DIM-Dimensions" maxOccurs="9" minOccurs="0"/>
<element name="SEL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEL-SealNumber" maxOccurs="99" minOccurs="0"/>
<element name="TPL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TPL-TransportPlacement" 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-43" 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" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-44" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
<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-45" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="EQA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQA-AttachedEquipment"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQN-NumberOfUnits" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IFTFCC.SegGrp28.SegGrp42.SegGrp43
Java class for anonymous complex type.
|
static class |
IFTFCC.SegGrp28.SegGrp42.SegGrp44
Java class for anonymous complex type.
|
static class |
IFTFCC.SegGrp28.SegGrp42.SegGrp45
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp42() |
public EQDEquipmentDetails getEQD()
EQDEquipmentDetailspublic void setEQD(EQDEquipmentDetails value)
value - allowed object is
EQDEquipmentDetailspublic 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 EQNNumberOfUnits getEQN()
EQNNumberOfUnitspublic void setEQN(EQNNumberOfUnits value)
value - allowed object is
EQNNumberOfUnitspublic TMDTransportMovementDetails getTMD()
TMDTransportMovementDetailspublic void setTMD(TMDTransportMovementDetails value)
value - allowed object is
TMDTransportMovementDetailspublic 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 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<SELSealNumber> getSEL()
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 sel property.
For example, to add a new item, do as follows:
getSEL().add(newItem);
Objects of the following type(s) are allowed in the list
SELSealNumber
public List<TPLTransportPlacement> getTPL()
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 tpl property.
For example, to add a new item, do as follows:
getTPL().add(newItem);
Objects of the following type(s) are allowed in the list
TPLTransportPlacement
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.SegGrp42.SegGrp43> getSegGrp43()
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 segGrp43 property.
For example, to add a new item, do as follows:
getSegGrp43().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp42 .SegGrp43
public List<IFTFCC.SegGrp28.SegGrp42.SegGrp44> getSegGrp44()
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 segGrp44 property.
For example, to add a new item, do as follows:
getSegGrp44().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp42 .SegGrp44
public List<IFTFCC.SegGrp28.SegGrp42.SegGrp45> getSegGrp45()
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 segGrp45 property.
For example, to add a new item, do as follows:
getSegGrp45().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp42 .SegGrp45
public IFTFCC.SegGrp28.SegGrp42 withEQD(EQDEquipmentDetails value)
public IFTFCC.SegGrp28.SegGrp42 withTCC(TCCChargeRateCalculations... values)
public IFTFCC.SegGrp28.SegGrp42 withTCC(Collection<TCCChargeRateCalculations> values)
public IFTFCC.SegGrp28.SegGrp42 withEQN(EQNNumberOfUnits value)
public IFTFCC.SegGrp28.SegGrp42 withTMD(TMDTransportMovementDetails value)
public IFTFCC.SegGrp28.SegGrp42 withMEA(MEAMeasurements... values)
public IFTFCC.SegGrp28.SegGrp42 withMEA(Collection<MEAMeasurements> values)
public IFTFCC.SegGrp28.SegGrp42 withDIM(DIMDimensions... values)
public IFTFCC.SegGrp28.SegGrp42 withDIM(Collection<DIMDimensions> values)
public IFTFCC.SegGrp28.SegGrp42 withSEL(SELSealNumber... values)
public IFTFCC.SegGrp28.SegGrp42 withSEL(Collection<SELSealNumber> values)
public IFTFCC.SegGrp28.SegGrp42 withTPL(TPLTransportPlacement... values)
public IFTFCC.SegGrp28.SegGrp42 withTPL(Collection<TPLTransportPlacement> values)
public IFTFCC.SegGrp28.SegGrp42 withFTX(FTXFreeText... values)
public IFTFCC.SegGrp28.SegGrp42 withFTX(Collection<FTXFreeText> values)
public IFTFCC.SegGrp28.SegGrp42 withSegGrp43(IFTFCC.SegGrp28.SegGrp42.SegGrp43... values)
public IFTFCC.SegGrp28.SegGrp42 withSegGrp43(Collection<IFTFCC.SegGrp28.SegGrp42.SegGrp43> values)
public IFTFCC.SegGrp28.SegGrp42 withSegGrp44(IFTFCC.SegGrp28.SegGrp42.SegGrp44... values)
public IFTFCC.SegGrp28.SegGrp42 withSegGrp44(Collection<IFTFCC.SegGrp28.SegGrp42.SegGrp44> values)
public IFTFCC.SegGrp28.SegGrp42 withSegGrp45(IFTFCC.SegGrp28.SegGrp42.SegGrp45... values)
public IFTFCC.SegGrp28.SegGrp42 withSegGrp45(Collection<IFTFCC.SegGrp28.SegGrp42.SegGrp45> values)
Copyright © 2020. All rights reserved.