public static class IFTMCA.SegGrp37.SegGrp40 extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="EQA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQA-AttachedEquipment"/>
<element name="EQN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EQN-NumberOfUnits" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp40() |
| Modifier and Type | Method and Description |
|---|---|
EQAAttachedEquipment |
getEQA()
Gets the value of the eqa property.
|
EQNNumberOfUnits |
getEQN()
Gets the value of the eqn property.
|
void |
setEQA(EQAAttachedEquipment value)
Sets the value of the eqa property.
|
void |
setEQN(EQNNumberOfUnits value)
Sets the value of the eqn property.
|
IFTMCA.SegGrp37.SegGrp40 |
withEQA(EQAAttachedEquipment value) |
IFTMCA.SegGrp37.SegGrp40 |
withEQN(EQNNumberOfUnits value) |
public EQAAttachedEquipment getEQA()
EQAAttachedEquipmentpublic void setEQA(EQAAttachedEquipment value)
value - allowed object is
EQAAttachedEquipmentpublic EQNNumberOfUnits getEQN()
EQNNumberOfUnitspublic void setEQN(EQNNumberOfUnits value)
value - allowed object is
EQNNumberOfUnitspublic IFTMCA.SegGrp37.SegGrp40 withEQA(EQAAttachedEquipment value)
public IFTMCA.SegGrp37.SegGrp40 withEQN(EQNNumberOfUnits value)
Copyright © 2020. All rights reserved.