public static class MEDPRE.SegGrp3.SegGrp6 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" maxOccurs="9"/>
<element name="PDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PDI-PersonDemographicInformation" minOccurs="0"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" minOccurs="0"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" maxOccurs="9" minOccurs="0"/>
<element name="LAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}LAN-Language" minOccurs="0"/>
<element name="CAV" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}CAV-CharacteristicValue" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp6() |
public RELRelationship getREL()
RELRelationshippublic void setREL(RELRelationship value)
value - allowed object is
RELRelationshippublic List<PNAPartyIdentification> getPNA()
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 pna property.
For example, to add a new item, do as follows:
getPNA().add(newItem);
Objects of the following type(s) are allowed in the list
PNAPartyIdentification
public PDIPersonDemographicInformation getPDI()
PDIPersonDemographicInformationpublic void setPDI(PDIPersonDemographicInformation value)
value - allowed object is
PDIPersonDemographicInformationpublic ADRAddress getADR()
ADRAddresspublic void setADR(ADRAddress value)
value - allowed object is
ADRAddresspublic 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 LANLanguage getLAN()
LANLanguagepublic void setLAN(LANLanguage value)
value - allowed object is
LANLanguagepublic CAVCharacteristicValue getCAV()
CAVCharacteristicValuepublic void setCAV(CAVCharacteristicValue value)
value - allowed object is
CAVCharacteristicValuepublic MEDPRE.SegGrp3.SegGrp6 withREL(RELRelationship value)
public MEDPRE.SegGrp3.SegGrp6 withPNA(PNAPartyIdentification... values)
public MEDPRE.SegGrp3.SegGrp6 withPNA(Collection<PNAPartyIdentification> values)
public MEDPRE.SegGrp3.SegGrp6 withPDI(PDIPersonDemographicInformation value)
public MEDPRE.SegGrp3.SegGrp6 withADR(ADRAddress value)
public MEDPRE.SegGrp3.SegGrp6 withCOM(COMCommunicationContact... values)
public MEDPRE.SegGrp3.SegGrp6 withCOM(Collection<COMCommunicationContact> values)
public MEDPRE.SegGrp3.SegGrp6 withLAN(LANLanguage value)
public MEDPRE.SegGrp3.SegGrp6 withCAV(CAVCharacteristicValue value)
Copyright © 2020. All rights reserved.