public static class MEDRUC.SegGrp2 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="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails" minOccurs="0"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" maxOccurs="9" minOccurs="0"/>
<element name="CTA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CTA-ContactInformation" 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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
<element name="REL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}REL-Relationship" 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="LAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LAN-Language" maxOccurs="9" minOccurs="0"/>
<element name="SPR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SPR-OrganisationClassificationDetails" minOccurs="0"/>
<element name="EMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EMP-EmploymentDetails" maxOccurs="9" minOccurs="0"/>
<element name="QUA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}QUA-Qualification" 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="STS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}STS-Status" minOccurs="0"/>
<element name="RCS" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RCS-RequirementsAndConditions" maxOccurs="99" minOccurs="0"/>
<element name="PDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PDI-PersonDemographicInformation" minOccurs="0"/>
<element name="FII" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}FII-FinancialInstitutionInformation" maxOccurs="9" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp2() |
public PNAPartyIdentification getPNA()
PNAPartyIdentificationpublic void setPNA(PNAPartyIdentification value)
value - allowed object is
PNAPartyIdentificationpublic SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic 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<CTAContactInformation> getCTA()
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 cta property.
For example, to add a new item, do as follows:
getCTA().add(newItem);
Objects of the following type(s) are allowed in the list
CTAContactInformation
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<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<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<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<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 SPROrganisationClassificationDetails getSPR()
SPROrganisationClassificationDetailspublic void setSPR(SPROrganisationClassificationDetails value)
value - allowed object is
SPROrganisationClassificationDetailspublic 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<QUAQualification> getQUA()
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 qua property.
For example, to add a new item, do as follows:
getQUA().add(newItem);
Objects of the following type(s) are allowed in the list
QUAQualification
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 STSStatus getSTS()
STSStatuspublic void setSTS(STSStatus value)
value - allowed object is
STSStatuspublic List<RCSRequirementsAndConditions> getRCS()
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 rcs property.
For example, to add a new item, do as follows:
getRCS().add(newItem);
Objects of the following type(s) are allowed in the list
RCSRequirementsAndConditions
public PDIPersonDemographicInformation getPDI()
PDIPersonDemographicInformationpublic void setPDI(PDIPersonDemographicInformation value)
value - allowed object is
PDIPersonDemographicInformationpublic 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 MEDRUC.SegGrp2 withPNA(PNAPartyIdentification value)
public MEDRUC.SegGrp2 withSEQ(SEQSequenceDetails value)
public MEDRUC.SegGrp2 withADR(ADRAddress... values)
public MEDRUC.SegGrp2 withADR(Collection<ADRAddress> values)
public MEDRUC.SegGrp2 withCTA(CTAContactInformation... values)
public MEDRUC.SegGrp2 withCTA(Collection<CTAContactInformation> values)
public MEDRUC.SegGrp2 withCOM(COMCommunicationContact... values)
public MEDRUC.SegGrp2 withCOM(Collection<COMCommunicationContact> values)
public MEDRUC.SegGrp2 withRFF(RFFReference... values)
public MEDRUC.SegGrp2 withRFF(Collection<RFFReference> values)
public MEDRUC.SegGrp2 withREL(RELRelationship... values)
public MEDRUC.SegGrp2 withREL(Collection<RELRelationship> values)
public MEDRUC.SegGrp2 withNAT(NATNationality... values)
public MEDRUC.SegGrp2 withNAT(Collection<NATNationality> values)
public MEDRUC.SegGrp2 withLAN(LANLanguage... values)
public MEDRUC.SegGrp2 withLAN(Collection<LANLanguage> values)
public MEDRUC.SegGrp2 withSPR(SPROrganisationClassificationDetails value)
public MEDRUC.SegGrp2 withEMP(EMPEmploymentDetails... values)
public MEDRUC.SegGrp2 withEMP(Collection<EMPEmploymentDetails> values)
public MEDRUC.SegGrp2 withQUA(QUAQualification... values)
public MEDRUC.SegGrp2 withQUA(Collection<QUAQualification> values)
public MEDRUC.SegGrp2 withDTM(DTMDateTimePeriod... values)
public MEDRUC.SegGrp2 withDTM(Collection<DTMDateTimePeriod> values)
public MEDRUC.SegGrp2 withSTS(STSStatus value)
public MEDRUC.SegGrp2 withRCS(RCSRequirementsAndConditions... values)
public MEDRUC.SegGrp2 withRCS(Collection<RCSRequirementsAndConditions> values)
public MEDRUC.SegGrp2 withPDI(PDIPersonDemographicInformation value)
public MEDRUC.SegGrp2 withFII(FIIFinancialInstitutionInformation... values)
public MEDRUC.SegGrp2 withFII(Collection<FIIFinancialInstitutionInformation> values)
Copyright © 2020. All rights reserved.