public static class GOVCBR.SegGrp31 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" minOccurs="0"/>
<element name="DGS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DGS-DangerousGoods" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp31() |
| Modifier and Type | Method and Description |
|---|---|
DGSDangerousGoods |
getDGS()
Gets the value of the dgs property.
|
MEAMeasurements |
getMEA()
Gets the value of the mea property.
|
TMPTemperature |
getTMP()
Gets the value of the tmp property.
|
void |
setDGS(DGSDangerousGoods value)
Sets the value of the dgs property.
|
void |
setMEA(MEAMeasurements value)
Sets the value of the mea property.
|
void |
setTMP(TMPTemperature value)
Sets the value of the tmp property.
|
GOVCBR.SegGrp31 |
withDGS(DGSDangerousGoods value) |
GOVCBR.SegGrp31 |
withMEA(MEAMeasurements value) |
GOVCBR.SegGrp31 |
withTMP(TMPTemperature value) |
public TMPTemperature getTMP()
TMPTemperaturepublic void setTMP(TMPTemperature value)
value - allowed object is
TMPTemperaturepublic MEAMeasurements getMEA()
MEAMeasurementspublic void setMEA(MEAMeasurements value)
value - allowed object is
MEAMeasurementspublic DGSDangerousGoods getDGS()
DGSDangerousGoodspublic void setDGS(DGSDangerousGoods value)
value - allowed object is
DGSDangerousGoodspublic GOVCBR.SegGrp31 withTMP(TMPTemperature value)
public GOVCBR.SegGrp31 withMEA(MEAMeasurements value)
public GOVCBR.SegGrp31 withDGS(DGSDangerousGoods value)
Copyright © 2020. All rights reserved.