| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.RentalActionGroup
public class RentalActionGroup
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 | 
|---|
public RentalActionGroup()
| Method Detail | 
|---|
public TransactionAction getRentalActionCode()
public void setRentalActionCode(TransactionAction rentalActionCode)
rentalActionCode - public RentalActionGroup.RentalAgreementStatusCode getRentalAgreementStatusCode()
public void setRentalAgreementStatusCode(RentalActionGroup.RentalAgreementStatusCode rentalAgreementStatusCode)
rentalAgreementStatusCode - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||