|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPTransientRQ.TransientRFPRequestSegment
public static class RFPTransientRQ.TransientRFPRequestSegment
Provides the details of the data being requested. 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="TransientRFP_RequestSegment" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:ContactInfosType" name="ContactInfos" minOccurs="0"/> <xs:element type="ns:AddressPrefType" name="HotelAddress" minOccurs="0"/> <xs:element name="AccountSpecificInfo" minOccurs="0"> <!-- Reference to inner class AccountSpecificInfo --> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:HotelReferenceGroup"/> <xs:attribute type="xs:string" use="optional" name="IntermediaryPropertyCode"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo
Used to specify information that is specific to the requesting account. |
Constructor Summary | |
---|---|
RFPTransientRQ.TransientRFPRequestSegment()
|
Method Summary | |
---|---|
RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo |
getAccountSpecificInfo()
Get the 'AccountSpecificInfo' element value. |
ContactInfos |
getContactInfos()
Get the 'ContactInfos' element value. |
AddressPref |
getHotelAddress()
Get the 'HotelAddress' element value. |
HotelReferenceGroup |
getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. |
java.lang.String |
getIntermediaryPropertyCode()
Get the 'IntermediaryPropertyCode' attribute value. |
void |
setAccountSpecificInfo(RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo accountSpecificInfo)
Set the 'AccountSpecificInfo' element value. |
void |
setContactInfos(ContactInfos contactInfos)
Set the 'ContactInfos' element value. |
void |
setHotelAddress(AddressPref hotelAddress)
Set the 'HotelAddress' element value. |
void |
setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setIntermediaryPropertyCode(java.lang.String intermediaryPropertyCode)
Set the 'IntermediaryPropertyCode' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPTransientRQ.TransientRFPRequestSegment()
Method Detail |
---|
public ContactInfos getContactInfos()
public void setContactInfos(ContactInfos contactInfos)
contactInfos
- public AddressPref getHotelAddress()
public void setHotelAddress(AddressPref hotelAddress)
hotelAddress
- public RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo getAccountSpecificInfo()
public void setAccountSpecificInfo(RFPTransientRQ.TransientRFPRequestSegment.AccountSpecificInfo accountSpecificInfo)
accountSpecificInfo
- public HotelReferenceGroup getHotelReferenceGroup()
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
hotelReferenceGroup
- public java.lang.String getIntermediaryPropertyCode()
public void setIntermediaryPropertyCode(java.lang.String intermediaryPropertyCode)
intermediaryPropertyCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |