org.ota.hotel
Class ResponseTypeGroup
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseTypeGroup
public ResponseTypeGroup()
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
-