|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode.GDSCodeDetails.GDSCodeDetail
public static class HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode.GDSCodeDetails.GDSCodeDetail
This holds detailed information pertaining to the agencies authorized to book this rate. 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="GDS_CodeDetail" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute type="xs:string" use="optional" name="PseudoCityCode"/>
<xs:attribute type="xs:string" use="optional" name="AgencyName"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode.GDSCodeDetails.GDSCodeDetail()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAgencyName()
Get the 'AgencyName' attribute value. |
java.lang.String |
getPseudoCityCode()
Get the 'PseudoCityCode' attribute value. |
void |
setAgencyName(java.lang.String agencyName)
Set the 'AgencyName' attribute value. |
void |
setPseudoCityCode(java.lang.String pseudoCityCode)
Set the 'PseudoCityCode' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HotelDescriptiveContent.GDSInfo.GDSCodes.GDSCode.GDSCodeDetails.GDSCodeDetail()
| Method Detail |
|---|
public java.lang.String getPseudoCityCode()
public void setPseudoCityCode(java.lang.String pseudoCityCode)
pseudoCityCode - public java.lang.String getAgencyName()
public void setAgencyName(java.lang.String agencyName)
agencyName -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||