public static class ICASRP.SegGrp12.SegGrp13 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="COD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COD-ComponentDetails"/>
<element name="IDE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IDE-Identity" maxOccurs="9" minOccurs="0"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" minOccurs="0"/>
<element name="FII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FII-FinancialInstitutionInformation" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="9" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="EMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EMP-EmploymentDetails" 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="QRS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QRS-QueryAndResponse" 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="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp13() |
public CODComponentDetails getCOD()
CODComponentDetailspublic void setCOD(CODComponentDetails value)
value - allowed object is
CODComponentDetailspublic List<IDEIdentity> getIDE()
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 ide property.
For example, to add a new item, do as follows:
getIDE().add(newItem);
Objects of the following type(s) are allowed in the list
IDEIdentity
public ADRAddress getADR()
ADRAddresspublic void setADR(ADRAddress value)
value - allowed object is
ADRAddresspublic FIIFinancialInstitutionInformation getFII()
FIIFinancialInstitutionInformationpublic void setFII(FIIFinancialInstitutionInformation value)
value - allowed object is
FIIFinancialInstitutionInformationpublic 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 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 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<EMPEmploymentDetails> getEMP()
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 emp property.
For example, to add a new item, do as follows:
getEMP().add(newItem);
Objects of the following type(s) are allowed in the list
EMPEmploymentDetails
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<QRSQueryAndResponse> getQRS()
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 qrs property.
For example, to add a new item, do as follows:
getQRS().add(newItem);
Objects of the following type(s) are allowed in the list
QRSQueryAndResponse
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<FTXFreeText> getFTX()
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 ftx property.
For example, to add a new item, do as follows:
getFTX().add(newItem);
Objects of the following type(s) are allowed in the list
FTXFreeText
public ICASRP.SegGrp12.SegGrp13 withCOD(CODComponentDetails value)
public ICASRP.SegGrp12.SegGrp13 withIDE(IDEIdentity... values)
public ICASRP.SegGrp12.SegGrp13 withIDE(Collection<IDEIdentity> values)
public ICASRP.SegGrp12.SegGrp13 withADR(ADRAddress value)
public ICASRP.SegGrp12.SegGrp13 withFII(FIIFinancialInstitutionInformation value)
public ICASRP.SegGrp12.SegGrp13 withATT(ATTAttribute... values)
public ICASRP.SegGrp12.SegGrp13 withATT(Collection<ATTAttribute> values)
public ICASRP.SegGrp12.SegGrp13 withCOM(COMCommunicationContact... values)
public ICASRP.SegGrp12.SegGrp13 withCOM(Collection<COMCommunicationContact> values)
public ICASRP.SegGrp12.SegGrp13 withDTM(DTMDateTimePeriod... values)
public ICASRP.SegGrp12.SegGrp13 withDTM(Collection<DTMDateTimePeriod> values)
public ICASRP.SegGrp12.SegGrp13 withEMP(EMPEmploymentDetails... values)
public ICASRP.SegGrp12.SegGrp13 withEMP(Collection<EMPEmploymentDetails> values)
public ICASRP.SegGrp12.SegGrp13 withMOA(MOAMonetaryAmount... values)
public ICASRP.SegGrp12.SegGrp13 withMOA(Collection<MOAMonetaryAmount> values)
public ICASRP.SegGrp12.SegGrp13 withQRS(QRSQueryAndResponse... values)
public ICASRP.SegGrp12.SegGrp13 withQRS(Collection<QRSQueryAndResponse> values)
public ICASRP.SegGrp12.SegGrp13 withQTY(QTYQuantity... values)
public ICASRP.SegGrp12.SegGrp13 withQTY(Collection<QTYQuantity> values)
public ICASRP.SegGrp12.SegGrp13 withRFF(RFFReference... values)
public ICASRP.SegGrp12.SegGrp13 withRFF(Collection<RFFReference> values)
public ICASRP.SegGrp12.SegGrp13 withFTX(FTXFreeText... values)
public ICASRP.SegGrp12.SegGrp13 withFTX(Collection<FTXFreeText> values)
Copyright © 2020. All rights reserved.