public class EMPEmploymentDetails extends Object
Java class for EMP-EmploymentDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EMP-EmploymentDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="E9003" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9003-EmploymentDetailsCodeQualifier"/>
<element name="C948" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C948-EmploymentCategory" minOccurs="0"/>
<element name="C951" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C951-Occupation" minOccurs="0"/>
<element name="C950" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}C950-QualificationClassification" minOccurs="0"/>
<element name="E3480" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E3480-PersonJobTitle" minOccurs="0"/>
<element name="E9035" type="{http://www.ibm.com/dfdl/edi/un/edifact/D12B}E9035-QualificationApplicationAreaCode" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EMPEmploymentDetails() |
| Modifier and Type | Method and Description |
|---|---|
C948EmploymentCategory |
getC948()
Gets the value of the c948 property.
|
C950QualificationClassification |
getC950()
Gets the value of the c950 property.
|
C951Occupation |
getC951()
Gets the value of the c951 property.
|
String |
getE3480()
Gets the value of the e3480 property.
|
String |
getE9003()
Gets the value of the e9003 property.
|
String |
getE9035()
Gets the value of the e9035 property.
|
void |
setC948(C948EmploymentCategory value)
Sets the value of the c948 property.
|
void |
setC950(C950QualificationClassification value)
Sets the value of the c950 property.
|
void |
setC951(C951Occupation value)
Sets the value of the c951 property.
|
void |
setE3480(String value)
Sets the value of the e3480 property.
|
void |
setE9003(String value)
Sets the value of the e9003 property.
|
void |
setE9035(String value)
Sets the value of the e9035 property.
|
EMPEmploymentDetails |
withC948(C948EmploymentCategory value) |
EMPEmploymentDetails |
withC950(C950QualificationClassification value) |
EMPEmploymentDetails |
withC951(C951Occupation value) |
EMPEmploymentDetails |
withE3480(String value) |
EMPEmploymentDetails |
withE9003(String value) |
EMPEmploymentDetails |
withE9035(String value) |
public String getE9003()
Stringpublic void setE9003(String value)
value - allowed object is
Stringpublic C948EmploymentCategory getC948()
C948EmploymentCategorypublic void setC948(C948EmploymentCategory value)
value - allowed object is
C948EmploymentCategorypublic C951Occupation getC951()
C951Occupationpublic void setC951(C951Occupation value)
value - allowed object is
C951Occupationpublic C950QualificationClassification getC950()
C950QualificationClassificationpublic void setC950(C950QualificationClassification value)
value - allowed object is
C950QualificationClassificationpublic String getE3480()
Stringpublic void setE3480(String value)
value - allowed object is
Stringpublic String getE9035()
Stringpublic void setE9035(String value)
value - allowed object is
Stringpublic EMPEmploymentDetails withE9003(String value)
public EMPEmploymentDetails withC948(C948EmploymentCategory value)
public EMPEmploymentDetails withC951(C951Occupation value)
public EMPEmploymentDetails withC950(C950QualificationClassification value)
public EMPEmploymentDetails withE3480(String value)
public EMPEmploymentDetails withE9035(String value)
Copyright © 2020. All rights reserved.