|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.UniqueID
org.ota.hotel.PostEventRQ.Requestor
public static class PostEventRQ.Requestor
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 |
|---|
public PostEventRQ.Requestor()
| Method Detail |
|---|
public java.lang.Boolean getSecondaryRoutingIndicator()
public void setSecondaryRoutingIndicator(java.lang.Boolean secondaryRoutingIndicator)
secondaryRoutingIndicator - public PostEventRQ.Requestor.RequestorInner getRequestor()
public void setRequestor(PostEventRQ.Requestor.RequestorInner requestor)
requestor -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||