|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.Sites.Site
public static class RFPMeetingRQ.RFPRequestSegment.Sites.Site
Specifies an individual destination of the request. 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="Site" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="ContactInfos" minOccurs="0"> <!-- Reference to inner class ContactInfos --> </xs:element> <xs:element name="Promotions" minOccurs="0"> <!-- Reference to inner class Promotions --> </xs:element> <xs:element name="AdditionalInfos" minOccurs="0"> <!-- Reference to inner class AdditionalInfos --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:HotelReferenceGroup"/> <xs:attribute type="xs:string" use="optional" name="ApproxSiteInspectionDate"/> <xs:attribute type="xs:int" use="optional" name="SiteInspectionAttendeeQuantity"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
RFPMeetingRQ.RFPRequestSegment.Sites.Site.AdditionalInfos
A collection of additional information requests. |
static class |
RFPMeetingRQ.RFPRequestSegment.Sites.Site.ContactInfos
A collection of contacts (e.g. |
static class |
RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions
A collection of promotions that have similar date criteria as the meeting dates. |
Constructor Summary | |
---|---|
RFPMeetingRQ.RFPRequestSegment.Sites.Site()
|
Method Summary | |
---|---|
RFPMeetingRQ.RFPRequestSegment.Sites.Site.AdditionalInfos |
getAdditionalInfos()
Get the 'AdditionalInfos' element value. |
java.lang.String |
getApproxSiteInspectionDate()
Get the 'ApproxSiteInspectionDate' attribute value. |
RFPMeetingRQ.RFPRequestSegment.Sites.Site.ContactInfos |
getContactInfos()
Get the 'ContactInfos' element value. |
HotelReferenceGroup |
getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. |
RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions |
getPromotions()
Get the 'Promotions' element value. |
java.lang.Integer |
getSiteInspectionAttendeeQuantity()
Get the 'SiteInspectionAttendeeQuantity' attribute value. |
void |
setAdditionalInfos(RFPMeetingRQ.RFPRequestSegment.Sites.Site.AdditionalInfos additionalInfos)
Set the 'AdditionalInfos' element value. |
void |
setApproxSiteInspectionDate(java.lang.String approxSiteInspectionDate)
Set the 'ApproxSiteInspectionDate' attribute value. |
void |
setContactInfos(RFPMeetingRQ.RFPRequestSegment.Sites.Site.ContactInfos contactInfos)
Set the 'ContactInfos' element value. |
void |
setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setPromotions(RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions promotions)
Set the 'Promotions' element value. |
void |
setSiteInspectionAttendeeQuantity(java.lang.Integer siteInspectionAttendeeQuantity)
Set the 'SiteInspectionAttendeeQuantity' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPMeetingRQ.RFPRequestSegment.Sites.Site()
Method Detail |
---|
public RFPMeetingRQ.RFPRequestSegment.Sites.Site.ContactInfos getContactInfos()
public void setContactInfos(RFPMeetingRQ.RFPRequestSegment.Sites.Site.ContactInfos contactInfos)
contactInfos
- public RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions getPromotions()
public void setPromotions(RFPMeetingRQ.RFPRequestSegment.Sites.Site.Promotions promotions)
promotions
- public RFPMeetingRQ.RFPRequestSegment.Sites.Site.AdditionalInfos getAdditionalInfos()
public void setAdditionalInfos(RFPMeetingRQ.RFPRequestSegment.Sites.Site.AdditionalInfos additionalInfos)
additionalInfos
- public HotelReferenceGroup getHotelReferenceGroup()
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
hotelReferenceGroup
- public java.lang.String getApproxSiteInspectionDate()
public void setApproxSiteInspectionDate(java.lang.String approxSiteInspectionDate)
approxSiteInspectionDate
- public java.lang.Integer getSiteInspectionAttendeeQuantity()
public void setSiteInspectionAttendeeQuantity(java.lang.Integer siteInspectionAttendeeQuantity)
siteInspectionAttendeeQuantity
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |