org.ota.hotel
Class HotelDescriptiveInfoRequest.Policies
java.lang.Object
org.ota.hotel.HotelDescriptiveInfoRequest.Policies
- Enclosing class:
- HotelDescriptiveInfoRequest
public static class HotelDescriptiveInfoRequest.Policies
- extends java.lang.Object
Is used to the indicate whether policy information is being requested.
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="Policies" minOccurs="0">
<xs:complexType>
<xs:attribute type="xs:boolean" use="optional" name="SendPolicies"/>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.Boolean |
getSendPolicies()
Get the 'SendPolicies' attribute value. |
void |
setSendPolicies(java.lang.Boolean sendPolicies)
Set the 'SendPolicies' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotelDescriptiveInfoRequest.Policies
public HotelDescriptiveInfoRequest.Policies()
getSendPolicies
public java.lang.Boolean getSendPolicies()
- Get the 'SendPolicies' attribute value. Send this data. "True" means send the data.
- Returns:
- value
setSendPolicies
public void setSendPolicies(java.lang.Boolean sendPolicies)
- Set the 'SendPolicies' attribute value. Send this data. "True" means send the data.
- Parameters:
sendPolicies
-