public class C205HazardCode extends Object
Java class for C205-HazardCode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C205-HazardCode">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8351" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8351-HazardIdentificationCode"/>
<element name="E8078" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8078-AdditionalHazardClassificationIdentifier" minOccurs="0"/>
<element name="E8092" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8092-HazardCodeVersionIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C205HazardCode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE8078()
Gets the value of the e8078 property.
|
String |
getE8092()
Gets the value of the e8092 property.
|
String |
getE8351()
Gets the value of the e8351 property.
|
void |
setE8078(String value)
Sets the value of the e8078 property.
|
void |
setE8092(String value)
Sets the value of the e8092 property.
|
void |
setE8351(String value)
Sets the value of the e8351 property.
|
C205HazardCode |
withE8078(String value) |
C205HazardCode |
withE8092(String value) |
C205HazardCode |
withE8351(String value) |
public String getE8351()
Stringpublic void setE8351(String value)
value - allowed object is
Stringpublic String getE8078()
Stringpublic void setE8078(String value)
value - allowed object is
Stringpublic String getE8092()
Stringpublic void setE8092(String value)
value - allowed object is
Stringpublic C205HazardCode withE8351(String value)
public C205HazardCode withE8078(String value)
public C205HazardCode withE8092(String value)
Copyright © 2020. All rights reserved.