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