public class RECECO extends Object
Java class for RECECO complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RECECO">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="BGM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BGM-BeginningOfMessage"/>
<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"/>
</sequence>
<element name="SegGrp-1" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="NAD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAD-NameAndAddress"/>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="5" minOccurs="0"/>
<element name="FII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FII-FinancialInstitutionInformation" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-2" maxOccurs="99" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" minOccurs="0"/>
<element name="CUX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CUX-Currencies" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="5" minOccurs="0"/>
<element name="CCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CCD-CreditCoverDetails" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
<element name="PYT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PYT-PaymentTerms" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RECECO.SegGrp1
Java class for anonymous complex type.
|
static class |
RECECO.SegGrp2
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
RECECO() |
| Modifier and Type | Method and Description |
|---|---|
BGMBeginningOfMessage |
getBGM()
Gets the value of the bgm property.
|
List<DTMDateTimePeriod> |
getDTM()
Gets the value of the dtm property.
|
List<RFFReference> |
getRFF()
Gets the value of the rff property.
|
List<RECECO.SegGrp1> |
getSegGrp1()
Gets the value of the segGrp1 property.
|
List<RECECO.SegGrp2> |
getSegGrp2()
Gets the value of the segGrp2 property.
|
void |
setBGM(BGMBeginningOfMessage value)
Sets the value of the bgm property.
|
RECECO |
withBGM(BGMBeginningOfMessage value) |
RECECO |
withDTM(Collection<DTMDateTimePeriod> values) |
RECECO |
withDTM(DTMDateTimePeriod... values) |
RECECO |
withRFF(Collection<RFFReference> values) |
RECECO |
withRFF(RFFReference... values) |
RECECO |
withSegGrp1(Collection<RECECO.SegGrp1> values) |
RECECO |
withSegGrp1(RECECO.SegGrp1... values) |
RECECO |
withSegGrp2(Collection<RECECO.SegGrp2> values) |
RECECO |
withSegGrp2(RECECO.SegGrp2... values) |
public BGMBeginningOfMessage getBGM()
BGMBeginningOfMessagepublic void setBGM(BGMBeginningOfMessage value)
value - allowed object is
BGMBeginningOfMessagepublic 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<RECECO.SegGrp1> getSegGrp1()
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 segGrp1 property.
For example, to add a new item, do as follows:
getSegGrp1().add(newItem);
Objects of the following type(s) are allowed in the list
RECECO.SegGrp1
public List<RECECO.SegGrp2> getSegGrp2()
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 segGrp2 property.
For example, to add a new item, do as follows:
getSegGrp2().add(newItem);
Objects of the following type(s) are allowed in the list
RECECO.SegGrp2
public RECECO withBGM(BGMBeginningOfMessage value)
public RECECO withRFF(RFFReference... values)
public RECECO withRFF(Collection<RFFReference> values)
public RECECO withDTM(DTMDateTimePeriod... values)
public RECECO withDTM(Collection<DTMDateTimePeriod> values)
public RECECO withSegGrp1(RECECO.SegGrp1... values)
public RECECO withSegGrp1(Collection<RECECO.SegGrp1> values)
public RECECO withSegGrp2(RECECO.SegGrp2... values)
public RECECO withSegGrp2(Collection<RECECO.SegGrp2> values)
Copyright © 2020. All rights reserved.