|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPResponse.RFPResponseSegment.Sites.Site
public static class RFPResponse.RFPResponseSegment.Sites.Site
Specifies an individual destination of the response. 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 type="ns:RFP_ResponseDetailType" name="ResponseType" minOccurs="0"/> <xs:element name="ContactInfos" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:ContactPersonType" name="ContactInfo"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Dates" minOccurs="0"> <!-- Reference to inner class Dates --> </xs:element> <xs:element type="ns:ParagraphType" name="Comment" minOccurs="0" maxOccurs="5"/> <xs:element type="ns:UniqueID_Type" name="SiteID" minOccurs="0"/> <xs:element name="InsuranceInfos" minOccurs="0"> <!-- Reference to inner class InsuranceInfos --> </xs:element> <xs:element name="References" minOccurs="0"> <!-- Reference to inner class References --> </xs:element> <xs:element name="AdditionalInfos" minOccurs="0"> <!-- Reference to inner class AdditionalInfos --> </xs:element> <xs:element name="Answers" minOccurs="0"> <!-- Reference to inner class Answers --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:HotelReferenceGroup"/> <xs:attribute type="xs:boolean" use="optional" name="CrossSellIndicator"/> <xs:attribute type="xs:int" use="optional" name="SimilarEventCount"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
RFPResponse.RFPResponseSegment.Sites.Site.AdditionalInfos
Collection of additional information. |
static class |
RFPResponse.RFPResponseSegment.Sites.Site.Answers
A container for collecting answers to custom questions. |
static class |
RFPResponse.RFPResponseSegment.Sites.Site.Dates
A collection of inquiry dates. |
static class |
RFPResponse.RFPResponseSegment.Sites.Site.InsuranceInfos
A collection of Insurance Information Schema fragment(s) for this class: |
static class |
RFPResponse.RFPResponseSegment.Sites.Site.References
A collection of recommendation references. |
Constructor Summary | |
---|---|
RFPResponse.RFPResponseSegment.Sites.Site()
|
Method Summary | |
---|---|
void |
addComment(Paragraph item)
Add a 'Comment' element item. |
void |
clearComments()
Remove all 'Comment' element items. |
RFPResponse.RFPResponseSegment.Sites.Site.AdditionalInfos |
getAdditionalInfos()
Get the 'AdditionalInfos' element value. |
RFPResponse.RFPResponseSegment.Sites.Site.Answers |
getAnswers()
Get the 'Answers' element value. |
Paragraph |
getComment(int index)
Get 'Comment' element item by position. |
java.util.List<Paragraph> |
getComments()
Get the list of 'Comment' element items. |
ContactPerson |
getContactInfo()
Get the 'ContactInfo' element value. |
java.lang.Boolean |
getCrossSellIndicator()
Get the 'CrossSellIndicator' attribute value. |
RFPResponse.RFPResponseSegment.Sites.Site.Dates |
getDates()
Get the 'Dates' element value. |
HotelReferenceGroup |
getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. |
RFPResponse.RFPResponseSegment.Sites.Site.InsuranceInfos |
getInsuranceInfos()
Get the 'InsuranceInfos' element value. |
RFPResponse.RFPResponseSegment.Sites.Site.References |
getReferences()
Get the 'References' element value. |
RFPResponseDetail |
getResponse()
Get the 'ResponseType' element value. |
java.lang.Integer |
getSimilarEventCount()
Get the 'SimilarEventCount' attribute value. |
UniqueID |
getSiteID()
Get the 'SiteID' element value. |
void |
setAdditionalInfos(RFPResponse.RFPResponseSegment.Sites.Site.AdditionalInfos additionalInfos)
Set the 'AdditionalInfos' element value. |
void |
setAnswers(RFPResponse.RFPResponseSegment.Sites.Site.Answers answers)
Set the 'Answers' element value. |
void |
setComments(java.util.List<Paragraph> list)
Set the list of 'Comment' element items. |
void |
setContactInfo(ContactPerson contactInfo)
Set the 'ContactInfo' element value. |
void |
setCrossSellIndicator(java.lang.Boolean crossSellIndicator)
Set the 'CrossSellIndicator' attribute value. |
void |
setDates(RFPResponse.RFPResponseSegment.Sites.Site.Dates dates)
Set the 'Dates' element value. |
void |
setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setInsuranceInfos(RFPResponse.RFPResponseSegment.Sites.Site.InsuranceInfos insuranceInfos)
Set the 'InsuranceInfos' element value. |
void |
setReferences(RFPResponse.RFPResponseSegment.Sites.Site.References references)
Set the 'References' element value. |
void |
setResponse(RFPResponseDetail response)
Set the 'ResponseType' element value. |
void |
setSimilarEventCount(java.lang.Integer similarEventCount)
Set the 'SimilarEventCount' attribute value. |
void |
setSiteID(UniqueID siteID)
Set the 'SiteID' element value. |
int |
sizeComments()
Get the number of 'Comment' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPResponse.RFPResponseSegment.Sites.Site()
Method Detail |
---|
public RFPResponseDetail getResponse()
public void setResponse(RFPResponseDetail response)
response
- public ContactPerson getContactInfo()
public void setContactInfo(ContactPerson contactInfo)
contactInfo
- public RFPResponse.RFPResponseSegment.Sites.Site.Dates getDates()
public void setDates(RFPResponse.RFPResponseSegment.Sites.Site.Dates dates)
dates
- public java.util.List<Paragraph> getComments()
public void setComments(java.util.List<Paragraph> list)
list
- public int sizeComments()
public void addComment(Paragraph item)
item
- public Paragraph getComment(int index)
index
-
public void clearComments()
public UniqueID getSiteID()
public void setSiteID(UniqueID siteID)
siteID
- public RFPResponse.RFPResponseSegment.Sites.Site.InsuranceInfos getInsuranceInfos()
public void setInsuranceInfos(RFPResponse.RFPResponseSegment.Sites.Site.InsuranceInfos insuranceInfos)
insuranceInfos
- public RFPResponse.RFPResponseSegment.Sites.Site.References getReferences()
public void setReferences(RFPResponse.RFPResponseSegment.Sites.Site.References references)
references
- public RFPResponse.RFPResponseSegment.Sites.Site.AdditionalInfos getAdditionalInfos()
public void setAdditionalInfos(RFPResponse.RFPResponseSegment.Sites.Site.AdditionalInfos additionalInfos)
additionalInfos
- public RFPResponse.RFPResponseSegment.Sites.Site.Answers getAnswers()
public void setAnswers(RFPResponse.RFPResponseSegment.Sites.Site.Answers answers)
answers
- public HotelReferenceGroup getHotelReferenceGroup()
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
hotelReferenceGroup
- public java.lang.Boolean getCrossSellIndicator()
public void setCrossSellIndicator(java.lang.Boolean crossSellIndicator)
crossSellIndicator
- public java.lang.Integer getSimilarEventCount()
public void setSimilarEventCount(java.lang.Integer similarEventCount)
similarEventCount
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |