public class ARRArrayInformation extends Object
Java class for ARR-ArrayInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ARR-ArrayInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C778" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C778-PositionIdentification" minOccurs="0"/>
<element name="C770" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C770-ArrayCellDetails" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ARRArrayInformation() |
| Modifier and Type | Method and Description |
|---|---|
C770ArrayCellDetails |
getC770()
Gets the value of the c770 property.
|
C778PositionIdentification |
getC778()
Gets the value of the c778 property.
|
void |
setC770(C770ArrayCellDetails value)
Sets the value of the c770 property.
|
void |
setC778(C778PositionIdentification value)
Sets the value of the c778 property.
|
ARRArrayInformation |
withC770(C770ArrayCellDetails value) |
ARRArrayInformation |
withC778(C778PositionIdentification value) |
public C778PositionIdentification getC778()
C778PositionIdentificationpublic void setC778(C778PositionIdentification value)
value - allowed object is
C778PositionIdentificationpublic C770ArrayCellDetails getC770()
C770ArrayCellDetailspublic void setC770(C770ArrayCellDetails value)
value - allowed object is
C770ArrayCellDetailspublic ARRArrayInformation withC778(C778PositionIdentification value)
public ARRArrayInformation withC770(C770ArrayCellDetails value)
Copyright © 2020. All rights reserved.