public class DOCARE extends Object
Java class for DOCARE complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DOCARE">
<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="2"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
</sequence>
<element name="SegGrp-1" maxOccurs="5">
<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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="2" minOccurs="0"/>
<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-2" maxOccurs="9">
<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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
<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" 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 |
DOCARE.SegGrp1
Java class for anonymous complex type.
|
static class |
DOCARE.SegGrp2
Java class for anonymous complex type.
|
static class |
DOCARE.SegGrp3
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
DOCARE() |
| Modifier and Type | Method and Description |
|---|---|
BGMBeginningOfMessage |
getBGM()
Gets the value of the bgm property.
|
DTMDateTimePeriod |
getDTM()
Gets the value of the dtm property.
|
List<RFFReference> |
getRFF()
Gets the value of the rff property.
|
List<DOCARE.SegGrp1> |
getSegGrp1()
Gets the value of the segGrp1 property.
|
List<DOCARE.SegGrp2> |
getSegGrp2()
Gets the value of the segGrp2 property.
|
DOCARE.SegGrp3 |
getSegGrp3()
Gets the value of the segGrp3 property.
|
void |
setBGM(BGMBeginningOfMessage value)
Sets the value of the bgm property.
|
void |
setDTM(DTMDateTimePeriod value)
Sets the value of the dtm property.
|
void |
setSegGrp3(DOCARE.SegGrp3 value)
Sets the value of the segGrp3 property.
|
DOCARE |
withBGM(BGMBeginningOfMessage value) |
DOCARE |
withDTM(DTMDateTimePeriod value) |
DOCARE |
withRFF(Collection<RFFReference> values) |
DOCARE |
withRFF(RFFReference... values) |
DOCARE |
withSegGrp1(Collection<DOCARE.SegGrp1> values) |
DOCARE |
withSegGrp1(DOCARE.SegGrp1... values) |
DOCARE |
withSegGrp2(Collection<DOCARE.SegGrp2> values) |
DOCARE |
withSegGrp2(DOCARE.SegGrp2... values) |
DOCARE |
withSegGrp3(DOCARE.SegGrp3 value) |
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 DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic List<DOCARE.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
DOCARE.SegGrp1
public List<DOCARE.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
DOCARE.SegGrp2
public DOCARE.SegGrp3 getSegGrp3()
DOCARE.SegGrp3public void setSegGrp3(DOCARE.SegGrp3 value)
value - allowed object is
DOCARE.SegGrp3public DOCARE withBGM(BGMBeginningOfMessage value)
public DOCARE withRFF(RFFReference... values)
public DOCARE withRFF(Collection<RFFReference> values)
public DOCARE withDTM(DTMDateTimePeriod value)
public DOCARE withSegGrp1(DOCARE.SegGrp1... values)
public DOCARE withSegGrp1(Collection<DOCARE.SegGrp1> values)
public DOCARE withSegGrp2(DOCARE.SegGrp2... values)
public DOCARE withSegGrp2(Collection<DOCARE.SegGrp2> values)
public DOCARE withSegGrp3(DOCARE.SegGrp3 value)
Copyright © 2020. All rights reserved.