public static class CONQVA.SegGrp6.SegGrp7 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="LIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LIN-LineItem"/>
</sequence>
<element name="SegGrp-8" maxOccurs="1000" minOccurs="0">
<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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="5" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" maxOccurs="5" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CONQVA.SegGrp6.SegGrp7.SegGrp8
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp7() |
| Modifier and Type | Method and Description |
|---|---|
LINLineItem |
getLIN()
Gets the value of the lin property.
|
List<CONQVA.SegGrp6.SegGrp7.SegGrp8> |
getSegGrp8()
Gets the value of the segGrp8 property.
|
void |
setLIN(LINLineItem value)
Sets the value of the lin property.
|
CONQVA.SegGrp6.SegGrp7 |
withLIN(LINLineItem value) |
CONQVA.SegGrp6.SegGrp7 |
withSegGrp8(Collection<CONQVA.SegGrp6.SegGrp7.SegGrp8> values) |
CONQVA.SegGrp6.SegGrp7 |
withSegGrp8(CONQVA.SegGrp6.SegGrp7.SegGrp8... values) |
public LINLineItem getLIN()
LINLineItempublic void setLIN(LINLineItem value)
value - allowed object is
LINLineItempublic List<CONQVA.SegGrp6.SegGrp7.SegGrp8> getSegGrp8()
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 segGrp8 property.
For example, to add a new item, do as follows:
getSegGrp8().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp7 .SegGrp8
public CONQVA.SegGrp6.SegGrp7 withLIN(LINLineItem value)
public CONQVA.SegGrp6.SegGrp7 withSegGrp8(CONQVA.SegGrp6.SegGrp7.SegGrp8... values)
public CONQVA.SegGrp6.SegGrp7 withSegGrp8(Collection<CONQVA.SegGrp6.SegGrp7.SegGrp8> values)
Copyright © 2020. All rights reserved.