org.ota.hotel
Class AdditionalDetails.AdditionalDetail

java.lang.Object
  extended by org.ota.hotel.AdditionalDetails.AdditionalDetail
Enclosing class:
AdditionalDetails

public static class AdditionalDetails.AdditionalDetail
extends java.lang.Object

Used to send additional 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" type="ns:AdditionalDetailType" name="AdditionalDetail" maxOccurs="unbounded"/>
 
 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AdditionalDetailType">
   <xs:sequence>
     <xs:element type="ns:ParagraphType" name="DetailDescription" minOccurs="0"/>
   </xs:sequence>
   <xs:attribute type="xs:string" name="Type"/>
   <xs:attribute type="xs:string" name="Code"/>
   <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
 </xs:complexType>
 


Constructor Summary
AdditionalDetails.AdditionalDetail()
           
 
Method Summary
 java.lang.String getCode()
          Get the 'Code' attribute value.
 CurrencyAmountGroup getCurrencyAmountGroup()
          Get the 'CurrencyAmountGroup' attributeGroup value.
 Paragraph getDetailDescription()
          Get the 'DetailDescription' element value.
 java.lang.String getType()
          Get the 'Type' attribute value.
 void setCode(java.lang.String code)
          Set the 'Code' attribute value.
 void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
          Set the 'CurrencyAmountGroup' attributeGroup value.
 void setDetailDescription(Paragraph detailDescription)
          Set the 'DetailDescription' element value.
 void setType(java.lang.String type)
          Set the 'Type' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdditionalDetails.AdditionalDetail

public AdditionalDetails.AdditionalDetail()
Method Detail

getDetailDescription

public Paragraph getDetailDescription()
Get the 'DetailDescription' element value.

Returns:
value

setDetailDescription

public void setDetailDescription(Paragraph detailDescription)
Set the 'DetailDescription' element value.

Parameters:
detailDescription -

getType

public java.lang.String getType()
Get the 'Type' attribute value. Used to define the type of information being sent (e.g., rate description, property description, room information). Refer to OpenTravel Code List Additional Detail Type (ADT).

Returns:
value

setType

public void setType(java.lang.String type)
Set the 'Type' attribute value. Used to define the type of information being sent (e.g., rate description, property description, room information). Refer to OpenTravel Code List Additional Detail Type (ADT).

Parameters:
type -

getCode

public java.lang.String getCode()
Get the 'Code' attribute value. Trading partner code associated to AdditionalDetailType

Returns:
value

setCode

public void setCode(java.lang.String code)
Set the 'Code' attribute value. Trading partner code associated to AdditionalDetailType

Parameters:
code -

getCurrencyAmountGroup

public CurrencyAmountGroup getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value.

Returns:
value

setCurrencyAmountGroup

public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value.

Parameters:
currencyAmountGroup -