public static class ORDERS.SegGrp29.SegGrp58 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="STG" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}STG-Stages"/>
</sequence>
<element name="SegGrp-59" maxOccurs="3" 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="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ORDERS.SegGrp29.SegGrp58.SegGrp59
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp58() |
| Modifier and Type | Method and Description |
|---|---|
List<ORDERS.SegGrp29.SegGrp58.SegGrp59> |
getSegGrp59()
Gets the value of the segGrp59 property.
|
STGStages |
getSTG()
Gets the value of the stg property.
|
void |
setSTG(STGStages value)
Sets the value of the stg property.
|
ORDERS.SegGrp29.SegGrp58 |
withSegGrp59(Collection<ORDERS.SegGrp29.SegGrp58.SegGrp59> values) |
ORDERS.SegGrp29.SegGrp58 |
withSegGrp59(ORDERS.SegGrp29.SegGrp58.SegGrp59... values) |
ORDERS.SegGrp29.SegGrp58 |
withSTG(STGStages value) |
public STGStages getSTG()
STGStagespublic void setSTG(STGStages value)
value - allowed object is
STGStagespublic List<ORDERS.SegGrp29.SegGrp58.SegGrp59> getSegGrp59()
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 segGrp59 property.
For example, to add a new item, do as follows:
getSegGrp59().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp58 .SegGrp59
public ORDERS.SegGrp29.SegGrp58 withSTG(STGStages value)
public ORDERS.SegGrp29.SegGrp58 withSegGrp59(ORDERS.SegGrp29.SegGrp58.SegGrp59... values)
public ORDERS.SegGrp29.SegGrp58 withSegGrp59(Collection<ORDERS.SegGrp29.SegGrp58.SegGrp59> values)
Copyright © 2020. All rights reserved.