org.ota.hotel
Class PostEventRQ.Requestor

java.lang.Object
  extended by org.ota.shared.UniqueID
      extended by org.ota.hotel.PostEventRQ.Requestor
Enclosing class:
PostEventRQ

public static class PostEventRQ.Requestor
extends UniqueID

Specifies to whom the post event report should be sent. 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="Requestor" minOccurs="0" maxOccurs="10">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:UniqueID_Type">
         <xs:attribute type="xs:boolean" use="optional" name="SecondaryRoutingIndicator"/>
         <xs:attribute use="optional" name="RequestorType">
           <xs:simpleType>
             <!-- Reference to inner class RequestorInner -->
           </xs:simpleType>
         </xs:attribute>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class PostEventRQ.Requestor.RequestorInner
          Schema fragment(s) for this class:
 
Constructor Summary
PostEventRQ.Requestor()
           
 
Method Summary
 PostEventRQ.Requestor.RequestorInner getRequestor()
          Get the 'RequestorType' attribute value.
 java.lang.Boolean getSecondaryRoutingIndicator()
          Get the 'SecondaryRoutingIndicator' attribute value.
 void setRequestor(PostEventRQ.Requestor.RequestorInner requestor)
          Set the 'RequestorType' attribute value.
 void setSecondaryRoutingIndicator(java.lang.Boolean secondaryRoutingIndicator)
          Set the 'SecondaryRoutingIndicator' attribute value.
 
Methods inherited from class org.ota.shared.UniqueID
getCompanyName, getID, getIDContext, getInstance, getType, getURL, setCompanyName, setID, setIDContext, setInstance, setType, setURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostEventRQ.Requestor

public PostEventRQ.Requestor()
Method Detail

getSecondaryRoutingIndicator

public java.lang.Boolean getSecondaryRoutingIndicator()
Get the 'SecondaryRoutingIndicator' attribute value. When true, indicates that this party is someone other than the requestor and should also receive the post event report (i.e., a HotelPostEventNotifRQ should be sent to this party).

Returns:
value

setSecondaryRoutingIndicator

public void setSecondaryRoutingIndicator(java.lang.Boolean secondaryRoutingIndicator)
Set the 'SecondaryRoutingIndicator' attribute value. When true, indicates that this party is someone other than the requestor and should also receive the post event report (i.e., a HotelPostEventNotifRQ should be sent to this party).

Parameters:
secondaryRoutingIndicator -

getRequestor

public PostEventRQ.Requestor.RequestorInner getRequestor()
Get the 'RequestorType' attribute value. Identifies the type of requestor so the response can be filtered appropriately.

Returns:
value

setRequestor

public void setRequestor(PostEventRQ.Requestor.RequestorInner requestor)
Set the 'RequestorType' attribute value. Identifies the type of requestor so the response can be filtered appropriately.

Parameters:
requestor -