org.ota.vehicle
Class LocDetailsNotifRQ.LocationDetail.Keywords

java.lang.Object
  extended by org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.Keywords
Enclosing class:
LocDetailsNotifRQ.LocationDetail

public static class LocDetailsNotifRQ.LocationDetail.Keywords
extends java.lang.Object

A collection of keyword information. 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="Keywords" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Keyword" maxOccurs="30">
         <!-- Reference to inner class Keyword -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class LocDetailsNotifRQ.LocationDetail.Keywords.Keyword
          Unformatted keyword information with the effective and discontinue dates.
 
Constructor Summary
LocDetailsNotifRQ.LocationDetail.Keywords()
           
 
Method Summary
 void addKeyword(LocDetailsNotifRQ.LocationDetail.Keywords.Keyword item)
          Add a 'Keyword' element item.
 void clearKeywords()
          Remove all 'Keyword' element items.
 LocDetailsNotifRQ.LocationDetail.Keywords.Keyword getKeyword(int index)
          Get 'Keyword' element item by position.
 java.util.List<LocDetailsNotifRQ.LocationDetail.Keywords.Keyword> getKeywords()
          Get the list of 'Keyword' element items.
 void setKeywords(java.util.List<LocDetailsNotifRQ.LocationDetail.Keywords.Keyword> list)
          Set the list of 'Keyword' element items.
 int sizeKeywords()
          Get the number of 'Keyword' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocDetailsNotifRQ.LocationDetail.Keywords

public LocDetailsNotifRQ.LocationDetail.Keywords()
Method Detail

getKeywords

public java.util.List<LocDetailsNotifRQ.LocationDetail.Keywords.Keyword> getKeywords()
Get the list of 'Keyword' element items.

Returns:
list

setKeywords

public void setKeywords(java.util.List<LocDetailsNotifRQ.LocationDetail.Keywords.Keyword> list)
Set the list of 'Keyword' element items.

Parameters:
list -

sizeKeywords

public int sizeKeywords()
Get the number of 'Keyword' element items.

Returns:
count

addKeyword

public void addKeyword(LocDetailsNotifRQ.LocationDetail.Keywords.Keyword item)
Add a 'Keyword' element item.

Parameters:
item -

getKeyword

public LocDetailsNotifRQ.LocationDetail.Keywords.Keyword getKeyword(int index)
Get 'Keyword' element item by position.

Parameters:
index -
Returns:
item

clearKeywords

public void clearKeywords()
Remove all 'Keyword' element items.