org.ota.golf
Class CourseAvailRQ

java.lang.Object
  extended by org.ota.golf.CourseAvailRQ

public class CourseAvailRQ
extends java.lang.Object

The OTA_CourseAvailRQ message is used to request availability at a known single course for one or more potential tee times. The specific information about the golfer or golfers is necessary in order to validate booking rules and set rates. 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="OTA_GolfCourseAvailRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:GolfCourseTeeTimesType" name="GolfCourseTeeTimes"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
     <xs:attribute type="xs:boolean" use="optional" name="SummaryOnly"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CourseAvailRQ()
           
 
Method Summary
 GolfCourseTeeTimes getGolfCourseTeeTimes()
          Get the 'GolfCourseTeeTimes' element value.
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 java.lang.Boolean getSummaryOnly()
          Get the 'SummaryOnly' attribute value.
 void setGolfCourseTeeTimes(GolfCourseTeeTimes golfCourseTeeTimes)
          Set the 'GolfCourseTeeTimes' element value.
 void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setSummaryOnly(java.lang.Boolean summaryOnly)
          Set the 'SummaryOnly' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseAvailRQ

public CourseAvailRQ()
Method Detail

getGolfCourseTeeTimes

public GolfCourseTeeTimes getGolfCourseTeeTimes()
Get the 'GolfCourseTeeTimes' element value.

Returns:
value

setGolfCourseTeeTimes

public void setGolfCourseTeeTimes(GolfCourseTeeTimes golfCourseTeeTimes)
Set the 'GolfCourseTeeTimes' element value.

Parameters:
golfCourseTeeTimes -

getOTAPayloadStdAttributes

public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value.

Returns:
value

setOTAPayloadStdAttributes

public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value.

Parameters:
OTAPayloadStdAttributes -

getSummaryOnly

public java.lang.Boolean getSummaryOnly()
Get the 'SummaryOnly' attribute value.

Returns:
value

setSummaryOnly

public void setSummaryOnly(java.lang.Boolean summaryOnly)
Set the 'SummaryOnly' attribute value.

Parameters:
summaryOnly -