public static class IFTMCA.SegGrp17.SegGrp20 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="DIM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DIM-Dimensions"/>
<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 |
|---|
SegGrp20() |
| Modifier and Type | Method and Description |
|---|---|
DIMDimensions |
getDIM()
Gets the value of the dim property.
|
EQNNumberOfUnits |
getEQN()
Gets the value of the eqn property.
|
void |
setDIM(DIMDimensions value)
Sets the value of the dim property.
|
void |
setEQN(EQNNumberOfUnits value)
Sets the value of the eqn property.
|
IFTMCA.SegGrp17.SegGrp20 |
withDIM(DIMDimensions value) |
IFTMCA.SegGrp17.SegGrp20 |
withEQN(EQNNumberOfUnits value) |
public DIMDimensions getDIM()
DIMDimensionspublic void setDIM(DIMDimensions value)
value - allowed object is
DIMDimensionspublic EQNNumberOfUnits getEQN()
EQNNumberOfUnitspublic void setEQN(EQNNumberOfUnits value)
value - allowed object is
EQNNumberOfUnitspublic IFTMCA.SegGrp17.SegGrp20 withDIM(DIMDimensions value)
public IFTMCA.SegGrp17.SegGrp20 withEQN(EQNNumberOfUnits value)
Copyright © 2020. All rights reserved.