public class C223DangerousGoodsShipmentFlashpoint extends Object
Java class for C223-DangerousGoodsShipmentFlashpoint complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C223-DangerousGoodsShipmentFlashpoint">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7106" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7106-ShipmentFlashpointDegree" 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 |
|---|
C223DangerousGoodsShipmentFlashpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE6411()
Gets the value of the e6411 property.
|
BigDecimal |
getE7106()
Gets the value of the e7106 property.
|
void |
setE6411(String value)
Sets the value of the e6411 property.
|
void |
setE7106(BigDecimal value)
Sets the value of the e7106 property.
|
C223DangerousGoodsShipmentFlashpoint |
withE6411(String value) |
C223DangerousGoodsShipmentFlashpoint |
withE7106(BigDecimal value) |
public C223DangerousGoodsShipmentFlashpoint()
public BigDecimal getE7106()
BigDecimalpublic void setE7106(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE6411()
Stringpublic void setE6411(String value)
value - allowed object is
Stringpublic C223DangerousGoodsShipmentFlashpoint withE7106(BigDecimal value)
public C223DangerousGoodsShipmentFlashpoint withE6411(String value)
Copyright © 2020. All rights reserved.