|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.profile.Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo
public static class Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo
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 |
|---|
public Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo()
| Method Detail |
|---|
public Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo.Staff getStaff()
public void setStaff(Profile.PrefCollections.PrefCollection.AirlinePref.TourCodePref.StaffTourCodeInfo.Staff staff)
staff - public java.lang.String getEmployeeID()
public void setEmployeeID(java.lang.String employeeID)
employeeID - public java.lang.String getVendorCode()
public void setVendorCode(java.lang.String vendorCode)
vendorCode - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||