public static class GOVCBR.SegGrp43.SegGrp67 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="TMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TMP-Temperature"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="99" minOccurs="0"/>
<element name="DGS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DGS-DangerousGoods" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp67() |
| Modifier and Type | Method and Description |
|---|---|
List<DGSDangerousGoods> |
getDGS()
Gets the value of the dgs property.
|
List<MEAMeasurements> |
getMEA()
Gets the value of the mea property.
|
TMPTemperature |
getTMP()
Gets the value of the tmp property.
|
void |
setTMP(TMPTemperature value)
Sets the value of the tmp property.
|
GOVCBR.SegGrp43.SegGrp67 |
withDGS(Collection<DGSDangerousGoods> values) |
GOVCBR.SegGrp43.SegGrp67 |
withDGS(DGSDangerousGoods... values) |
GOVCBR.SegGrp43.SegGrp67 |
withMEA(Collection<MEAMeasurements> values) |
GOVCBR.SegGrp43.SegGrp67 |
withMEA(MEAMeasurements... values) |
GOVCBR.SegGrp43.SegGrp67 |
withTMP(TMPTemperature value) |
public TMPTemperature getTMP()
TMPTemperaturepublic void setTMP(TMPTemperature value)
value - allowed object is
TMPTemperaturepublic 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<DGSDangerousGoods> getDGS()
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 dgs property.
For example, to add a new item, do as follows:
getDGS().add(newItem);
Objects of the following type(s) are allowed in the list
DGSDangerousGoods
public GOVCBR.SegGrp43.SegGrp67 withTMP(TMPTemperature value)
public GOVCBR.SegGrp43.SegGrp67 withMEA(MEAMeasurements... values)
public GOVCBR.SegGrp43.SegGrp67 withMEA(Collection<MEAMeasurements> values)
public GOVCBR.SegGrp43.SegGrp67 withDGS(DGSDangerousGoods... values)
public GOVCBR.SegGrp43.SegGrp67 withDGS(Collection<DGSDangerousGoods> values)
Copyright © 2020. All rights reserved.