|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.golf.GolfCourseRes.Round
public static class GolfCourseRes.Round
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" type="ns:RoundType" name="Round" maxOccurs="99"/> <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RoundType"> <xs:sequence> <xs:element name="Charges" minOccurs="0"> <!-- Reference to inner class Charges --> </xs:element> <xs:element type="ns:CancelRuleType" name="Cancel" minOccurs="0"/> <xs:element name="Golfers" minOccurs="0"> <!-- Reference to inner class Golfers --> </xs:element> <xs:element name="RateQualifiers" minOccurs="0"> <!-- Reference to inner class RateQualifiers --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="RoundID"/> <xs:attribute type="xs:string" use="optional" name="PlayDateTime"/> <xs:attribute type="xs:string" use="optional" name="NumberOfGolfers"/> <xs:attribute type="xs:string" use="optional" name="PackageID"/> <xs:attribute type="xs:string" use="optional" name="StartingTee"/> <xs:attribute type="xs:string" use="optional" name="NumberOfCarts"/> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
GolfCourseRes.Round.Charges
Schema fragment(s) for this class: |
static class |
GolfCourseRes.Round.Golfers
Schema fragment(s) for this class: |
static class |
GolfCourseRes.Round.RateQualifiers
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
GolfCourseRes.Round()
|
Method Summary | |
---|---|
CancelRule |
getCancel()
Get the 'Cancel' element value. |
GolfCourseRes.Round.Charges |
getCharges()
Get the 'Charges' element value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
GolfCourseRes.Round.Golfers |
getGolfers()
Get the 'Golfers' element value. |
java.lang.String |
getNumberOfCarts()
Get the 'NumberOfCarts' attribute value. |
java.lang.String |
getNumberOfGolfers()
Get the 'NumberOfGolfers' attribute value. |
java.lang.String |
getPackageID()
Get the 'PackageID' attribute value. |
java.lang.String |
getPlayDateTime()
Get the 'PlayDateTime' attribute value. |
GolfCourseRes.Round.RateQualifiers |
getRateQualifiers()
Get the 'RateQualifiers' element value. |
java.lang.String |
getRoundID()
Get the 'RoundID' attribute value. |
java.lang.String |
getStartingTee()
Get the 'StartingTee' attribute value. |
void |
setCancel(CancelRule cancel)
Set the 'Cancel' element value. |
void |
setCharges(GolfCourseRes.Round.Charges charges)
Set the 'Charges' element value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setGolfers(GolfCourseRes.Round.Golfers golfers)
Set the 'Golfers' element value. |
void |
setNumberOfCarts(java.lang.String numberOfCarts)
Set the 'NumberOfCarts' attribute value. |
void |
setNumberOfGolfers(java.lang.String numberOfGolfers)
Set the 'NumberOfGolfers' attribute value. |
void |
setPackageID(java.lang.String packageID)
Set the 'PackageID' attribute value. |
void |
setPlayDateTime(java.lang.String playDateTime)
Set the 'PlayDateTime' attribute value. |
void |
setRateQualifiers(GolfCourseRes.Round.RateQualifiers rateQualifiers)
Set the 'RateQualifiers' element value. |
void |
setRoundID(java.lang.String roundID)
Set the 'RoundID' attribute value. |
void |
setStartingTee(java.lang.String startingTee)
Set the 'StartingTee' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GolfCourseRes.Round()
Method Detail |
---|
public GolfCourseRes.Round.Charges getCharges()
public void setCharges(GolfCourseRes.Round.Charges charges)
charges
- public CancelRule getCancel()
public void setCancel(CancelRule cancel)
cancel
- public GolfCourseRes.Round.Golfers getGolfers()
public void setGolfers(GolfCourseRes.Round.Golfers golfers)
golfers
- public GolfCourseRes.Round.RateQualifiers getRateQualifiers()
public void setRateQualifiers(GolfCourseRes.Round.RateQualifiers rateQualifiers)
rateQualifiers
- public java.lang.String getRoundID()
public void setRoundID(java.lang.String roundID)
roundID
- public java.lang.String getPlayDateTime()
public void setPlayDateTime(java.lang.String playDateTime)
playDateTime
- public java.lang.String getNumberOfGolfers()
public void setNumberOfGolfers(java.lang.String numberOfGolfers)
numberOfGolfers
- public java.lang.String getPackageID()
public void setPackageID(java.lang.String packageID)
packageID
- public java.lang.String getStartingTee()
public void setStartingTee(java.lang.String startingTee)
startingTee
- public java.lang.String getNumberOfCarts()
public void setNumberOfCarts(java.lang.String numberOfCarts)
numberOfCarts
- 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 |