org.ota.hotel
Class BasicPropertyInfo.Service

java.lang.Object
  extended by org.ota.hotel.BasicPropertyInfo.Service
Enclosing class:
BasicPropertyInfo

public static class BasicPropertyInfo.Service
extends java.lang.Object

Identifies services of interest. 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="Service" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="BusinessServiceCode"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
BasicPropertyInfo.Service()
           
 
Method Summary
 java.lang.String getBusinessServiceCode()
          Get the 'BusinessServiceCode' attribute value.
 void setBusinessServiceCode(java.lang.String businessServiceCode)
          Set the 'BusinessServiceCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPropertyInfo.Service

public BasicPropertyInfo.Service()
Method Detail

getBusinessServiceCode

public java.lang.String getBusinessServiceCode()
Get the 'BusinessServiceCode' attribute value. Used to identify a specific business service. Refer to OpenTravel Code list Business Srvc Type (BUS).

Returns:
value

setBusinessServiceCode

public void setBusinessServiceCode(java.lang.String businessServiceCode)
Set the 'BusinessServiceCode' attribute value. Used to identify a specific business service. Refer to OpenTravel Code list Business Srvc Type (BUS).

Parameters:
businessServiceCode -