public static class ORDRSP.SegGrp27.SegGrp57 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-58" 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 |
ORDRSP.SegGrp27.SegGrp57.SegGrp58
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp57() |
| Modifier and Type | Method and Description |
|---|---|
List<ORDRSP.SegGrp27.SegGrp57.SegGrp58> |
getSegGrp58()
Gets the value of the segGrp58 property.
|
STGStages |
getSTG()
Gets the value of the stg property.
|
void |
setSTG(STGStages value)
Sets the value of the stg property.
|
ORDRSP.SegGrp27.SegGrp57 |
withSegGrp58(Collection<ORDRSP.SegGrp27.SegGrp57.SegGrp58> values) |
ORDRSP.SegGrp27.SegGrp57 |
withSegGrp58(ORDRSP.SegGrp27.SegGrp57.SegGrp58... values) |
ORDRSP.SegGrp27.SegGrp57 |
withSTG(STGStages value) |
public STGStages getSTG()
STGStagespublic void setSTG(STGStages value)
value - allowed object is
STGStagespublic List<ORDRSP.SegGrp27.SegGrp57.SegGrp58> getSegGrp58()
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 segGrp58 property.
For example, to add a new item, do as follows:
getSegGrp58().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp57 .SegGrp58
public ORDRSP.SegGrp27.SegGrp57 withSTG(STGStages value)
public ORDRSP.SegGrp27.SegGrp57 withSegGrp58(ORDRSP.SegGrp27.SegGrp57.SegGrp58... values)
public ORDRSP.SegGrp27.SegGrp57 withSegGrp58(Collection<ORDRSP.SegGrp27.SegGrp57.SegGrp58> values)
Copyright © 2020. All rights reserved.