|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.golf.GolfCourseTeeTime
public class GolfCourseTeeTime
The GolfCourseTeeTime attributes include the range of dates and times for which the round (or rounds) are being requested, as well as information relating to the number of golfers, the number of holes requested, and the number of times. It also includes the maximum price permitted in the response. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="GolfCourseTeeTimeType"> <xs:sequence> <xs:element type="ns:MembershipsType" name="Memberships" minOccurs="0"/> <xs:element type="ns:FeesType" name="Fees" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> <xs:attribute type="xs:string" use="required" name="NumberOfGolfers"/> <xs:attribute type="xs:string" use="required" name="NumberOfHoles"/> <xs:attribute type="xs:string" use="required" name="NumberOfTimes"/> <xs:attribute type="xs:float" use="required" name="MaxPrice"/> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType>
Constructor Summary | |
---|---|
GolfCourseTeeTime()
|
Method Summary | |
---|---|
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
Fees |
getFees()
Get the 'Fees' element value. |
java.lang.Float |
getMaxPrice()
Get the 'MaxPrice' attribute value. |
Memberships |
getMemberships()
Get the 'Memberships' element value. |
java.lang.String |
getNumberOfGolfers()
Get the 'NumberOfGolfers' attribute value. |
java.lang.String |
getNumberOfHoles()
Get the 'NumberOfHoles' attribute value. |
java.lang.String |
getNumberOfTimes()
Get the 'NumberOfTimes' attribute value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setFees(Fees fees)
Set the 'Fees' element value. |
void |
setMaxPrice(java.lang.Float maxPrice)
Set the 'MaxPrice' attribute value. |
void |
setMemberships(Memberships memberships)
Set the 'Memberships' element value. |
void |
setNumberOfGolfers(java.lang.String numberOfGolfers)
Set the 'NumberOfGolfers' attribute value. |
void |
setNumberOfHoles(java.lang.String numberOfHoles)
Set the 'NumberOfHoles' attribute value. |
void |
setNumberOfTimes(java.lang.String numberOfTimes)
Set the 'NumberOfTimes' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GolfCourseTeeTime()
Method Detail |
---|
public Memberships getMemberships()
public void setMemberships(Memberships memberships)
memberships
- public Fees getFees()
public void setFees(Fees fees)
fees
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public java.lang.String getNumberOfGolfers()
public void setNumberOfGolfers(java.lang.String numberOfGolfers)
numberOfGolfers
- public java.lang.String getNumberOfHoles()
public void setNumberOfHoles(java.lang.String numberOfHoles)
numberOfHoles
- public java.lang.String getNumberOfTimes()
public void setNumberOfTimes(java.lang.String numberOfTimes)
numberOfTimes
- public java.lang.Float getMaxPrice()
public void setMaxPrice(java.lang.Float maxPrice)
maxPrice
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |