org.ota.vehicle
Class CheckOutRQ.Remarks

java.lang.Object
  extended by org.ota.vehicle.CheckOutRQ.Remarks
Enclosing class:
CheckOutRQ

public static class CheckOutRQ.Remarks
extends java.lang.Object

A collection of remarks. 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="Remarks" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:ParagraphType" name="Remark" maxOccurs="10"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CheckOutRQ.Remarks()
           
 
Method Summary
 void addRemark(Paragraph item)
          Add a 'Remark' element item.
 void clearRemarks()
          Remove all 'Remark' element items.
 Paragraph getRemark(int index)
          Get 'Remark' element item by position.
 java.util.List<Paragraph> getRemarks()
          Get the list of 'Remark' element items.
 void setRemarks(java.util.List<Paragraph> list)
          Set the list of 'Remark' element items.
 int sizeRemarks()
          Get the number of 'Remark' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckOutRQ.Remarks

public CheckOutRQ.Remarks()
Method Detail

getRemarks

public java.util.List<Paragraph> getRemarks()
Get the list of 'Remark' element items. Textual remarks that apply to the rental. May be used to indicate reason for Checkout Modify.

Returns:
list

setRemarks

public void setRemarks(java.util.List<Paragraph> list)
Set the list of 'Remark' element items. Textual remarks that apply to the rental. May be used to indicate reason for Checkout Modify.

Parameters:
list -

sizeRemarks

public int sizeRemarks()
Get the number of 'Remark' element items.

Returns:
count

addRemark

public void addRemark(Paragraph item)
Add a 'Remark' element item.

Parameters:
item -

getRemark

public Paragraph getRemark(int index)
Get 'Remark' element item by position.

Parameters:
index -
Returns:
item

clearRemarks

public void clearRemarks()
Remove all 'Remark' element items.