public class C239TemperatureSetting extends Object
Java class for C239-TemperatureSetting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C239-TemperatureSetting">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E6246" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6246-TemperatureDegree" minOccurs="0"/>
<element name="E6411" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E6411-MeasurementUnitCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C239TemperatureSetting() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getE6246()
Gets the value of the e6246 property.
|
String |
getE6411()
Gets the value of the e6411 property.
|
void |
setE6246(BigDecimal value)
Sets the value of the e6246 property.
|
void |
setE6411(String value)
Sets the value of the e6411 property.
|
C239TemperatureSetting |
withE6246(BigDecimal value) |
C239TemperatureSetting |
withE6411(String value) |
public BigDecimal getE6246()
BigDecimalpublic void setE6246(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE6411()
Stringpublic void setE6411(String value)
value - allowed object is
Stringpublic C239TemperatureSetting withE6246(BigDecimal value)
public C239TemperatureSetting withE6411(String value)
Copyright © 2020. All rights reserved.