public class C770ArrayCellDetails extends Object
Java class for C770-ArrayCellDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C770-ArrayCellDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9424" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9424-ArrayCellDataDescription" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C770ArrayCellDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE9424()
Gets the value of the e9424 property.
|
void |
setE9424(String value)
Sets the value of the e9424 property.
|
C770ArrayCellDetails |
withE9424(String value) |
public String getE9424()
Stringpublic void setE9424(String value)
value - allowed object is
Stringpublic C770ArrayCellDetails withE9424(String value)
Copyright © 2020. All rights reserved.