org.ota.hotel
Class HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos

java.lang.Object
  extended by org.ota.hotel.HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos
Enclosing class:
HotelDescriptiveContent.HotelInfo

public static class HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos
extends java.lang.Object

Collection of OwnershipManagementInfo. 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="OwnershipManagementInfos" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="OwnershipManagementInfo" maxOccurs="99">
         <!-- Reference to inner class OwnershipManagementInfo -->
       </xs:element>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo
          Provides details of the ownership or management.
 
Constructor Summary
HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos()
           
 
Method Summary
 void addOwnershipManagementInfo(HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo item)
          Add a 'OwnershipManagementInfo' element item.
 void clearOwnershipManagementInfos()
          Remove all 'OwnershipManagementInfo' element items.
 HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo getOwnershipManagementInfo(int index)
          Get 'OwnershipManagementInfo' element item by position.
 java.util.List<HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo> getOwnershipManagementInfos()
          Get the list of 'OwnershipManagementInfo' element items.
 void setOwnershipManagementInfos(java.util.List<HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo> list)
          Set the list of 'OwnershipManagementInfo' element items.
 int sizeOwnershipManagementInfos()
          Get the number of 'OwnershipManagementInfo' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos

public HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos()
Method Detail

getOwnershipManagementInfos

public java.util.List<HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo> getOwnershipManagementInfos()
Get the list of 'OwnershipManagementInfo' element items.

Returns:
list

setOwnershipManagementInfos

public void setOwnershipManagementInfos(java.util.List<HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo> list)
Set the list of 'OwnershipManagementInfo' element items.

Parameters:
list -

sizeOwnershipManagementInfos

public int sizeOwnershipManagementInfos()
Get the number of 'OwnershipManagementInfo' element items.

Returns:
count

addOwnershipManagementInfo

public void addOwnershipManagementInfo(HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo item)
Add a 'OwnershipManagementInfo' element item.

Parameters:
item -

getOwnershipManagementInfo

public HotelDescriptiveContent.HotelInfo.OwnershipManagementInfos.OwnershipManagementInfo getOwnershipManagementInfo(int index)
Get 'OwnershipManagementInfo' element item by position.

Parameters:
index -
Returns:
item

clearOwnershipManagementInfos

public void clearOwnershipManagementInfos()
Remove all 'OwnershipManagementInfo' element items.