public static class IFTSTA.SegGrp13.SegGrp14.SegGrp19 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="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="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" 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="TMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TMD-TransportMovementDetails" minOccurs="0"/>
</sequence>
<element name="SegGrp-20" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification"/>
<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-21" 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="SEL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEL-SealNumber" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-22" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification"/>
<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>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IFTSTA.SegGrp13.SegGrp14.SegGrp19.SegGrp20
Java class for anonymous complex type.
|
static class |
IFTSTA.SegGrp13.SegGrp14.SegGrp19.SegGrp21
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp19() |
public EQDEquipmentDetails getEQD()
EQDEquipmentDetailspublic void setEQD(EQDEquipmentDetails value)
value - allowed object is
EQDEquipmentDetailspublic 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<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<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 TMDTransportMovementDetails getTMD()
TMDTransportMovementDetailspublic void setTMD(TMDTransportMovementDetails value)
value - allowed object is
TMDTransportMovementDetailspublic List<IFTSTA.SegGrp13.SegGrp14.SegGrp19.SegGrp20> getSegGrp20()
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 segGrp20 property.
For example, to add a new item, do as follows:
getSegGrp20().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp14 .SegGrp19 .SegGrp20
public List<IFTSTA.SegGrp13.SegGrp14.SegGrp19.SegGrp21> getSegGrp21()
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 segGrp21 property.
For example, to add a new item, do as follows:
getSegGrp21().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp14 .SegGrp19 .SegGrp21
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withEQD(EQDEquipmentDetails value)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withMEA(MEAMeasurements... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withMEA(Collection<MEAMeasurements> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withDIM(DIMDimensions... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withDIM(Collection<DIMDimensions> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withSEL(SELSealNumber... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withSEL(Collection<SELSealNumber> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withRFF(RFFReference... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withRFF(Collection<RFFReference> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withTPL(TPLTransportPlacement... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withTPL(Collection<TPLTransportPlacement> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withTMD(TMDTransportMovementDetails value)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withSegGrp20(IFTSTA.SegGrp13.SegGrp14.SegGrp19.SegGrp20... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withSegGrp20(Collection<IFTSTA.SegGrp13.SegGrp14.SegGrp19.SegGrp20> values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withSegGrp21(IFTSTA.SegGrp13.SegGrp14.SegGrp19.SegGrp21... values)
public IFTSTA.SegGrp13.SegGrp14.SegGrp19 withSegGrp21(Collection<IFTSTA.SegGrp13.SegGrp14.SegGrp19.SegGrp21> values)
Copyright © 2020. All rights reserved.