public class C779ArrayStructureIdentification extends Object
Java class for C779-ArrayStructureIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="C779-ArrayStructureIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9428" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9428-ArrayCellStructureIdentifier"/>
<element name="E7405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E7405-ObjectIdentificationCodeQualifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
C779ArrayStructureIdentification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getE7405()
Gets the value of the e7405 property.
|
String |
getE9428()
Gets the value of the e9428 property.
|
void |
setE7405(String value)
Sets the value of the e7405 property.
|
void |
setE9428(String value)
Sets the value of the e9428 property.
|
C779ArrayStructureIdentification |
withE7405(String value) |
C779ArrayStructureIdentification |
withE9428(String value) |
public String getE9428()
Stringpublic void setE9428(String value)
value - allowed object is
Stringpublic String getE7405()
Stringpublic void setE7405(String value)
value - allowed object is
Stringpublic C779ArrayStructureIdentification withE9428(String value)
public C779ArrayStructureIdentification withE7405(String value)
Copyright © 2020. All rights reserved.