|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.misc.ResRetrieveRS.ReservationsList.GolfReservation
public static class ResRetrieveRS.ReservationsList.GolfReservation
One line in a list of golf reservations. It contains the reservation id's, golf course and round id, date and time of play, package id, membership info, and golfer name. 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="GolfReservation" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="Membership" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:CustomerLoyaltyGroup"/> </xs:complexType> </xs:element> <xs:element type="ns:PersonNameType" name="Name"/> </xs:sequence> <xs:attributeGroup ref="ns:ID_Group"/> <xs:attribute type="xs:string" use="required" name="RoundID"/> <xs:attribute type="xs:string" use="required" name="PlayDateTime"/> <xs:attribute type="xs:string" use="optional" name="PackageID"/> <xs:attribute type="xs:string" use="optional" name="RequestorResID"/> <xs:attribute type="xs:string" use="required" name="ResponderResConfID"/> </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 | |
---|---|
ResRetrieveRS.ReservationsList.GolfReservation()
|
Method Summary | |
---|---|
java.lang.String |
getID()
Get the 'ID' attribute value. |
CustomerLoyaltyGroup |
getMembership()
Get the 'CustomerLoyaltyGroup' attributeGroup value. |
PersonName |
getName()
Get the 'Name' element value. |
java.lang.String |
getPackageID()
Get the 'PackageID' attribute value. |
java.lang.String |
getPlayDateTime()
Get the 'PlayDateTime' attribute value. |
java.lang.String |
getRequestorResID()
Get the 'RequestorResID' attribute value. |
java.lang.String |
getResponderResConfID()
Get the 'ResponderResConfID' attribute value. |
java.lang.String |
getRoundID()
Get the 'RoundID' attribute value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setMembership(CustomerLoyaltyGroup membership)
Set the 'CustomerLoyaltyGroup' attributeGroup value. |
void |
setName(PersonName name)
Set the 'Name' element value. |
void |
setPackageID(java.lang.String packageID)
Set the 'PackageID' attribute value. |
void |
setPlayDateTime(java.lang.String playDateTime)
Set the 'PlayDateTime' attribute value. |
void |
setRequestorResID(java.lang.String requestorResID)
Set the 'RequestorResID' attribute value. |
void |
setResponderResConfID(java.lang.String responderResConfID)
Set the 'ResponderResConfID' attribute value. |
void |
setRoundID(java.lang.String roundID)
Set the 'RoundID' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResRetrieveRS.ReservationsList.GolfReservation()
Method Detail |
---|
public CustomerLoyaltyGroup getMembership()
public void setMembership(CustomerLoyaltyGroup membership)
membership
- public PersonName getName()
public void setName(PersonName name)
name
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
- 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 getPackageID()
public void setPackageID(java.lang.String packageID)
packageID
- public java.lang.String getRequestorResID()
public void setRequestorResID(java.lang.String requestorResID)
requestorResID
- public java.lang.String getResponderResConfID()
public void setResponderResConfID(java.lang.String responderResConfID)
responderResConfID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |