org.ota.shared
Class EmployeeInfo

java.lang.Object
  extended by org.ota.shared.EmployeeInfo

public class EmployeeInfo
extends java.lang.Object

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

EmployeeInfo

public EmployeeInfo()
Method Detail

getString

public java.lang.String getString()
Get the extension value.

Returns:
value

setString

public void setString(java.lang.String string)
Set the extension value.

Parameters:
string -

getEmployeeId

public java.lang.String getEmployeeId()
Get the 'EmployeeId' attribute value. Identifier assigned to the employee.

Returns:
value

setEmployeeId

public void setEmployeeId(java.lang.String employeeId)
Set the 'EmployeeId' attribute value. Identifier assigned to the employee.

Parameters:
employeeId -

getEmployeeLevel

public java.lang.String getEmployeeLevel()
Get the 'EmployeeLevel' attribute value. Level in employer organization (e.g. seniority) that coveys privileges.

Returns:
value

setEmployeeLevel

public void setEmployeeLevel(java.lang.String employeeLevel)
Set the 'EmployeeLevel' attribute value. Level in employer organization (e.g. seniority) that coveys privileges.

Parameters:
employeeLevel -

getEmployeeTitle

public java.lang.String getEmployeeTitle()
Get the 'EmployeeTitle' attribute value. Title of employee in the employer company that conveys rank or privileges.

Returns:
value

setEmployeeTitle

public void setEmployeeTitle(java.lang.String employeeTitle)
Set the 'EmployeeTitle' attribute value. Title of employee in the employer company that conveys rank or privileges.

Parameters:
employeeTitle -

getEmployeeStatus

public java.lang.String getEmployeeStatus()
Get the 'EmployeeStatus' attribute value. Status of employment. Refer to OpenTravel Code List Employee Status (EMP).

Returns:
value

setEmployeeStatus

public void setEmployeeStatus(java.lang.String employeeStatus)
Set the 'EmployeeStatus' attribute value. Status of employment. Refer to OpenTravel Code List Employee Status (EMP).

Parameters:
employeeStatus -