|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.golf.CourseResRQ
public class CourseResRQ
The OTA_CourseResRQ message is used to request a reservation 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. Where the booking entity has the authority to take a reservation without a request (from an existing block) then the Notification boolean will be set to "Yes". 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_GolfCourseResRQ"> <xs:complexType> <xs:sequence> <xs:element name="GolfCoursesRes"> <xs:complexType> <xs:sequence> <xs:element type="ns:GolfCourseResType" name="GolfCourseRes" maxOccurs="99"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> <xs:attributeGroup ref="ns:ID_Group"/> <xs:attribute type="xs:boolean" use="required" name="Notification"/> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_Group"> <xs:attribute type="xs:string" use="required" name="ID"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
CourseResRQ()
|
Method Summary | |
---|---|
void |
addGolfCourseRe(GolfCourseRes item)
Add a 'GolfCourseRes' element item. |
void |
clearGolfCourseRes()
Remove all 'GolfCourseRes' element items. |
GolfCourseRes |
getGolfCourseRe(int index)
Get 'GolfCourseRes' element item by position. |
java.util.List<GolfCourseRes> |
getGolfCourseRes()
Get the list of 'GolfCourseRes' element items. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
boolean |
isNotification()
Get the 'Notification' attribute value. |
void |
setGolfCourseRes(java.util.List<GolfCourseRes> list)
Set the list of 'GolfCourseRes' element items. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setNotification(boolean notification)
Set the 'Notification' attribute value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
int |
sizeGolfCourseRes()
Get the number of 'GolfCourseRes' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CourseResRQ()
Method Detail |
---|
public java.util.List<GolfCourseRes> getGolfCourseRes()
public void setGolfCourseRes(java.util.List<GolfCourseRes> list)
list
- public int sizeGolfCourseRes()
public void addGolfCourseRe(GolfCourseRes item)
item
- public GolfCourseRes getGolfCourseRe(int index)
index
-
public void clearGolfCourseRes()
public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- public boolean isNotification()
public void setNotification(boolean notification)
notification
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |