public static class RESETT.SegGrp2.SegGrp3.SegGrp5 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="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"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" minOccurs="0"/>
<element name="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="2" minOccurs="0"/>
<element name="GEI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}GEI-ProcessingInformation" minOccurs="0"/>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp5() |
public NADNameAndAddress getNAD()
NADNameAndAddresspublic void setNAD(NADNameAndAddress value)
value - allowed object is
NADNameAndAddresspublic CTAContactInformation getCTA()
CTAContactInformationpublic void setCTA(CTAContactInformation value)
value - allowed object is
CTAContactInformationpublic List<COMCommunicationContact> getCOM()
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 com property.
For example, to add a new item, do as follows:
getCOM().add(newItem);
Objects of the following type(s) are allowed in the list
COMCommunicationContact
public PCDPercentageDetails getPCD()
PCDPercentageDetailspublic void setPCD(PCDPercentageDetails value)
value - allowed object is
PCDPercentageDetailspublic 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 GEIProcessingInformation getGEI()
GEIProcessingInformationpublic void setGEI(GEIProcessingInformation value)
value - allowed object is
GEIProcessingInformationpublic MOAMonetaryAmount getMOA()
MOAMonetaryAmountpublic void setMOA(MOAMonetaryAmount value)
value - allowed object is
MOAMonetaryAmountpublic RESETT.SegGrp2.SegGrp3.SegGrp5 withNAD(NADNameAndAddress value)
public RESETT.SegGrp2.SegGrp3.SegGrp5 withCTA(CTAContactInformation value)
public RESETT.SegGrp2.SegGrp3.SegGrp5 withCOM(COMCommunicationContact... values)
public RESETT.SegGrp2.SegGrp3.SegGrp5 withCOM(Collection<COMCommunicationContact> values)
public RESETT.SegGrp2.SegGrp3.SegGrp5 withPCD(PCDPercentageDetails value)
public RESETT.SegGrp2.SegGrp3.SegGrp5 withRFF(RFFReference... values)
public RESETT.SegGrp2.SegGrp3.SegGrp5 withRFF(Collection<RFFReference> values)
public RESETT.SegGrp2.SegGrp3.SegGrp5 withGEI(GEIProcessingInformation value)
public RESETT.SegGrp2.SegGrp3.SegGrp5 withMOA(MOAMonetaryAmount value)
Copyright © 2020. All rights reserved.