public static class RECORD.SegGrp3.SegGrp14.SegGrp15 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="STS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}STS-Status"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="9" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
<element name="SegGrp-16" maxOccurs="999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RECORD.SegGrp3.SegGrp14.SegGrp15.SegGrp16
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp15() |
public STSStatus getSTS()
STSStatuspublic void setSTS(STSStatus value)
value - allowed object is
STSStatuspublic 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<DTMDateTimePeriod> getDTM()
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 dtm property.
For example, to add a new item, do as follows:
getDTM().add(newItem);
Objects of the following type(s) are allowed in the list
DTMDateTimePeriod
public List<MOAMonetaryAmount> getMOA()
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 moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
public List<PCDPercentageDetails> getPCD()
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 pcd property.
For example, to add a new item, do as follows:
getPCD().add(newItem);
Objects of the following type(s) are allowed in the list
PCDPercentageDetails
public List<QTYQuantity> getQTY()
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 qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public 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<RECORD.SegGrp3.SegGrp14.SegGrp15.SegGrp16> getSegGrp16()
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 segGrp16 property.
For example, to add a new item, do as follows:
getSegGrp16().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp14 .SegGrp15 .SegGrp16
public RECORD.SegGrp3.SegGrp14.SegGrp15 withSTS(STSStatus value)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withRFF(RFFReference... values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withRFF(Collection<RFFReference> values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withDTM(DTMDateTimePeriod... values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withDTM(Collection<DTMDateTimePeriod> values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withMOA(MOAMonetaryAmount... values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withMOA(Collection<MOAMonetaryAmount> values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withPCD(PCDPercentageDetails... values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withPCD(Collection<PCDPercentageDetails> values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withQTY(QTYQuantity... values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withQTY(Collection<QTYQuantity> values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withFTX(FTXFreeText... values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withFTX(Collection<FTXFreeText> values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withSegGrp16(RECORD.SegGrp3.SegGrp14.SegGrp15.SegGrp16... values)
public RECORD.SegGrp3.SegGrp14.SegGrp15 withSegGrp16(Collection<RECORD.SegGrp3.SegGrp14.SegGrp15.SegGrp16> values)
Copyright © 2020. All rights reserved.