public static class CNTCND.SegGrp19.SegGrp20.SegGrp21 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="IND" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IND-IndexDetails"/>
<element name="ALI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ALI-AdditionalInformation" maxOccurs="99" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="99" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="99" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp21() |
| Modifier and Type | Method and Description |
|---|---|
List<ALIAdditionalInformation> |
getALI()
Gets the value of the ali property.
|
List<DTMDateTimePeriod> |
getDTM()
Gets the value of the dtm property.
|
INDIndexDetails |
getIND()
Gets the value of the ind property.
|
List<QTYQuantity> |
getQTY()
Gets the value of the qty property.
|
void |
setIND(INDIndexDetails value)
Sets the value of the ind property.
|
CNTCND.SegGrp19.SegGrp20.SegGrp21 |
withALI(ALIAdditionalInformation... values) |
CNTCND.SegGrp19.SegGrp20.SegGrp21 |
withALI(Collection<ALIAdditionalInformation> values) |
CNTCND.SegGrp19.SegGrp20.SegGrp21 |
withDTM(Collection<DTMDateTimePeriod> values) |
CNTCND.SegGrp19.SegGrp20.SegGrp21 |
withDTM(DTMDateTimePeriod... values) |
CNTCND.SegGrp19.SegGrp20.SegGrp21 |
withIND(INDIndexDetails value) |
CNTCND.SegGrp19.SegGrp20.SegGrp21 |
withQTY(Collection<QTYQuantity> values) |
CNTCND.SegGrp19.SegGrp20.SegGrp21 |
withQTY(QTYQuantity... values) |
public INDIndexDetails getIND()
INDIndexDetailspublic void setIND(INDIndexDetails value)
value - allowed object is
INDIndexDetailspublic List<ALIAdditionalInformation> getALI()
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 ali property.
For example, to add a new item, do as follows:
getALI().add(newItem);
Objects of the following type(s) are allowed in the list
ALIAdditionalInformation
public List<DTMDateTimePeriod> getDTM()
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 dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public List<QTYQuantity> getQTY()
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 qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public CNTCND.SegGrp19.SegGrp20.SegGrp21 withIND(INDIndexDetails value)
public CNTCND.SegGrp19.SegGrp20.SegGrp21 withALI(ALIAdditionalInformation... values)
public CNTCND.SegGrp19.SegGrp20.SegGrp21 withALI(Collection<ALIAdditionalInformation> values)
public CNTCND.SegGrp19.SegGrp20.SegGrp21 withDTM(DTMDateTimePeriod... values)
public CNTCND.SegGrp19.SegGrp20.SegGrp21 withDTM(Collection<DTMDateTimePeriod> values)
public CNTCND.SegGrp19.SegGrp20.SegGrp21 withQTY(QTYQuantity... values)
public CNTCND.SegGrp19.SegGrp20.SegGrp21 withQTY(Collection<QTYQuantity> values)
Copyright © 2020. All rights reserved.