org.ota.hotel
Class ResponseTypeGroup

java.lang.Object
  extended by org.ota.hotel.ResponseTypeGroup

public class ResponseTypeGroup
extends java.lang.Object

Indicates the type of data to be returned, either a list of hotel records or a list of area (city/reference) codes. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ResponseTypeGroup">
   <xs:attribute name="ResponseType">
     <xs:simpleType>
       <!-- Reference to inner class Response -->
     </xs:simpleType>
   </xs:attribute>
 </xs:attributeGroup>
 


Nested Class Summary
static class ResponseTypeGroup.Response
          Schema fragment(s) for this class:
 
Constructor Summary
ResponseTypeGroup()
           
 
Method Summary
 ResponseTypeGroup.Response getResponse()
          Get the 'ResponseType' attribute value.
 void setResponse(ResponseTypeGroup.Response response)
          Set the 'ResponseType' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponseTypeGroup

public ResponseTypeGroup()
Method Detail

getResponse

public ResponseTypeGroup.Response getResponse()
Get the 'ResponseType' attribute value. Defines whether the response is a propety list or an area list. PropertyList

Returns:
value

setResponse

public void setResponse(ResponseTypeGroup.Response response)
Set the 'ResponseType' attribute value. Defines whether the response is a propety list or an area list. PropertyList

Parameters:
response -