public static class IFTSTA.SegGrp4.SegGrp5.SegGrp10 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/D07A}EQD-EquipmentDetails"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}MEA-Measurements" maxOccurs="9" minOccurs="0"/>
<element name="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}DIM-Dimensions" maxOccurs="9" minOccurs="0"/>
<element name="SEL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}SEL-SealNumber" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="TPL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}TPL-TransportPlacement" maxOccurs="9" minOccurs="0"/>
<element name="TMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}TMD-TransportMovementDetails" minOccurs="0"/>
</sequence>
<element name="SegGrp-11" 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/D07A}LOC-PlaceLocationIdentification"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-12" 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/D07A}EQA-AttachedEquipment"/>
<element name="SEL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}SEL-SealNumber" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-13" 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/D07A}LOC-PlaceLocationIdentification"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D07A}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.SegGrp4.SegGrp5.SegGrp10.SegGrp11
Java class for anonymous complex type.
|
static class |
IFTSTA.SegGrp4.SegGrp5.SegGrp10.SegGrp12
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp10() |
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.SegGrp4.SegGrp5.SegGrp10.SegGrp11> getSegGrp11()
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 segGrp11 property.
For example, to add a new item, do as follows:
getSegGrp11().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp10 .SegGrp11
public List<IFTSTA.SegGrp4.SegGrp5.SegGrp10.SegGrp12> getSegGrp12()
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 segGrp12 property.
For example, to add a new item, do as follows:
getSegGrp12().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp5 .SegGrp10 .SegGrp12
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withEQD(EQDEquipmentDetails value)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withMEA(MEAMeasurements... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withMEA(Collection<MEAMeasurements> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withDIM(DIMDimensions... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withDIM(Collection<DIMDimensions> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withSEL(SELSealNumber... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withSEL(Collection<SELSealNumber> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withRFF(RFFReference... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withRFF(Collection<RFFReference> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withTPL(TPLTransportPlacement... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withTPL(Collection<TPLTransportPlacement> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withTMD(TMDTransportMovementDetails value)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withSegGrp11(IFTSTA.SegGrp4.SegGrp5.SegGrp10.SegGrp11... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withSegGrp11(Collection<IFTSTA.SegGrp4.SegGrp5.SegGrp10.SegGrp11> values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withSegGrp12(IFTSTA.SegGrp4.SegGrp5.SegGrp10.SegGrp12... values)
public IFTSTA.SegGrp4.SegGrp5.SegGrp10 withSegGrp12(Collection<IFTSTA.SegGrp4.SegGrp5.SegGrp10.SegGrp12> values)
Copyright © 2020. All rights reserved.