public class C234UndgInformation extends Object
Java class for C234-UndgInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C234-UndgInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E7124" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7124-UnitedNationsDangerousGoodsUNDGIdentifier" minOccurs="0"/>
<element name="E7088" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7088-DangerousGoodsFlashpointDescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C234UndgInformation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE7088()
Gets the value of the e7088 property.
|
BigDecimal |
getE7124()
Gets the value of the e7124 property.
|
void |
setE7088(String value)
Sets the value of the e7088 property.
|
void |
setE7124(BigDecimal value)
Sets the value of the e7124 property.
|
C234UndgInformation |
withE7088(String value) |
C234UndgInformation |
withE7124(BigDecimal value) |
public BigDecimal getE7124()
BigDecimalpublic void setE7124(BigDecimal value)
value - allowed object is
BigDecimalpublic String getE7088()
Stringpublic void setE7088(String value)
value - allowed object is
Stringpublic C234UndgInformation withE7124(BigDecimal value)
public C234UndgInformation withE7088(String value)
Copyright © 2020. All rights reserved.