org.ota.hotel
Class AdditionalInfoGroup

java.lang.Object
  extended by org.ota.hotel.AdditionalInfoGroup

public class AdditionalInfoGroup
extends java.lang.Object

Provides details regarding additional information. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AdditionalInfoGroup">
   <xs:attribute type="xs:string" use="optional" name="AddtionalInfoCode"/>
   <xs:attribute type="xs:string" use="optional" name="DeliveryMethodCode"/>
 </xs:attributeGroup>
 


Constructor Summary
AdditionalInfoGroup()
           
 
Method Summary
 java.lang.String getAddtionalInfoCode()
          Get the 'AddtionalInfoCode' attribute value.
 java.lang.String getDeliveryMethodCode()
          Get the 'DeliveryMethodCode' attribute value.
 void setAddtionalInfoCode(java.lang.String addtionalInfoCode)
          Set the 'AddtionalInfoCode' attribute value.
 void setDeliveryMethodCode(java.lang.String deliveryMethodCode)
          Set the 'DeliveryMethodCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdditionalInfoGroup

public AdditionalInfoGroup()
Method Detail

getAddtionalInfoCode

public java.lang.String getAddtionalInfoCode()
Get the 'AddtionalInfoCode' attribute value. Indicates a specific type of attachment. Refer to OpenTravel Code list Additional Info Code (AIC).

Returns:
value

setAddtionalInfoCode

public void setAddtionalInfoCode(java.lang.String addtionalInfoCode)
Set the 'AddtionalInfoCode' attribute value. Indicates a specific type of attachment. Refer to OpenTravel Code list Additional Info Code (AIC).

Parameters:
addtionalInfoCode -

getDeliveryMethodCode

public java.lang.String getDeliveryMethodCode()
Get the 'DeliveryMethodCode' attribute value. Indicates the type of delivery method available for this attachment. Refer to OpenTravel Codelist Distribution Type (DTB).

Returns:
value

setDeliveryMethodCode

public void setDeliveryMethodCode(java.lang.String deliveryMethodCode)
Set the 'DeliveryMethodCode' attribute value. Indicates the type of delivery method available for this attachment. Refer to OpenTravel Codelist Distribution Type (DTB).

Parameters:
deliveryMethodCode -