public class C235HazardIdentificationPlacardDetails extends Object
Java class for C235-HazardIdentificationPlacardDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C235-HazardIdentificationPlacardDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8158" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8158-OrangeHazardPlacardUpperPartIdentifier" minOccurs="0"/>
<element name="E8186" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8186-OrangeHazardPlacardLowerPartIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C235HazardIdentificationPlacardDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE8158()
Gets the value of the e8158 property.
|
String |
getE8186()
Gets the value of the e8186 property.
|
void |
setE8158(String value)
Sets the value of the e8158 property.
|
void |
setE8186(String value)
Sets the value of the e8186 property.
|
C235HazardIdentificationPlacardDetails |
withE8158(String value) |
C235HazardIdentificationPlacardDetails |
withE8186(String value) |
public C235HazardIdentificationPlacardDetails()
public String getE8158()
Stringpublic void setE8158(String value)
value - allowed object is
Stringpublic String getE8186()
Stringpublic void setE8186(String value)
value - allowed object is
Stringpublic C235HazardIdentificationPlacardDetails withE8158(String value)
public C235HazardIdentificationPlacardDetails withE8186(String value)
Copyright © 2020. All rights reserved.