| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.CheckInRQ.Remarks
public static class CheckInRQ.Remarks
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 | |
|---|---|
CheckInRQ.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 | 
|---|
public CheckInRQ.Remarks()
| Method Detail | 
|---|
public java.util.List<Paragraph> getRemarks()
public void setRemarks(java.util.List<Paragraph> list)
list - public int sizeRemarks()
public void addRemark(Paragraph item)
item - public Paragraph getRemark(int index)
index - 
public void clearRemarks()
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||