public class HANHandlingInstructions extends Object
Java class for HAN-HandlingInstructions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HAN-HandlingInstructions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C524" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C524-HandlingInstructions" minOccurs="0"/>
<element name="C218" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C218-HazardousMaterial" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HANHandlingInstructions() |
| Modifier and Type | Method and Description |
|---|---|
C218HazardousMaterial |
getC218()
Gets the value of the c218 property.
|
C524HandlingInstructions |
getC524()
Gets the value of the c524 property.
|
void |
setC218(C218HazardousMaterial value)
Sets the value of the c218 property.
|
void |
setC524(C524HandlingInstructions value)
Sets the value of the c524 property.
|
HANHandlingInstructions |
withC218(C218HazardousMaterial value) |
HANHandlingInstructions |
withC524(C524HandlingInstructions value) |
public C524HandlingInstructions getC524()
C524HandlingInstructionspublic void setC524(C524HandlingInstructions value)
value - allowed object is
C524HandlingInstructionspublic C218HazardousMaterial getC218()
C218HazardousMaterialpublic void setC218(C218HazardousMaterial value)
value - allowed object is
C218HazardousMaterialpublic HANHandlingInstructions withC524(C524HandlingInstructions value)
public HANHandlingInstructions withC218(C218HazardousMaterial value)
Copyright © 2020. All rights reserved.