public static class MEDPID.SegGrp2.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="REL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}REL-Relationship"/>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification" minOccurs="0"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" 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="DTM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DTM-DateTimePeriod" maxOccurs="9" minOccurs="0"/>
<element name="PDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PDI-PersonDemographicInformation" minOccurs="0"/>
<element name="IHC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IHC-PersonCharacteristic" 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"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp5() |
public RELRelationship getREL()
RELRelationshippublic void setREL(RELRelationship value)
value - allowed object is
RELRelationshippublic PNAPartyIdentification getPNA()
PNAPartyIdentificationpublic void setPNA(PNAPartyIdentification value)
value - allowed object is
PNAPartyIdentificationpublic 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<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<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 PDIPersonDemographicInformation getPDI()
PDIPersonDemographicInformationpublic void setPDI(PDIPersonDemographicInformation value)
value - allowed object is
PDIPersonDemographicInformationpublic List<IHCPersonCharacteristic> getIHC()
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 ihc property.
For example, to add a new item, do as follows:
getIHC().add(newItem);
Objects of the following type(s) are allowed in the list
IHCPersonCharacteristic
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 MEDPID.SegGrp2.SegGrp5 withREL(RELRelationship value)
public MEDPID.SegGrp2.SegGrp5 withPNA(PNAPartyIdentification value)
public MEDPID.SegGrp2.SegGrp5 withADR(ADRAddress... values)
public MEDPID.SegGrp2.SegGrp5 withADR(Collection<ADRAddress> values)
public MEDPID.SegGrp2.SegGrp5 withRFF(RFFReference... values)
public MEDPID.SegGrp2.SegGrp5 withRFF(Collection<RFFReference> values)
public MEDPID.SegGrp2.SegGrp5 withDTM(DTMDateTimePeriod... values)
public MEDPID.SegGrp2.SegGrp5 withDTM(Collection<DTMDateTimePeriod> values)
public MEDPID.SegGrp2.SegGrp5 withPDI(PDIPersonDemographicInformation value)
public MEDPID.SegGrp2.SegGrp5 withIHC(IHCPersonCharacteristic... values)
public MEDPID.SegGrp2.SegGrp5 withIHC(Collection<IHCPersonCharacteristic> values)
public MEDPID.SegGrp2.SegGrp5 withNAT(NATNationality... values)
public MEDPID.SegGrp2.SegGrp5 withNAT(Collection<NATNationality> values)
public MEDPID.SegGrp2.SegGrp5 withLAN(LANLanguage... values)
public MEDPID.SegGrp2.SegGrp5 withLAN(Collection<LANLanguage> values)
Copyright © 2020. All rights reserved.