org.ota.dynamicpkg
Class ModifyNotifRQ

java.lang.Object
  extended by org.ota.dynamicpkg.ModifyNotifRQ

public class ModifyNotifRQ
extends java.lang.Object

This message provides the capability for the Vacation supplier to send notifications of any changes made to the vacation to another system (e.g., a flight is cancelled or moved to a later time, the endpoint system will need to be alerted to the change). This request message is a "push" message. 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="OTA_DynamicPkgModifyNotifRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/>
       <xs:element type="ns:DynamicPkgType" name="DynamicPackage"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
     <xs:attributeGroup ref="ns:MaxResponsesGroup"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MaxResponsesGroup">
   <xs:attribute type="xs:string" use="optional" name="MaxResponses"/>
 </xs:attributeGroup>
 


Constructor Summary
ModifyNotifRQ()
           
 
Method Summary
 DynamicPkg getDynamicPackage()
          Get the 'DynamicPackage' element value.
 java.lang.String getMaxResponses()
          Get the 'MaxResponses' attribute value.
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 POS getPOS()
          Get the 'POS' element value.
 void setDynamicPackage(DynamicPkg dynamicPackage)
          Set the 'DynamicPackage' element value.
 void setMaxResponses(java.lang.String maxResponses)
          Set the 'MaxResponses' attribute value.
 void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setPOS(POS POS)
          Set the 'POS' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModifyNotifRQ

public ModifyNotifRQ()
Method Detail

getPOS

public POS getPOS()
Get the 'POS' element value. Point of Sale (POS) identifies the party or connection channel making the request.

Returns:
value

setPOS

public void setPOS(POS POS)
Set the 'POS' element value. Point of Sale (POS) identifies the party or connection channel making the request.

Parameters:
POS -

getDynamicPackage

public DynamicPkg getDynamicPackage()
Get the 'DynamicPackage' element value. contains the modified vacation reservation information

Returns:
value

setDynamicPackage

public void setDynamicPackage(DynamicPkg dynamicPackage)
Set the 'DynamicPackage' element value. contains the modified vacation reservation information

Parameters:
dynamicPackage -

getOTAPayloadStdAttributes

public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. The OTA_PayloadStdAttributes defines the standard attributes that appear on the root element for all OpenTravel Messages.

Returns:
value

setOTAPayloadStdAttributes

public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. The OTA_PayloadStdAttributes defines the standard attributes that appear on the root element for all OpenTravel Messages.

Parameters:
OTAPayloadStdAttributes -

getMaxResponses

public java.lang.String getMaxResponses()
Get the 'MaxResponses' attribute value. A positive integer value that indicates the maximum number of responses desired in the return.

Returns:
value

setMaxResponses

public void setMaxResponses(java.lang.String maxResponses)
Set the 'MaxResponses' attribute value. A positive integer value that indicates the maximum number of responses desired in the return.

Parameters:
maxResponses -