public static class MEDPRE.SegGrp1 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="SEQ" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SEQ-SequenceDetails"/>
<element name="PNA" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}PNA-PartyIdentification" maxOccurs="9" minOccurs="0"/>
<element name="IDE" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}IDE-Identity" maxOccurs="9" minOccurs="0"/>
<element name="SPR" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}SPR-OrganisationClassificationDetails" 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="EMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EMP-EmploymentDetails" 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="RFF" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}RFF-Reference" minOccurs="0"/>
</sequence>
<element name="SegGrp-2" maxOccurs="9" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence>
<element name="DOC" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}DOC-DocumentMessageDetails"/>
<element name="COM" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}COM-CommunicationContact" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MEDPRE.SegGrp1.SegGrp2
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
SegGrp1() |
public SEQSequenceDetails getSEQ()
SEQSequenceDetailspublic void setSEQ(SEQSequenceDetails value)
value - allowed object is
SEQSequenceDetailspublic 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 List<IDEIdentity> getIDE()
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 ide property.
For example, to add a new item, do as follows:
getIDE().add(newItem);
Objects of the following type(s) are allowed in the list
IDEIdentity
public List<SPROrganisationClassificationDetails> getSPR()
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 spr property.
For example, to add a new item, do as follows:
getSPR().add(newItem);
Objects of the following type(s) are allowed in the list
SPROrganisationClassificationDetails
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 EMPEmploymentDetails getEMP()
EMPEmploymentDetailspublic void setEMP(EMPEmploymentDetails value)
value - allowed object is
EMPEmploymentDetailspublic 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 RFFReference getRFF()
RFFReferencepublic void setRFF(RFFReference value)
value - allowed object is
RFFReferencepublic List<MEDPRE.SegGrp1.SegGrp2> getSegGrp2()
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 segGrp2 property.
For example, to add a new item, do as follows:
getSegGrp2().add(newItem);
Objects of the following type(s) are allowed in the list
.SegGrp2
public MEDPRE.SegGrp1 withSEQ(SEQSequenceDetails value)
public MEDPRE.SegGrp1 withPNA(PNAPartyIdentification... values)
public MEDPRE.SegGrp1 withPNA(Collection<PNAPartyIdentification> values)
public MEDPRE.SegGrp1 withIDE(IDEIdentity... values)
public MEDPRE.SegGrp1 withIDE(Collection<IDEIdentity> values)
public MEDPRE.SegGrp1 withSPR(SPROrganisationClassificationDetails... values)
public MEDPRE.SegGrp1 withSPR(Collection<SPROrganisationClassificationDetails> values)
public MEDPRE.SegGrp1 withQUA(QUAQualification... values)
public MEDPRE.SegGrp1 withQUA(Collection<QUAQualification> values)
public MEDPRE.SegGrp1 withEMP(EMPEmploymentDetails value)
public MEDPRE.SegGrp1 withADR(ADRAddress value)
public MEDPRE.SegGrp1 withCOM(COMCommunicationContact... values)
public MEDPRE.SegGrp1 withCOM(Collection<COMCommunicationContact> values)
public MEDPRE.SegGrp1 withRFF(RFFReference value)
public MEDPRE.SegGrp1 withSegGrp2(MEDPRE.SegGrp1.SegGrp2... values)
public MEDPRE.SegGrp1 withSegGrp2(Collection<MEDPRE.SegGrp1.SegGrp2> values)
Copyright © 2020. All rights reserved.