public static class SSRECH.SegGrp8 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="COT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COT-ContributionDetails"/>
<element name="CNT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CNT-ControlTotal" maxOccurs="5"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp8() |
| Modifier and Type | Method and Description |
|---|---|
List<CNTControlTotal> |
getCNT()
Gets the value of the cnt property.
|
COTContributionDetails |
getCOT()
Gets the value of the cot property.
|
void |
setCOT(COTContributionDetails value)
Sets the value of the cot property.
|
SSRECH.SegGrp8 |
withCNT(CNTControlTotal... values) |
SSRECH.SegGrp8 |
withCNT(Collection<CNTControlTotal> values) |
SSRECH.SegGrp8 |
withCOT(COTContributionDetails value) |
public COTContributionDetails getCOT()
COTContributionDetailspublic void setCOT(COTContributionDetails value)
value - allowed object is
COTContributionDetailspublic 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 SSRECH.SegGrp8 withCOT(COTContributionDetails value)
public SSRECH.SegGrp8 withCNT(CNTControlTotal... values)
public SSRECH.SegGrp8 withCNT(Collection<CNTControlTotal> values)
Copyright © 2020. All rights reserved.