public static class SSRECH.SegGrp3 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="IND" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IND-IndexDetails"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="6"/>
<element name="COT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COT-ContributionDetails" maxOccurs="3"/>
</sequence>
<element name="SegGrp-4" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="EMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EMP-EmploymentDetails"/>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification" minOccurs="0"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SSRECH.SegGrp3.SegGrp4
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp3() |
| Modifier and Type | Method and Description |
|---|---|
List<COTContributionDetails> |
getCOT()
Gets the value of the cot property.
|
List<DTMDateTimePeriod> |
getDTM()
Gets the value of the dtm property.
|
INDIndexDetails |
getIND()
Gets the value of the ind property.
|
SSRECH.SegGrp3.SegGrp4 |
getSegGrp4()
Gets the value of the segGrp4 property.
|
void |
setIND(INDIndexDetails value)
Sets the value of the ind property.
|
void |
setSegGrp4(SSRECH.SegGrp3.SegGrp4 value)
Sets the value of the segGrp4 property.
|
SSRECH.SegGrp3 |
withCOT(Collection<COTContributionDetails> values) |
SSRECH.SegGrp3 |
withCOT(COTContributionDetails... values) |
SSRECH.SegGrp3 |
withDTM(Collection<DTMDateTimePeriod> values) |
SSRECH.SegGrp3 |
withDTM(DTMDateTimePeriod... values) |
SSRECH.SegGrp3 |
withIND(INDIndexDetails value) |
SSRECH.SegGrp3 |
withSegGrp4(SSRECH.SegGrp3.SegGrp4 value) |
public INDIndexDetails getIND()
INDIndexDetailspublic void setIND(INDIndexDetails value)
value - allowed object is
INDIndexDetailspublic 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<COTContributionDetails> getCOT()
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 cot property.
For example, to add a new item, do as follows:
getCOT().add(newItem);
Objects of the following type(s) are allowed in the list
COTContributionDetails
public SSRECH.SegGrp3.SegGrp4 getSegGrp4()
.SegGrp4 public void setSegGrp4(SSRECH.SegGrp3.SegGrp4 value)
value - allowed object is
.SegGrp4 public SSRECH.SegGrp3 withIND(INDIndexDetails value)
public SSRECH.SegGrp3 withDTM(DTMDateTimePeriod... values)
public SSRECH.SegGrp3 withDTM(Collection<DTMDateTimePeriod> values)
public SSRECH.SegGrp3 withCOT(COTContributionDetails... values)
public SSRECH.SegGrp3 withCOT(Collection<COTContributionDetails> values)
public SSRECH.SegGrp3 withSegGrp4(SSRECH.SegGrp3.SegGrp4 value)
Copyright © 2020. All rights reserved.