public static class COPINO.SegGrp6.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="TMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TMP-Temperature"/>
<element name="RNG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RNG-RangeDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
RNGRangeDetails |
getRNG()
Gets the value of the rng property.
|
TMPTemperature |
getTMP()
Gets the value of the tmp property.
|
void |
setRNG(RNGRangeDetails value)
Sets the value of the rng property.
|
void |
setTMP(TMPTemperature value)
Sets the value of the tmp property.
|
COPINO.SegGrp6.SegGrp7 |
withRNG(RNGRangeDetails value) |
COPINO.SegGrp6.SegGrp7 |
withTMP(TMPTemperature value) |
public TMPTemperature getTMP()
TMPTemperaturepublic void setTMP(TMPTemperature value)
value - allowed object is
TMPTemperaturepublic RNGRangeDetails getRNG()
RNGRangeDetailspublic void setRNG(RNGRangeDetails value)
value - allowed object is
RNGRangeDetailspublic COPINO.SegGrp6.SegGrp7 withTMP(TMPTemperature value)
public COPINO.SegGrp6.SegGrp7 withRNG(RNGRangeDetails value)
Copyright © 2020. All rights reserved.