org.ota.hotel
Class Event.EventInner.Contacts.Contact

java.lang.Object
  extended by org.ota.shared.ContactPerson
      extended by org.ota.hotel.Event.EventInner.Contacts.Contact
Enclosing class:
Event.EventInner.Contacts

public static class Event.EventInner.Contacts.Contact
extends ContactPerson

A contact associated with 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="Contact" maxOccurs="unbounded">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ContactPersonType">
         <xs:sequence>
           <xs:element name="Comments" minOccurs="0">
             <!-- Reference to inner class Comments -->
           </xs:element>
         </xs:sequence>
         <xs:attribute type="xs:boolean" use="optional" name="OnSiteIndicator"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class Event.EventInner.Contacts.Contact.Comments
          A collection of comments pertaining to the contact.
 
Constructor Summary
Event.EventInner.Contacts.Contact()
           
 
Method Summary
 Event.EventInner.Contacts.Contact.Comments getComments()
          Get the 'Comments' element value.
 java.lang.Boolean getOnSiteIndicator()
          Get the 'OnSiteIndicator' attribute value.
 void setComments(Event.EventInner.Contacts.Contact.Comments comments)
          Set the 'Comments' element value.
 void setOnSiteIndicator(java.lang.Boolean onSiteIndicator)
          Set the 'OnSiteIndicator' attribute value.
 
Methods inherited from class org.ota.shared.ContactPerson
addAddress, addCompanyName, addEmail, addEmployeeInfo, addTelephone, addURL, clearAddresses, clearCompanyNames, clearEmails, clearEmployeeInfos, clearTelephones, clearURLs, getAddress, getAddresses, getCommunicationMethodCode, getCompanyName, getCompanyNames, getContact, getDefaultInd, getDocumentDistribMethodCode, getEmail, getEmails, getEmergencyFlag, getEmployeeInfo, getEmployeeInfos, getPersonName, getPrivacyGroup, getRelation, getRPH, getTelephone, getTelephones, getURL, getURLs, setAddresses, setCommunicationMethodCode, setCompanyNames, setContact, setDefaultInd, setDocumentDistribMethodCode, setEmails, setEmergencyFlag, setEmployeeInfos, setPersonName, setPrivacyGroup, setRelation, setRPH, setTelephones, setURLs, sizeAddresses, sizeCompanyNames, sizeEmails, sizeEmployeeInfos, sizeTelephones, sizeURLs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event.EventInner.Contacts.Contact

public Event.EventInner.Contacts.Contact()
Method Detail

getComments

public Event.EventInner.Contacts.Contact.Comments getComments()
Get the 'Comments' element value.

Returns:
value

setComments

public void setComments(Event.EventInner.Contacts.Contact.Comments comments)
Set the 'Comments' element value.

Parameters:
comments -

getOnSiteIndicator

public java.lang.Boolean getOnSiteIndicator()
Get the 'OnSiteIndicator' attribute value. When true, indicates that the contact is on site.

Returns:
value

setOnSiteIndicator

public void setOnSiteIndicator(java.lang.Boolean onSiteIndicator)
Set the 'OnSiteIndicator' attribute value. When true, indicates that the contact is on site.

Parameters:
onSiteIndicator -