public static class SSRECH.SegGrp3.SegGrp4 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="EMP" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}EMP-EmploymentDetails"/>
<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" minOccurs="0"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SegGrp4() |
| Modifier and Type | Method and Description |
|---|---|
ADRAddress |
getADR()
Gets the value of the adr property.
|
EMPEmploymentDetails |
getEMP()
Gets the value of the emp property.
|
PNAPartyIdentification |
getPNA()
Gets the value of the pna property.
|
void |
setADR(ADRAddress value)
Sets the value of the adr property.
|
void |
setEMP(EMPEmploymentDetails value)
Sets the value of the emp property.
|
void |
setPNA(PNAPartyIdentification value)
Sets the value of the pna property.
|
SSRECH.SegGrp3.SegGrp4 |
withADR(ADRAddress value) |
SSRECH.SegGrp3.SegGrp4 |
withEMP(EMPEmploymentDetails value) |
SSRECH.SegGrp3.SegGrp4 |
withPNA(PNAPartyIdentification value) |
public EMPEmploymentDetails getEMP()
EMPEmploymentDetailspublic void setEMP(EMPEmploymentDetails value)
value - allowed object is
EMPEmploymentDetailspublic PNAPartyIdentification getPNA()
PNAPartyIdentificationpublic void setPNA(PNAPartyIdentification value)
value - allowed object is
PNAPartyIdentificationpublic ADRAddress getADR()
ADRAddresspublic void setADR(ADRAddress value)
value - allowed object is
ADRAddresspublic SSRECH.SegGrp3.SegGrp4 withEMP(EMPEmploymentDetails value)
public SSRECH.SegGrp3.SegGrp4 withPNA(PNAPartyIdentification value)
public SSRECH.SegGrp3.SegGrp4 withADR(ADRAddress value)
Copyright © 2020. All rights reserved.