public static class QUOTES.SegGrp27.SegGrp54 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"/>
</sequence>
<element name="SegGrp-55" 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 |
QUOTES.SegGrp27.SegGrp54.SegGrp55
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp54() |
| Modifier and Type | Method and Description |
|---|---|
List<FTXFreeText> |
getFTX()
Gets the value of the ftx property.
|
SCCSchedulingConditions |
getSCC()
Gets the value of the scc property.
|
List<QUOTES.SegGrp27.SegGrp54.SegGrp55> |
getSegGrp55()
Gets the value of the segGrp55 property.
|
void |
setSCC(SCCSchedulingConditions value)
Sets the value of the scc property.
|
QUOTES.SegGrp27.SegGrp54 |
withFTX(Collection<FTXFreeText> values) |
QUOTES.SegGrp27.SegGrp54 |
withFTX(FTXFreeText... values) |
QUOTES.SegGrp27.SegGrp54 |
withSCC(SCCSchedulingConditions value) |
QUOTES.SegGrp27.SegGrp54 |
withSegGrp55(Collection<QUOTES.SegGrp27.SegGrp54.SegGrp55> values) |
QUOTES.SegGrp27.SegGrp54 |
withSegGrp55(QUOTES.SegGrp27.SegGrp54.SegGrp55... 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<QUOTES.SegGrp27.SegGrp54.SegGrp55> getSegGrp55()
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 segGrp55 property.
For example, to add a new item, do as follows:
getSegGrp55().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp54 .SegGrp55
public QUOTES.SegGrp27.SegGrp54 withSCC(SCCSchedulingConditions value)
public QUOTES.SegGrp27.SegGrp54 withFTX(FTXFreeText... values)
public QUOTES.SegGrp27.SegGrp54 withFTX(Collection<FTXFreeText> values)
public QUOTES.SegGrp27.SegGrp54 withSegGrp55(QUOTES.SegGrp27.SegGrp54.SegGrp55... values)
public QUOTES.SegGrp27.SegGrp54 withSegGrp55(Collection<QUOTES.SegGrp27.SegGrp54.SegGrp55> values)
Copyright © 2020. All rights reserved.