public class FINCAN extends Object
Java class for FINCAN complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FINCAN">
<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="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod"/>
<element name="BUS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}BUS-BusinessFunction" minOccurs="0"/>
</sequence>
<element name="SegGrp-1" maxOccurs="2" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-2" maxOccurs="5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="FII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FII-FinancialInstitutionInformation"/>
<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"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-3" maxOccurs="3" 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"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="SegGrp-4" maxOccurs="9999">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="LIN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LIN-LineItem"/>
</sequence>
<element name="SegGrp-5" maxOccurs="5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<sequence>
<element name="CNT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CNT-ControlTotal" maxOccurs="5" minOccurs="0"/>
</sequence>
<element name="SegGrp-6" maxOccurs="5" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="AUT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}AUT-AuthenticationResult"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
FINCAN.SegGrp1
Java class for anonymous complex type.
|
static class |
FINCAN.SegGrp2
Java class for anonymous complex type.
|
static class |
FINCAN.SegGrp3
Java class for anonymous complex type.
|
static class |
FINCAN.SegGrp4
Java class for anonymous complex type.
|
static class |
FINCAN.SegGrp6
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
FINCAN() |
public BGMBeginningOfMessage getBGM()
BGMBeginningOfMessagepublic void setBGM(BGMBeginningOfMessage value)
value - allowed object is
BGMBeginningOfMessagepublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic BUSBusinessFunction getBUS()
BUSBusinessFunctionpublic void setBUS(BUSBusinessFunction value)
value - allowed object is
BUSBusinessFunctionpublic List<FINCAN.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
FINCAN.SegGrp1
public List<FINCAN.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
FINCAN.SegGrp2
public List<FINCAN.SegGrp3> getSegGrp3()
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 segGrp3 property.
For example, to add a new item, do as follows:
getSegGrp3().add(newItem);
Objects of the following type(s) are allowed in the list
FINCAN.SegGrp3
public List<FINCAN.SegGrp4> getSegGrp4()
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 segGrp4 property.
For example, to add a new item, do as follows:
getSegGrp4().add(newItem);
Objects of the following type(s) are allowed in the list
FINCAN.SegGrp4
public List<CNTControlTotal> getCNT()
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 cnt property.
For example, to add a new item, do as follows:
getCNT().add(newItem);
Objects of the following type(s) are allowed in the list
CNTControlTotal
public List<FINCAN.SegGrp6> getSegGrp6()
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 segGrp6 property.
For example, to add a new item, do as follows:
getSegGrp6().add(newItem);
Objects of the following type(s) are allowed in the list
FINCAN.SegGrp6
public FINCAN withBGM(BGMBeginningOfMessage value)
public FINCAN withDTM(DTMDateTimePeriod value)
public FINCAN withBUS(BUSBusinessFunction value)
public FINCAN withSegGrp1(FINCAN.SegGrp1... values)
public FINCAN withSegGrp1(Collection<FINCAN.SegGrp1> values)
public FINCAN withSegGrp2(FINCAN.SegGrp2... values)
public FINCAN withSegGrp2(Collection<FINCAN.SegGrp2> values)
public FINCAN withSegGrp3(FINCAN.SegGrp3... values)
public FINCAN withSegGrp3(Collection<FINCAN.SegGrp3> values)
public FINCAN withSegGrp4(FINCAN.SegGrp4... values)
public FINCAN withSegGrp4(Collection<FINCAN.SegGrp4> values)
public FINCAN withCNT(CNTControlTotal... values)
public FINCAN withCNT(Collection<CNTControlTotal> values)
public FINCAN withSegGrp6(FINCAN.SegGrp6... values)
public FINCAN withSegGrp6(Collection<FINCAN.SegGrp6> values)
Copyright © 2020. All rights reserved.