public static class ORDERS.SegGrp16 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="SCC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SCC-SchedulingConditions"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="5" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="5" minOccurs="0"/>
</sequence>
<element name="SegGrp-17" 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="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>
| Modifier and Type | Class and Description |
|---|---|
static class |
ORDERS.SegGrp16.SegGrp17
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp16() |
| Modifier and Type | Method and Description |
|---|---|
List<FTXFreeText> |
getFTX()
Gets the value of the ftx property.
|
List<RFFReference> |
getRFF()
Gets the value of the rff property.
|
SCCSchedulingConditions |
getSCC()
Gets the value of the scc property.
|
List<ORDERS.SegGrp16.SegGrp17> |
getSegGrp17()
Gets the value of the segGrp17 property.
|
void |
setSCC(SCCSchedulingConditions value)
Sets the value of the scc property.
|
ORDERS.SegGrp16 |
withFTX(Collection<FTXFreeText> values) |
ORDERS.SegGrp16 |
withFTX(FTXFreeText... values) |
ORDERS.SegGrp16 |
withRFF(Collection<RFFReference> values) |
ORDERS.SegGrp16 |
withRFF(RFFReference... values) |
ORDERS.SegGrp16 |
withSCC(SCCSchedulingConditions value) |
ORDERS.SegGrp16 |
withSegGrp17(Collection<ORDERS.SegGrp16.SegGrp17> values) |
ORDERS.SegGrp16 |
withSegGrp17(ORDERS.SegGrp16.SegGrp17... values) |
public SCCSchedulingConditions getSCC()
SCCSchedulingConditionspublic void setSCC(SCCSchedulingConditions value)
value - allowed object is
SCCSchedulingConditionspublic List<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public List<RFFReference> getRFF()
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 rff property.
For example, to add a new item, do as follows:
getRFF().add(newItem);
Objects of the following type(s) are allowed in the list
RFFReference
public List<ORDERS.SegGrp16.SegGrp17> getSegGrp17()
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 segGrp17 property.
For example, to add a new item, do as follows:
getSegGrp17().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp17
public ORDERS.SegGrp16 withSCC(SCCSchedulingConditions value)
public ORDERS.SegGrp16 withFTX(FTXFreeText... values)
public ORDERS.SegGrp16 withFTX(Collection<FTXFreeText> values)
public ORDERS.SegGrp16 withRFF(RFFReference... values)
public ORDERS.SegGrp16 withRFF(Collection<RFFReference> values)
public ORDERS.SegGrp16 withSegGrp17(ORDERS.SegGrp16.SegGrp17... values)
public ORDERS.SegGrp16 withSegGrp17(Collection<ORDERS.SegGrp16.SegGrp17> values)
Copyright © 2020. All rights reserved.