public static class MEDRUC.SegGrp7.SegGrp10 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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" maxOccurs="99" minOccurs="0"/>
<element name="ADR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}ADR-Address" 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="99" minOccurs="0"/>
<element name="PDI" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PDI-PersonDemographicInformation" minOccurs="0"/>
<element name="RSL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RSL-Result" 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="HAN" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}HAN-HandlingInstructions" maxOccurs="9" minOccurs="0"/>
<element name="REL" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}REL-Relationship" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp10() |
public PNAPartyIdentification getPNA()
PNAPartyIdentificationpublic void setPNA(PNAPartyIdentification value)
value - allowed object is
PNAPartyIdentificationpublic 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<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<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 PDIPersonDemographicInformation getPDI()
PDIPersonDemographicInformationpublic void setPDI(PDIPersonDemographicInformation value)
value - allowed object is
PDIPersonDemographicInformationpublic List<RSLResult> getRSL()
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 rsl property.
For example, to add a new item, do as follows:
getRSL().add(newItem);
Objects of the following type(s) are allowed in the list
RSLResult
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 List<HANHandlingInstructions> getHAN()
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 han property.
For example, to add a new item, do as follows:
getHAN().add(newItem);
Objects of the following type(s) are allowed in the list
HANHandlingInstructions
public RELRelationship getREL()
RELRelationshippublic void setREL(RELRelationship value)
value - allowed object is
RELRelationshippublic MEDRUC.SegGrp7.SegGrp10 withPNA(PNAPartyIdentification value)
public MEDRUC.SegGrp7.SegGrp10 withRFF(RFFReference... values)
public MEDRUC.SegGrp7.SegGrp10 withRFF(Collection<RFFReference> values)
public MEDRUC.SegGrp7.SegGrp10 withADR(ADRAddress... values)
public MEDRUC.SegGrp7.SegGrp10 withADR(Collection<ADRAddress> values)
public MEDRUC.SegGrp7.SegGrp10 withCOM(COMCommunicationContact... values)
public MEDRUC.SegGrp7.SegGrp10 withCOM(Collection<COMCommunicationContact> values)
public MEDRUC.SegGrp7.SegGrp10 withDTM(DTMDateTimePeriod... values)
public MEDRUC.SegGrp7.SegGrp10 withDTM(Collection<DTMDateTimePeriod> values)
public MEDRUC.SegGrp7.SegGrp10 withPDI(PDIPersonDemographicInformation value)
public MEDRUC.SegGrp7.SegGrp10 withRSL(RSLResult... values)
public MEDRUC.SegGrp7.SegGrp10 withRSL(Collection<RSLResult> values)
public MEDRUC.SegGrp7.SegGrp10 withNAT(NATNationality... values)
public MEDRUC.SegGrp7.SegGrp10 withNAT(Collection<NATNationality> values)
public MEDRUC.SegGrp7.SegGrp10 withLAN(LANLanguage... values)
public MEDRUC.SegGrp7.SegGrp10 withLAN(Collection<LANLanguage> values)
public MEDRUC.SegGrp7.SegGrp10 withHAN(HANHandlingInstructions... values)
public MEDRUC.SegGrp7.SegGrp10 withHAN(Collection<HANHandlingInstructions> values)
public MEDRUC.SegGrp7.SegGrp10 withREL(RELRelationship value)
Copyright © 2020. All rights reserved.