org.ota.vehicle
Class RentalActionGroup

java.lang.Object
  extended by org.ota.vehicle.RentalActionGroup

public class RentalActionGroup
extends java.lang.Object

The RentalActionGroup provides information on why the message is being sent and what status the rental agreement is. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RentalActionGroup">
   <xs:attribute type="ns:TransactionActionType" use="optional" name="RentalActionCode"/>
   <xs:attribute use="optional" name="RentalAgreementStatusCode">
     <xs:simpleType>
       <!-- Reference to inner class RentalAgreementStatusCode -->
     </xs:simpleType>
   </xs:attribute>
 </xs:attributeGroup>
 


Nested Class Summary
static class RentalActionGroup.RentalAgreementStatusCode
          Schema fragment(s) for this class:
 
Constructor Summary
RentalActionGroup()
           
 
Method Summary
 TransactionAction getRentalActionCode()
          Get the 'RentalActionCode' attribute value.
 RentalActionGroup.RentalAgreementStatusCode getRentalAgreementStatusCode()
          Get the 'RentalAgreementStatusCode' attribute value.
 void setRentalActionCode(TransactionAction rentalActionCode)
          Set the 'RentalActionCode' attribute value.
 void setRentalAgreementStatusCode(RentalActionGroup.RentalAgreementStatusCode rentalAgreementStatusCode)
          Set the 'RentalAgreementStatusCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RentalActionGroup

public RentalActionGroup()
Method Detail

getRentalActionCode

public TransactionAction getRentalActionCode()
Get the 'RentalActionCode' attribute value. Identifies the reason for the transaction.

Returns:
value

setRentalActionCode

public void setRentalActionCode(TransactionAction rentalActionCode)
Set the 'RentalActionCode' attribute value. Identifies the reason for the transaction.

Parameters:
rentalActionCode -

getRentalAgreementStatusCode

public RentalActionGroup.RentalAgreementStatusCode getRentalAgreementStatusCode()
Get the 'RentalAgreementStatusCode' attribute value. This is a code that represents the status of the rental agreement. Refer to the enumerated list and annotations for additional information.

Returns:
value

setRentalAgreementStatusCode

public void setRentalAgreementStatusCode(RentalActionGroup.RentalAgreementStatusCode rentalAgreementStatusCode)
Set the 'RentalAgreementStatusCode' attribute value. This is a code that represents the status of the rental agreement. Refer to the enumerated list and annotations for additional information.

Parameters:
rentalAgreementStatusCode -