org.ota.hotel
Class EventReport.GeneralEventInfo.EventContacts.EventContact

java.lang.Object
  extended by org.ota.shared.ContactPerson
      extended by org.ota.hotel.EventReport.GeneralEventInfo.EventContacts.EventContact
Enclosing class:
EventReport.GeneralEventInfo.EventContacts

public static class EventReport.GeneralEventInfo.EventContacts.EventContact
extends ContactPerson

A contact that pertains to this 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="EventContact" maxOccurs="99">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ContactPersonType">
         <xs:attribute type="xs:string" use="optional" name="Role"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
EventReport.GeneralEventInfo.EventContacts.EventContact()
           
 
Method Summary
 java.lang.String getRole()
          Get the 'Role' attribute value.
 void setRole(java.lang.String role)
          Set the 'Role' 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

EventReport.GeneralEventInfo.EventContacts.EventContact

public EventReport.GeneralEventInfo.EventContacts.EventContact()
Method Detail

getRole

public java.lang.String getRole()
Get the 'Role' attribute value. Specifies the role of the contact (e.g., event planner, informational contact).

Returns:
value

setRole

public void setRole(java.lang.String role)
Set the 'Role' attribute value. Specifies the role of the contact (e.g., event planner, informational contact).

Parameters:
role -