public class EQAAttachedEquipment extends Object
Java class for EQA-AttachedEquipment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EQA-AttachedEquipment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E8053" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E8053-EquipmentTypeCodeQualifier"/>
<element name="C237" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C237-EquipmentIdentification" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EQAAttachedEquipment() |
| Modifier and Type | Method and Description |
|---|---|
C237EquipmentIdentification |
getC237()
Gets the value of the c237 property.
|
String |
getE8053()
Gets the value of the e8053 property.
|
void |
setC237(C237EquipmentIdentification value)
Sets the value of the c237 property.
|
void |
setE8053(String value)
Sets the value of the e8053 property.
|
EQAAttachedEquipment |
withC237(C237EquipmentIdentification value) |
EQAAttachedEquipment |
withE8053(String value) |
public String getE8053()
Stringpublic void setE8053(String value)
value - allowed object is
Stringpublic C237EquipmentIdentification getC237()
C237EquipmentIdentificationpublic void setC237(C237EquipmentIdentification value)
value - allowed object is
C237EquipmentIdentificationpublic EQAAttachedEquipment withE8053(String value)
public EQAAttachedEquipment withC237(C237EquipmentIdentification value)
Copyright © 2020. All rights reserved.