public class ASIArrayStructureIdentification extends Object
Java class for ASI-ArrayStructureIdentification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ASI-ArrayStructureIdentification">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="C779" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C779-ArrayStructureIdentification"/>
<element name="C082" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C082-PartyIdentificationDetails" minOccurs="0"/>
<element name="E4405" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4405-StatusDescriptionCode" minOccurs="0"/>
<element name="E4513" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E4513-MaintenanceOperationCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ASIArrayStructureIdentification() |
| Modifier and Type | Method and Description |
|---|---|
C082PartyIdentificationDetails |
getC082()
Gets the value of the c082 property.
|
C779ArrayStructureIdentification |
getC779()
Gets the value of the c779 property.
|
String |
getE4405()
Gets the value of the e4405 property.
|
String |
getE4513()
Gets the value of the e4513 property.
|
void |
setC082(C082PartyIdentificationDetails value)
Sets the value of the c082 property.
|
void |
setC779(C779ArrayStructureIdentification value)
Sets the value of the c779 property.
|
void |
setE4405(String value)
Sets the value of the e4405 property.
|
void |
setE4513(String value)
Sets the value of the e4513 property.
|
ASIArrayStructureIdentification |
withC082(C082PartyIdentificationDetails value) |
ASIArrayStructureIdentification |
withC779(C779ArrayStructureIdentification value) |
ASIArrayStructureIdentification |
withE4405(String value) |
ASIArrayStructureIdentification |
withE4513(String value) |
public C779ArrayStructureIdentification getC779()
C779ArrayStructureIdentificationpublic void setC779(C779ArrayStructureIdentification value)
value - allowed object is
C779ArrayStructureIdentificationpublic C082PartyIdentificationDetails getC082()
C082PartyIdentificationDetailspublic void setC082(C082PartyIdentificationDetails value)
value - allowed object is
C082PartyIdentificationDetailspublic String getE4405()
Stringpublic void setE4405(String value)
value - allowed object is
Stringpublic String getE4513()
Stringpublic void setE4513(String value)
value - allowed object is
Stringpublic ASIArrayStructureIdentification withC779(C779ArrayStructureIdentification value)
public ASIArrayStructureIdentification withC082(C082PartyIdentificationDetails value)
public ASIArrayStructureIdentification withE4405(String value)
public ASIArrayStructureIdentification withE4513(String value)
Copyright © 2020. All rights reserved.