public static class IFTMBF.SegGrp33 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="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="TPL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TPL-TransportPlacement" maxOccurs="9" 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="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-34" 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>
<element name="SegGrp-35" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-36" maxOccurs="99" 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" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-37" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IFTMBF.SegGrp33.SegGrp34
Java class for anonymous complex type.
|
static class |
IFTMBF.SegGrp33.SegGrp36
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp33() |
public EQDEquipmentDetails getEQD()
EQDEquipmentDetailspublic void setEQD(EQDEquipmentDetails value)
value - allowed object is
EQDEquipmentDetailspublic 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<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 HANHandlingInstructions getHAN()
HANHandlingInstructionspublic void setHAN(HANHandlingInstructions value)
value - allowed object is
HANHandlingInstructionspublic TMPTemperature getTMP()
TMPTemperaturepublic void setTMP(TMPTemperature value)
value - allowed object is
TMPTemperaturepublic 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<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
public List<IFTMBF.SegGrp33.SegGrp34> getSegGrp34()
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 segGrp34 property.
For example, to add a new item, do as follows:
getSegGrp34().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp34
public List<IFTMBF.SegGrp33.SegGrp36> getSegGrp36()
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 segGrp36 property.
For example, to add a new item, do as follows:
getSegGrp36().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp36
public IFTMBF.SegGrp33 withEQD(EQDEquipmentDetails value)
public IFTMBF.SegGrp33 withEQN(EQNNumberOfUnits value)
public IFTMBF.SegGrp33 withTMD(TMDTransportMovementDetails value)
public IFTMBF.SegGrp33 withMEA(MEAMeasurements... values)
public IFTMBF.SegGrp33 withMEA(Collection<MEAMeasurements> values)
public IFTMBF.SegGrp33 withDIM(DIMDimensions... values)
public IFTMBF.SegGrp33 withDIM(Collection<DIMDimensions> values)
public IFTMBF.SegGrp33 withTPL(TPLTransportPlacement... values)
public IFTMBF.SegGrp33 withTPL(Collection<TPLTransportPlacement> values)
public IFTMBF.SegGrp33 withHAN(HANHandlingInstructions value)
public IFTMBF.SegGrp33 withTMP(TMPTemperature value)
public IFTMBF.SegGrp33 withFTX(FTXFreeText... values)
public IFTMBF.SegGrp33 withFTX(Collection<FTXFreeText> values)
public IFTMBF.SegGrp33 withRFF(RFFReference... values)
public IFTMBF.SegGrp33 withRFF(Collection<RFFReference> values)
public IFTMBF.SegGrp33 withSegGrp34(IFTMBF.SegGrp33.SegGrp34... values)
public IFTMBF.SegGrp33 withSegGrp34(Collection<IFTMBF.SegGrp33.SegGrp34> values)
public IFTMBF.SegGrp33 withSegGrp36(IFTMBF.SegGrp33.SegGrp36... values)
public IFTMBF.SegGrp33 withSegGrp36(Collection<IFTMBF.SegGrp33.SegGrp36> values)
Copyright © 2020. All rights reserved.