public static class IFTSAI.SegGrp10.SegGrp13 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" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp13() |
| Modifier and Type | Method and Description |
|---|---|
DIMDimensions |
getDIM()
Gets the value of the dim property.
|
List<EQNNumberOfUnits> |
getEQN()
Gets the value of the eqn property.
|
void |
setDIM(DIMDimensions value)
Sets the value of the dim property.
|
IFTSAI.SegGrp10.SegGrp13 |
withDIM(DIMDimensions value) |
IFTSAI.SegGrp10.SegGrp13 |
withEQN(Collection<EQNNumberOfUnits> values) |
IFTSAI.SegGrp10.SegGrp13 |
withEQN(EQNNumberOfUnits... values) |
public DIMDimensions getDIM()
DIMDimensionspublic void setDIM(DIMDimensions value)
value - allowed object is
DIMDimensionspublic List<EQNNumberOfUnits> getEQN()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the eqn property.
For example, to add a new item, do as follows:
getEQN().add(newItem);
Objects of the following type(s) are allowed in the list
EQNNumberOfUnits
public IFTSAI.SegGrp10.SegGrp13 withDIM(DIMDimensions value)
public IFTSAI.SegGrp10.SegGrp13 withEQN(EQNNumberOfUnits... values)
public IFTSAI.SegGrp10.SegGrp13 withEQN(Collection<EQNNumberOfUnits> values)
Copyright © 2020. All rights reserved.