|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.LocDetailRQ.ResponseFilter
public static class LocDetailRQ.ResponseFilter
This is used to limit the reponse information to certain criteria. Absence of this element indicates that all vehicle location detail information should be returned. 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="ResponseFilter" minOccurs="0"> <xs:complexType> <xs:attribute type="xs:boolean" use="optional" name="LocationAddressPhoneIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="LocationInfoIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="VehiclesIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="RequirementsIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="AdditionalFeesIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="LiabilitiesIndicator"/> <xs:attribute type="xs:boolean" use="optional" name="ServicesOfferedIndicator"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
LocDetailRQ.ResponseFilter()
|
Method Summary | |
---|---|
java.lang.Boolean |
getAdditionalFeesIndicator()
Get the 'AdditionalFeesIndicator' attribute value. |
java.lang.Boolean |
getLiabilitiesIndicator()
Get the 'LiabilitiesIndicator' attribute value. |
java.lang.Boolean |
getLocationAddressPhoneIndicator()
Get the 'LocationAddressPhoneIndicator' attribute value. |
java.lang.Boolean |
getLocationInfoIndicator()
Get the 'LocationInfoIndicator' attribute value. |
java.lang.Boolean |
getRequirementsIndicator()
Get the 'RequirementsIndicator' attribute value. |
java.lang.Boolean |
getServicesOfferedIndicator()
Get the 'ServicesOfferedIndicator' attribute value. |
java.lang.Boolean |
getVehiclesIndicator()
Get the 'VehiclesIndicator' attribute value. |
void |
setAdditionalFeesIndicator(java.lang.Boolean additionalFeesIndicator)
Set the 'AdditionalFeesIndicator' attribute value. |
void |
setLiabilitiesIndicator(java.lang.Boolean liabilitiesIndicator)
Set the 'LiabilitiesIndicator' attribute value. |
void |
setLocationAddressPhoneIndicator(java.lang.Boolean locationAddressPhoneIndicator)
Set the 'LocationAddressPhoneIndicator' attribute value. |
void |
setLocationInfoIndicator(java.lang.Boolean locationInfoIndicator)
Set the 'LocationInfoIndicator' attribute value. |
void |
setRequirementsIndicator(java.lang.Boolean requirementsIndicator)
Set the 'RequirementsIndicator' attribute value. |
void |
setServicesOfferedIndicator(java.lang.Boolean servicesOfferedIndicator)
Set the 'ServicesOfferedIndicator' attribute value. |
void |
setVehiclesIndicator(java.lang.Boolean vehiclesIndicator)
Set the 'VehiclesIndicator' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LocDetailRQ.ResponseFilter()
Method Detail |
---|
public java.lang.Boolean getLocationAddressPhoneIndicator()
public void setLocationAddressPhoneIndicator(java.lang.Boolean locationAddressPhoneIndicator)
locationAddressPhoneIndicator
- public java.lang.Boolean getLocationInfoIndicator()
public void setLocationInfoIndicator(java.lang.Boolean locationInfoIndicator)
locationInfoIndicator
- public java.lang.Boolean getVehiclesIndicator()
public void setVehiclesIndicator(java.lang.Boolean vehiclesIndicator)
vehiclesIndicator
- public java.lang.Boolean getRequirementsIndicator()
public void setRequirementsIndicator(java.lang.Boolean requirementsIndicator)
requirementsIndicator
- public java.lang.Boolean getAdditionalFeesIndicator()
public void setAdditionalFeesIndicator(java.lang.Boolean additionalFeesIndicator)
additionalFeesIndicator
- public java.lang.Boolean getLiabilitiesIndicator()
public void setLiabilitiesIndicator(java.lang.Boolean liabilitiesIndicator)
liabilitiesIndicator
- public java.lang.Boolean getServicesOfferedIndicator()
public void setServicesOfferedIndicator(java.lang.Boolean servicesOfferedIndicator)
servicesOfferedIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |