public static class INVRPT.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="CPS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CPS-ConsignmentPackingSequence"/>
</sequence>
<element name="SegGrp-7" maxOccurs="999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="PAC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PAC-Package"/>
<element name="PCI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCI-PackageIdentification" maxOccurs="1000" minOccurs="0"/>
</sequence>
<element name="SegGrp-8" maxOccurs="9999" 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="GIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GIN-GoodsIdentityNumber" maxOccurs="9999" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" 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 |
INVRPT.SegGrp6.SegGrp7
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp6() |
| Modifier and Type | Method and Description |
|---|---|
CPSConsignmentPackingSequence |
getCPS()
Gets the value of the cps property.
|
List<INVRPT.SegGrp6.SegGrp7> |
getSegGrp7()
Gets the value of the segGrp7 property.
|
void |
setCPS(CPSConsignmentPackingSequence value)
Sets the value of the cps property.
|
INVRPT.SegGrp6 |
withCPS(CPSConsignmentPackingSequence value) |
INVRPT.SegGrp6 |
withSegGrp7(Collection<INVRPT.SegGrp6.SegGrp7> values) |
INVRPT.SegGrp6 |
withSegGrp7(INVRPT.SegGrp6.SegGrp7... values) |
public CPSConsignmentPackingSequence getCPS()
CPSConsignmentPackingSequencepublic void setCPS(CPSConsignmentPackingSequence value)
value - allowed object is
CPSConsignmentPackingSequencepublic List<INVRPT.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 INVRPT.SegGrp6 withCPS(CPSConsignmentPackingSequence value)
public INVRPT.SegGrp6 withSegGrp7(INVRPT.SegGrp6.SegGrp7... values)
public INVRPT.SegGrp6 withSegGrp7(Collection<INVRPT.SegGrp6.SegGrp7> values)
Copyright © 2020. All rights reserved.