org.ota.profile
Class Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo

java.lang.Object
  extended by org.ota.profile.Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo
Enclosing class:
Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref

public static class Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo
extends java.lang.Object

Provides a tour code for airline staff. Schema fragment(s) for this class:

 <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StaffTourCodeInfo">
   <xs:complexType>
     <xs:attribute use="optional" name="StaffType">
       <xs:simpleType>
         <!-- Reference to inner class Staff -->
       </xs:simpleType>
     </xs:attribute>
     <xs:attribute type="xs:string" use="optional" name="EmployeeID"/>
     <xs:attribute type="xs:string" use="optional" name="VendorCode"/>
     <xs:attribute type="xs:string" use="optional" name="Description"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo.Staff
          Schema fragment(s) for this class:
 
Constructor Summary
Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo()
           
 
Method Summary
 java.lang.String getDescription()
          Get the 'Description' attribute value.
 java.lang.String getEmployeeID()
          Get the 'EmployeeID' attribute value.
 Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo.Staff getStaff()
          Get the 'StaffType' attribute value.
 java.lang.String getVendorCode()
          Get the 'VendorCode' attribute value.
 void setDescription(java.lang.String description)
          Set the 'Description' attribute value.
 void setEmployeeID(java.lang.String employeeID)
          Set the 'EmployeeID' attribute value.
 void setStaff(Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo.Staff staff)
          Set the 'StaffType' attribute value.
 void setVendorCode(java.lang.String vendorCode)
          Set the 'VendorCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo

public Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo()
Method Detail

getStaff

public Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo.Staff getStaff()
Get the 'StaffType' attribute value. Defines the type of staff covered by the TourCode.

Returns:
value

setStaff

public void setStaff(Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo.Staff staff)
Set the 'StaffType' attribute value. Defines the type of staff covered by the TourCode.

Parameters:
staff -

getEmployeeID

public java.lang.String getEmployeeID()
Get the 'EmployeeID' attribute value. Identifier of the staff member.

Returns:
value

setEmployeeID

public void setEmployeeID(java.lang.String employeeID)
Set the 'EmployeeID' attribute value. Identifier of the staff member.

Parameters:
employeeID -

getVendorCode

public java.lang.String getVendorCode()
Get the 'VendorCode' attribute value. The airline to which the EmployeeID is associated.

Returns:
value

setVendorCode

public void setVendorCode(java.lang.String vendorCode)
Set the 'VendorCode' attribute value. The airline to which the EmployeeID is associated.

Parameters:
vendorCode -

getDescription

public java.lang.String getDescription()
Get the 'Description' attribute value. Description of the staff tour code.

Returns:
value

setDescription

public void setDescription(java.lang.String description)
Set the 'Description' attribute value. Description of the staff tour code.

Parameters:
description -