org.ota.shared
Class CancelInfoRS

java.lang.Object
  extended by org.ota.shared.CancelInfoRS

public class CancelInfoRS
extends java.lang.Object

May contain rules associated with canceling a reservation as well as the supplier's cancellation number. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CancelInfoRSType">
   <xs:sequence>
     <xs:element name="CancelRules" minOccurs="0">
       <!-- Reference to inner class CancelRules -->
     </xs:element>
     <xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/>
   </xs:sequence>
 </xs:complexType>
 


Nested Class Summary
static class CancelInfoRS.CancelRules
          A collection of cancellation rules.
 
Constructor Summary
CancelInfoRS()
           
 
Method Summary
 CancelInfoRS.CancelRules getCancelRules()
          Get the 'CancelRules' element value.
 UniqueID getUniqueID()
          Get the 'UniqueID' element value.
 void setCancelRules(CancelInfoRS.CancelRules cancelRules)
          Set the 'CancelRules' element value.
 void setUniqueID(UniqueID uniqueID)
          Set the 'UniqueID' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CancelInfoRS

public CancelInfoRS()
Method Detail

getCancelRules

public CancelInfoRS.CancelRules getCancelRules()
Get the 'CancelRules' element value.

Returns:
value

setCancelRules

public void setCancelRules(CancelInfoRS.CancelRules cancelRules)
Set the 'CancelRules' element value.

Parameters:
cancelRules -

getUniqueID

public UniqueID getUniqueID()
Get the 'UniqueID' element value. Contains the supplier's cancellation number.

Returns:
value

setUniqueID

public void setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. Contains the supplier's cancellation number.

Parameters:
uniqueID -