|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.EmployeeInfo
public class EmployeeInfo
Employment identification; using an employee ID number, title, level within the company, and an indication of their status (e.g., active, retired, on leave, or terminated from employment). Additional information about an employee can be entered into the element, including the name of the employee, if it differs from the person name identified as a customer or contact. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="EmployeeInfoType"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute type="xs:string" name="EmployeeId"/> <xs:attribute type="xs:string" name="EmployeeLevel"/> <xs:attribute type="xs:string" name="EmployeeTitle"/> <xs:attribute type="xs:string" use="optional" name="EmployeeStatus"/> </xs:extension> </xs:simpleContent> </xs:complexType>
Constructor Summary | |
---|---|
EmployeeInfo()
|
Method Summary | |
---|---|
java.lang.String |
getEmployeeId()
Get the 'EmployeeId' attribute value. |
java.lang.String |
getEmployeeLevel()
Get the 'EmployeeLevel' attribute value. |
java.lang.String |
getEmployeeStatus()
Get the 'EmployeeStatus' attribute value. |
java.lang.String |
getEmployeeTitle()
Get the 'EmployeeTitle' attribute value. |
java.lang.String |
getString()
Get the extension value. |
void |
setEmployeeId(java.lang.String employeeId)
Set the 'EmployeeId' attribute value. |
void |
setEmployeeLevel(java.lang.String employeeLevel)
Set the 'EmployeeLevel' attribute value. |
void |
setEmployeeStatus(java.lang.String employeeStatus)
Set the 'EmployeeStatus' attribute value. |
void |
setEmployeeTitle(java.lang.String employeeTitle)
Set the 'EmployeeTitle' attribute value. |
void |
setString(java.lang.String string)
Set the extension value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmployeeInfo()
Method Detail |
---|
public java.lang.String getString()
public void setString(java.lang.String string)
string
- public java.lang.String getEmployeeId()
public void setEmployeeId(java.lang.String employeeId)
employeeId
- public java.lang.String getEmployeeLevel()
public void setEmployeeLevel(java.lang.String employeeLevel)
employeeLevel
- public java.lang.String getEmployeeTitle()
public void setEmployeeTitle(java.lang.String employeeTitle)
employeeTitle
- public java.lang.String getEmployeeStatus()
public void setEmployeeStatus(java.lang.String employeeStatus)
employeeStatus
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |