org.ota.vehicle
Class CheckInRS.Remarks

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

public static class CheckInRS.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
CheckInRS.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

CheckInRS.Remarks

public CheckInRS.Remarks()
Method Detail

getRemarks

public java.util.List<Paragraph> getRemarks()
Get the list of 'Remark' element items. Textual remarks that apply to the rental.

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.

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.