public static class PRODEX.SegGrp2 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="IMD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IMD-ItemDescription"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="10" minOccurs="0"/>
</sequence>
<element name="SegGrp-3" maxOccurs="9999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="LIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LIN-LineItem"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="2" minOccurs="0"/>
<element name="LOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LOC-PlaceLocationIdentification" maxOccurs="2" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="MEA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MEA-Measurements" maxOccurs="5" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="5" minOccurs="0"/>
<element name="TDT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}TDT-TransportInformation" maxOccurs="5" minOccurs="0"/>
</sequence>
<element name="SegGrp-4" maxOccurs="5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
PRODEX.SegGrp2.SegGrp3
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp2() |
| Modifier and Type | Method and Description |
|---|---|
IMDItemDescription |
getIMD()
Gets the value of the imd property.
|
List<QTYQuantity> |
getQTY()
Gets the value of the qty property.
|
List<PRODEX.SegGrp2.SegGrp3> |
getSegGrp3()
Gets the value of the segGrp3 property.
|
void |
setIMD(IMDItemDescription value)
Sets the value of the imd property.
|
PRODEX.SegGrp2 |
withIMD(IMDItemDescription value) |
PRODEX.SegGrp2 |
withQTY(Collection<QTYQuantity> values) |
PRODEX.SegGrp2 |
withQTY(QTYQuantity... values) |
PRODEX.SegGrp2 |
withSegGrp3(Collection<PRODEX.SegGrp2.SegGrp3> values) |
PRODEX.SegGrp2 |
withSegGrp3(PRODEX.SegGrp2.SegGrp3... values) |
public IMDItemDescription getIMD()
IMDItemDescriptionpublic void setIMD(IMDItemDescription value)
value - allowed object is
IMDItemDescriptionpublic 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 List<PRODEX.SegGrp2.SegGrp3> getSegGrp3()
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 segGrp3 property.
For example, to add a new item, do as follows:
getSegGrp3().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp3
public PRODEX.SegGrp2 withIMD(IMDItemDescription value)
public PRODEX.SegGrp2 withQTY(QTYQuantity... values)
public PRODEX.SegGrp2 withQTY(Collection<QTYQuantity> values)
public PRODEX.SegGrp2 withSegGrp3(PRODEX.SegGrp2.SegGrp3... values)
public PRODEX.SegGrp2 withSegGrp3(Collection<PRODEX.SegGrp2.SegGrp3> values)
Copyright © 2020. All rights reserved.