public static class ORDERS.SegGrp29.SegGrp55 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-56" 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.SegGrp29.SegGrp55.SegGrp56
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp55() |
| 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.SegGrp29.SegGrp55.SegGrp56> |
getSegGrp56()
Gets the value of the segGrp56 property.
|
void |
setSCC(SCCSchedulingConditions value)
Sets the value of the scc property.
|
ORDERS.SegGrp29.SegGrp55 |
withFTX(Collection<FTXFreeText> values) |
ORDERS.SegGrp29.SegGrp55 |
withFTX(FTXFreeText... values) |
ORDERS.SegGrp29.SegGrp55 |
withRFF(Collection<RFFReference> values) |
ORDERS.SegGrp29.SegGrp55 |
withRFF(RFFReference... values) |
ORDERS.SegGrp29.SegGrp55 |
withSCC(SCCSchedulingConditions value) |
ORDERS.SegGrp29.SegGrp55 |
withSegGrp56(Collection<ORDERS.SegGrp29.SegGrp55.SegGrp56> values) |
ORDERS.SegGrp29.SegGrp55 |
withSegGrp56(ORDERS.SegGrp29.SegGrp55.SegGrp56... 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.SegGrp29.SegGrp55.SegGrp56> getSegGrp56()
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 segGrp56 property.
For example, to add a new item, do as follows:
getSegGrp56().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp55 .SegGrp56
public ORDERS.SegGrp29.SegGrp55 withSCC(SCCSchedulingConditions value)
public ORDERS.SegGrp29.SegGrp55 withFTX(FTXFreeText... values)
public ORDERS.SegGrp29.SegGrp55 withFTX(Collection<FTXFreeText> values)
public ORDERS.SegGrp29.SegGrp55 withRFF(RFFReference... values)
public ORDERS.SegGrp29.SegGrp55 withRFF(Collection<RFFReference> values)
public ORDERS.SegGrp29.SegGrp55 withSegGrp56(ORDERS.SegGrp29.SegGrp55.SegGrp56... values)
public ORDERS.SegGrp29.SegGrp55 withSegGrp56(Collection<ORDERS.SegGrp29.SegGrp55.SegGrp56> values)
Copyright © 2020. All rights reserved.