public static class ITRRPT.SegGrp7 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="5" minOccurs="0"/>
<element name="SEL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEL-SealNumber" maxOccurs="99" minOccurs="0"/>
<element name="EQA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQA-AttachedEquipment" maxOccurs="5" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="5" minOccurs="0"/>
</sequence>
<element name="SegGrp-8" maxOccurs="10" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="HAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}HAN-HandlingInstructions"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="10" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ITRRPT.SegGrp7.SegGrp8
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp7() |
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<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<EQAAttachedEquipment> getEQA()
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 eqa property.
For example, to add a new item, do as follows:
getEQA().add(newItem);
Objects of the following type(s) are allowed in the list
EQAAttachedEquipment
public List<PCDPercentageDetails> getPCD()
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 pcd property.
For example, to add a new item, do as follows:
getPCD().add(newItem);
Objects of the following type(s) are allowed in the list
PCDPercentageDetails
public List<ITRRPT.SegGrp7.SegGrp8> getSegGrp8()
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 segGrp8 property.
For example, to add a new item, do as follows:
getSegGrp8().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp8
public ITRRPT.SegGrp7 withEQD(EQDEquipmentDetails value)
public ITRRPT.SegGrp7 withMEA(MEAMeasurements... values)
public ITRRPT.SegGrp7 withMEA(Collection<MEAMeasurements> values)
public ITRRPT.SegGrp7 withSEL(SELSealNumber... values)
public ITRRPT.SegGrp7 withSEL(Collection<SELSealNumber> values)
public ITRRPT.SegGrp7 withEQA(EQAAttachedEquipment... values)
public ITRRPT.SegGrp7 withEQA(Collection<EQAAttachedEquipment> values)
public ITRRPT.SegGrp7 withPCD(PCDPercentageDetails... values)
public ITRRPT.SegGrp7 withPCD(Collection<PCDPercentageDetails> values)
public ITRRPT.SegGrp7 withSegGrp8(ITRRPT.SegGrp7.SegGrp8... values)
public ITRRPT.SegGrp7 withSegGrp8(Collection<ITRRPT.SegGrp7.SegGrp8> values)
Copyright © 2020. All rights reserved.