public static class COPAYM.SegGrp2.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="COT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COT-ContributionDetails"/>
<element name="DLI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DLI-DocumentLineIdentification" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" maxOccurs="9" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount" maxOccurs="9" minOccurs="0"/>
<element name="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="9" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="9" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp3() |
public COTContributionDetails getCOT()
COTContributionDetailspublic void setCOT(COTContributionDetails value)
value - allowed object is
COTContributionDetailspublic DLIDocumentLineIdentification getDLI()
DLIDocumentLineIdentificationpublic void setDLI(DLIDocumentLineIdentification value)
value - allowed object is
DLIDocumentLineIdentificationpublic DTMDateTimePeriod getDTM()
DTMDateTimePeriodpublic void setDTM(DTMDateTimePeriod value)
value - allowed object is
DTMDateTimePeriodpublic List<PCDPercentageDetails> getPCD()
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 pcd property.
For example, to add a new item, do as follows:
getPCD().add(newItem);
Objects of the following type(s) are allowed in the list
PCDPercentageDetails
public List<MOAMonetaryAmount> getMOA()
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 moa property.
For example, to add a new item, do as follows:
getMOA().add(newItem);
Objects of the following type(s) are allowed in the list
MOAMonetaryAmount
public List<QTYQuantity> getQTY()
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 qty property.
For example, to add a new item, do as follows:
getQTY().add(newItem);
Objects of the following type(s) are allowed in the list
QTYQuantity
public 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<ATTAttribute> getATT()
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 att property.
For example, to add a new item, do as follows:
getATT().add(newItem);
Objects of the following type(s) are allowed in the list
ATTAttribute
public COPAYM.SegGrp2.SegGrp3 withCOT(COTContributionDetails value)
public COPAYM.SegGrp2.SegGrp3 withDLI(DLIDocumentLineIdentification value)
public COPAYM.SegGrp2.SegGrp3 withDTM(DTMDateTimePeriod value)
public COPAYM.SegGrp2.SegGrp3 withPCD(PCDPercentageDetails... values)
public COPAYM.SegGrp2.SegGrp3 withPCD(Collection<PCDPercentageDetails> values)
public COPAYM.SegGrp2.SegGrp3 withMOA(MOAMonetaryAmount... values)
public COPAYM.SegGrp2.SegGrp3 withMOA(Collection<MOAMonetaryAmount> values)
public COPAYM.SegGrp2.SegGrp3 withQTY(QTYQuantity... values)
public COPAYM.SegGrp2.SegGrp3 withQTY(Collection<QTYQuantity> values)
public COPAYM.SegGrp2.SegGrp3 withRFF(RFFReference... values)
public COPAYM.SegGrp2.SegGrp3 withRFF(Collection<RFFReference> values)
public COPAYM.SegGrp2.SegGrp3 withATT(ATTAttribute... values)
public COPAYM.SegGrp2.SegGrp3 withATT(Collection<ATTAttribute> values)
Copyright © 2020. All rights reserved.