org.ota.hotel
Class EventReport.EventSites.EventSite.TaxExemptInfo

java.lang.Object
  extended by org.ota.hotel.EventReport.EventSites.EventSite.TaxExemptInfo
Enclosing class:
EventReport.EventSites.EventSite

public static class EventReport.EventSites.EventSite.TaxExemptInfo
extends java.lang.Object

Used to provide tax exemption information for the event. 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="TaxExemptInfo" minOccurs="0" maxOccurs="3">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Comments" minOccurs="0">
         <!-- Reference to inner class Comments -->
       </xs:element>
     </xs:sequence>
     <xs:attributeGroup ref="ns:TaxExemptGroup"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class EventReport.EventSites.EventSite.TaxExemptInfo.Comments
          A collection of comments pertaining to the tax exemption information.
 
Constructor Summary
EventReport.EventSites.EventSite.TaxExemptInfo()
           
 
Method Summary
 EventReport.EventSites.EventSite.TaxExemptInfo.Comments getComments()
          Get the 'Comments' element value.
 TaxExemptGroup getTaxExemptGroup()
          Get the 'TaxExemptGroup' attributeGroup value.
 void setComments(EventReport.EventSites.EventSite.TaxExemptInfo.Comments comments)
          Set the 'Comments' element value.
 void setTaxExemptGroup(TaxExemptGroup taxExemptGroup)
          Set the 'TaxExemptGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventReport.EventSites.EventSite.TaxExemptInfo

public EventReport.EventSites.EventSite.TaxExemptInfo()
Method Detail

getComments

public EventReport.EventSites.EventSite.TaxExemptInfo.Comments getComments()
Get the 'Comments' element value.

Returns:
value

setComments

public void setComments(EventReport.EventSites.EventSite.TaxExemptInfo.Comments comments)
Set the 'Comments' element value.

Parameters:
comments -

getTaxExemptGroup

public TaxExemptGroup getTaxExemptGroup()
Get the 'TaxExemptGroup' attributeGroup value. Tax exemption information for the event.

Returns:
value

setTaxExemptGroup

public void setTaxExemptGroup(TaxExemptGroup taxExemptGroup)
Set the 'TaxExemptGroup' attributeGroup value. Tax exemption information for the event.

Parameters:
taxExemptGroup -