public static class BUSCRD.SegGrp3.SegGrp4.SegGrp16 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="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification"/>
<element name="REL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}REL-Relationship" maxOccurs="9" minOccurs="0"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" maxOccurs="99" minOccurs="0"/>
<element name="FII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FII-FinancialInstitutionInformation" maxOccurs="9" minOccurs="0"/>
<element name="ATT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ATT-Attribute" maxOccurs="99" minOccurs="0"/>
<element name="PDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PDI-PersonDemographicInformation" minOccurs="0"/>
<element name="EMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EMP-EmploymentDetails" maxOccurs="9" minOccurs="0"/>
<element name="NAT" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}NAT-Nationality" 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="LAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LAN-Language" maxOccurs="9" minOccurs="0"/>
<element name="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="99" minOccurs="0"/>
<element name="IFD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IFD-InformationDetail" maxOccurs="99" minOccurs="0"/>
<element name="PCD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PCD-PercentageDetails" 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="QTY" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QTY-Quantity" maxOccurs="99" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" maxOccurs="99" minOccurs="0"/>
</sequence>
<element name="SegGrp-17" maxOccurs="999" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="MOA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}MOA-MonetaryAmount"/>
<element name="ARD" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ARD-MonetaryAmountFunction" maxOccurs="9" minOccurs="0"/>
<element name="FTX" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FTX-FreeText" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BUSCRD.SegGrp3.SegGrp4.SegGrp16.SegGrp17
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp16() |
public PNAPartyIdentification getPNA()
PNAPartyIdentificationpublic void setPNA(PNAPartyIdentification value)
value - allowed object is
PNAPartyIdentificationpublic List<RELRelationship> getREL()
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 rel property.
For example, to add a new item, do as follows:
getREL().add(newItem);
Objects of the following type(s) are allowed in the list
RELRelationship
public List<ADRAddress> getADR()
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 adr property.
For example, to add a new item, do as follows:
getADR().add(newItem);
Objects of the following type(s) are allowed in the list
ADRAddress
public List<FIIFinancialInstitutionInformation> getFII()
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 fii property.
For example, to add a new item, do as follows:
getFII().add(newItem);
Objects of the following type(s) are allowed in the list
FIIFinancialInstitutionInformation
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 PDIPersonDemographicInformation getPDI()
PDIPersonDemographicInformationpublic void setPDI(PDIPersonDemographicInformation value)
value - allowed object is
PDIPersonDemographicInformationpublic 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<NATNationality> getNAT()
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 nat property.
For example, to add a new item, do as follows:
getNAT().add(newItem);
Objects of the following type(s) are allowed in the list
NATNationality
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<LANLanguage> getLAN()
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 lan property.
For example, to add a new item, do as follows:
getLAN().add(newItem);
Objects of the following type(s) are allowed in the list
LANLanguage
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<IFDInformationDetail> getIFD()
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 ifd property.
For example, to add a new item, do as follows:
getIFD().add(newItem);
Objects of the following type(s) are allowed in the list
IFDInformationDetail
public 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<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<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<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 List<BUSCRD.SegGrp3.SegGrp4.SegGrp16.SegGrp17> getSegGrp17()
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 segGrp17 property.
For example, to add a new item, do as follows:
getSegGrp17().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp4 .SegGrp16 .SegGrp17
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withPNA(PNAPartyIdentification value)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withREL(RELRelationship... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withREL(Collection<RELRelationship> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withADR(ADRAddress... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withADR(Collection<ADRAddress> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withFII(FIIFinancialInstitutionInformation... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withFII(Collection<FIIFinancialInstitutionInformation> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withATT(ATTAttribute... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withATT(Collection<ATTAttribute> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withPDI(PDIPersonDemographicInformation value)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withEMP(EMPEmploymentDetails... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withEMP(Collection<EMPEmploymentDetails> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withNAT(NATNationality... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withNAT(Collection<NATNationality> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withRFF(RFFReference... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withRFF(Collection<RFFReference> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withLAN(LANLanguage... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withLAN(Collection<LANLanguage> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withDTM(DTMDateTimePeriod... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withDTM(Collection<DTMDateTimePeriod> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withIFD(IFDInformationDetail... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withIFD(Collection<IFDInformationDetail> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withPCD(PCDPercentageDetails... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withPCD(Collection<PCDPercentageDetails> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withCOM(COMCommunicationContact... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withCOM(Collection<COMCommunicationContact> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withQTY(QTYQuantity... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withQTY(Collection<QTYQuantity> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withFTX(FTXFreeText... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withFTX(Collection<FTXFreeText> values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withSegGrp17(BUSCRD.SegGrp3.SegGrp4.SegGrp16.SegGrp17... values)
public BUSCRD.SegGrp3.SegGrp4.SegGrp16 withSegGrp17(Collection<BUSCRD.SegGrp3.SegGrp4.SegGrp16.SegGrp17> values)
Copyright © 2020. All rights reserved.