|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.ResGuests.ResGuest
public static class ResGuests.ResGuest
The ResGuest object contains the information about a guest associated with a reservation. 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="ResGuest" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:ProfilesType" name="Profiles" minOccurs="0"/> <xs:element type="ns:SpecialRequestType" name="SpecialRequests" minOccurs="0"/> <xs:element type="ns:CommentType" name="Comments" minOccurs="0"/> <xs:element type="ns:ServiceRPHsType" name="ServiceRPHs" minOccurs="0"/> <xs:element name="ProfileRPHs" minOccurs="0"> <!-- Reference to inner class ProfileRPHs --> </xs:element> <xs:element type="ns:TransportInfoType" name="ArrivalTransport" minOccurs="0"/> <xs:element type="ns:TransportInfoType" name="DepartureTransport" minOccurs="0"/> <xs:element type="ns:GuestCountType" name="GuestCounts" minOccurs="0"/> <xs:element type="ns:DateTimeSpanType" name="InHouseTimeSpan" minOccurs="0"/> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="ResGuestRPH"/> <xs:attribute type="xs:string" use="optional" name="AgeQualifyingCode"/> <xs:attribute type="xs:time" use="optional" name="ArrivalTime"/> <xs:attribute type="xs:time" use="optional" name="DepartureTime"/> <xs:attribute type="xs:string" use="optional" name="GroupEventCode"/> <xs:attribute type="xs:boolean" use="optional" name="VIP"/> <xs:attribute type="xs:boolean" use="optional" name="PrimaryIndicator"/> <xs:attribute type="xs:int" use="optional" name="Age"/> <xs:attributeGroup ref="ns:LocationGroup"/> <xs:attribute type="ns:ActionType" use="optional" name="Action"/> </xs:complexType> </xs:element> <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
Nested Class Summary | |
---|---|
static class |
ResGuests.ResGuest.ProfileRPHs
Collection of ProfileRPH. |
Constructor Summary | |
---|---|
ResGuests.ResGuest()
|
Method Summary | |
---|---|
Action |
getAction()
Get the 'Action' attribute value. |
java.lang.Integer |
getAge()
Get the 'Age' attribute value. |
java.lang.String |
getAgeQualifyingCode()
Get the 'AgeQualifyingCode' attribute value. |
java.sql.Time |
getArrivalTime()
Get the 'ArrivalTime' attribute value. |
TransportInfo |
getArrivalTransport()
Get the 'ArrivalTransport' element value. |
Comment |
getComments()
Get the 'Comments' element value. |
java.sql.Time |
getDepartureTime()
Get the 'DepartureTime' attribute value. |
TransportInfo |
getDepartureTransport()
Get the 'DepartureTransport' element value. |
java.lang.String |
getGroupEventCode()
Get the 'GroupEventCode' attribute value. |
GuestCount |
getGuestCounts()
Get the 'GuestCounts' element value. |
DateTimeSpan |
getInHouseTimeSpan()
Get the 'InHouseTimeSpan' element value. |
LocationGroup |
getLocationGroup()
Get the 'LocationGroup' attributeGroup value. |
java.lang.Boolean |
getPrimaryIndicator()
Get the 'PrimaryIndicator' attribute value. |
ResGuests.ResGuest.ProfileRPHs |
getProfileRPHs()
Get the 'ProfileRPHs' element value. |
Profiles |
getProfiles()
Get the 'Profiles' element value. |
java.lang.String |
getResGuestRPH()
Get the 'ResGuestRPH' attribute value. |
ServiceRPHs |
getServiceRPHs()
Get the 'ServiceRPHs' element value. |
SpecialRequest |
getSpecialRequests()
Get the 'SpecialRequests' element value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
java.lang.Boolean |
getVIP()
Get the 'VIP' attribute value. |
void |
setAction(Action action)
Set the 'Action' attribute value. |
void |
setAge(java.lang.Integer age)
Set the 'Age' attribute value. |
void |
setAgeQualifyingCode(java.lang.String ageQualifyingCode)
Set the 'AgeQualifyingCode' attribute value. |
void |
setArrivalTime(java.sql.Time arrivalTime)
Set the 'ArrivalTime' attribute value. |
void |
setArrivalTransport(TransportInfo arrivalTransport)
Set the 'ArrivalTransport' element value. |
void |
setComments(Comment comments)
Set the 'Comments' element value. |
void |
setDepartureTime(java.sql.Time departureTime)
Set the 'DepartureTime' attribute value. |
void |
setDepartureTransport(TransportInfo departureTransport)
Set the 'DepartureTransport' element value. |
void |
setGroupEventCode(java.lang.String groupEventCode)
Set the 'GroupEventCode' attribute value. |
void |
setGuestCounts(GuestCount guestCounts)
Set the 'GuestCounts' element value. |
void |
setInHouseTimeSpan(DateTimeSpan inHouseTimeSpan)
Set the 'InHouseTimeSpan' element value. |
void |
setLocationGroup(LocationGroup locationGroup)
Set the 'LocationGroup' attributeGroup value. |
void |
setPrimaryIndicator(java.lang.Boolean primaryIndicator)
Set the 'PrimaryIndicator' attribute value. |
void |
setProfileRPHs(ResGuests.ResGuest.ProfileRPHs profileRPHs)
Set the 'ProfileRPHs' element value. |
void |
setProfiles(Profiles profiles)
Set the 'Profiles' element value. |
void |
setResGuestRPH(java.lang.String resGuestRPH)
Set the 'ResGuestRPH' attribute value. |
void |
setServiceRPHs(ServiceRPHs serviceRPHs)
Set the 'ServiceRPHs' element value. |
void |
setSpecialRequests(SpecialRequest specialRequests)
Set the 'SpecialRequests' element value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
void |
setVIP(java.lang.Boolean VIP)
Set the 'VIP' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResGuests.ResGuest()
Method Detail |
---|
public Profiles getProfiles()
public void setProfiles(Profiles profiles)
profiles
- public SpecialRequest getSpecialRequests()
public void setSpecialRequests(SpecialRequest specialRequests)
specialRequests
- public Comment getComments()
public void setComments(Comment comments)
comments
- public ServiceRPHs getServiceRPHs()
public void setServiceRPHs(ServiceRPHs serviceRPHs)
serviceRPHs
- public ResGuests.ResGuest.ProfileRPHs getProfileRPHs()
public void setProfileRPHs(ResGuests.ResGuest.ProfileRPHs profileRPHs)
profileRPHs
- public TransportInfo getArrivalTransport()
public void setArrivalTransport(TransportInfo arrivalTransport)
arrivalTransport
- public TransportInfo getDepartureTransport()
public void setDepartureTransport(TransportInfo departureTransport)
departureTransport
- public GuestCount getGuestCounts()
public void setGuestCounts(GuestCount guestCounts)
guestCounts
- public DateTimeSpan getInHouseTimeSpan()
public void setInHouseTimeSpan(DateTimeSpan inHouseTimeSpan)
inHouseTimeSpan
- public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions
- public java.lang.String getResGuestRPH()
public void setResGuestRPH(java.lang.String resGuestRPH)
resGuestRPH
- public java.lang.String getAgeQualifyingCode()
public void setAgeQualifyingCode(java.lang.String ageQualifyingCode)
ageQualifyingCode
- public java.sql.Time getArrivalTime()
public void setArrivalTime(java.sql.Time arrivalTime)
arrivalTime
- public java.sql.Time getDepartureTime()
public void setDepartureTime(java.sql.Time departureTime)
departureTime
- public java.lang.String getGroupEventCode()
public void setGroupEventCode(java.lang.String groupEventCode)
groupEventCode
- public java.lang.Boolean getVIP()
public void setVIP(java.lang.Boolean VIP)
VIP
- public java.lang.Boolean getPrimaryIndicator()
public void setPrimaryIndicator(java.lang.Boolean primaryIndicator)
primaryIndicator
- public java.lang.Integer getAge()
public void setAge(java.lang.Integer age)
age
- public LocationGroup getLocationGroup()
public void setLocationGroup(LocationGroup locationGroup)
locationGroup
- public Action getAction()
public void setAction(Action action)
action
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |