public static class CONWQD.SegGrp6 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="BII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BII-StructureIdentification"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="3" minOccurs="0"/>
</sequence>
<element name="SegGrp-7" maxOccurs="99" 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="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-8" maxOccurs="999" 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"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
<element name="SegGrp-9" maxOccurs="10" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" 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 |
CONWQD.SegGrp6.SegGrp7
Java class for anonymous complex type.
|
static class |
CONWQD.SegGrp6.SegGrp8
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp6() |
| Modifier and Type | Method and Description |
|---|---|
BIIStructureIdentification |
getBII()
Gets the value of the bii property.
|
List<QTYQuantity> |
getQTY()
Gets the value of the qty property.
|
List<CONWQD.SegGrp6.SegGrp7> |
getSegGrp7()
Gets the value of the segGrp7 property.
|
List<CONWQD.SegGrp6.SegGrp8> |
getSegGrp8()
Gets the value of the segGrp8 property.
|
void |
setBII(BIIStructureIdentification value)
Sets the value of the bii property.
|
CONWQD.SegGrp6 |
withBII(BIIStructureIdentification value) |
CONWQD.SegGrp6 |
withQTY(Collection<QTYQuantity> values) |
CONWQD.SegGrp6 |
withQTY(QTYQuantity... values) |
CONWQD.SegGrp6 |
withSegGrp7(Collection<CONWQD.SegGrp6.SegGrp7> values) |
CONWQD.SegGrp6 |
withSegGrp7(CONWQD.SegGrp6.SegGrp7... values) |
CONWQD.SegGrp6 |
withSegGrp8(Collection<CONWQD.SegGrp6.SegGrp8> values) |
CONWQD.SegGrp6 |
withSegGrp8(CONWQD.SegGrp6.SegGrp8... values) |
public BIIStructureIdentification getBII()
BIIStructureIdentificationpublic void setBII(BIIStructureIdentification value)
value - allowed object is
BIIStructureIdentificationpublic 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<CONWQD.SegGrp6.SegGrp7> getSegGrp7()
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 segGrp7 property.
For example, to add a new item, do as follows:
getSegGrp7().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp7
public List<CONWQD.SegGrp6.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
.SegGrp8
public CONWQD.SegGrp6 withBII(BIIStructureIdentification value)
public CONWQD.SegGrp6 withQTY(QTYQuantity... values)
public CONWQD.SegGrp6 withQTY(Collection<QTYQuantity> values)
public CONWQD.SegGrp6 withSegGrp7(CONWQD.SegGrp6.SegGrp7... values)
public CONWQD.SegGrp6 withSegGrp7(Collection<CONWQD.SegGrp6.SegGrp7> values)
public CONWQD.SegGrp6 withSegGrp8(CONWQD.SegGrp6.SegGrp8... values)
public CONWQD.SegGrp6 withSegGrp8(Collection<CONWQD.SegGrp6.SegGrp8> values)
Copyright © 2020. All rights reserved.