org.ota.air
Class SpecialReqDetails.Remarks

java.lang.Object
  extended by org.ota.air.SpecialReqDetails.Remarks
Enclosing class:
SpecialReqDetails

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

A collection of Remark 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 name="Remark" maxOccurs="unbounded">
         <!-- Reference to inner class Remark -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class SpecialReqDetails.Remarks.Remark
          Supplementary information for this booking Schema fragment(s) for this class:
 
Constructor Summary
SpecialReqDetails.Remarks()
           
 
Method Summary
 void addRemark(SpecialReqDetails.Remarks.Remark item)
          Add a 'Remark' element item.
 void clearRemarks()
          Remove all 'Remark' element items.
 SpecialReqDetails.Remarks.Remark getRemark(int index)
          Get 'Remark' element item by position.
 java.util.List<SpecialReqDetails.Remarks.Remark> getRemarks()
          Get the list of 'Remark' element items.
 void setRemarks(java.util.List<SpecialReqDetails.Remarks.Remark> 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

SpecialReqDetails.Remarks

public SpecialReqDetails.Remarks()
Method Detail

getRemarks

public java.util.List<SpecialReqDetails.Remarks.Remark> getRemarks()
Get the list of 'Remark' element items.

Returns:
list

setRemarks

public void setRemarks(java.util.List<SpecialReqDetails.Remarks.Remark> list)
Set the list of 'Remark' element items.

Parameters:
list -

sizeRemarks

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

Returns:
count

addRemark

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

Parameters:
item -

getRemark

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

Parameters:
index -
Returns:
item

clearRemarks

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