org.ota.hotel
Class RFPResponse.RFPResponseSegment.Sites.Site.References.Reference

java.lang.Object
  extended by org.ota.shared.ContactPerson
      extended by org.ota.hotel.RFPResponse.RFPResponseSegment.Sites.Site.References.Reference
Enclosing class:
RFPResponse.RFPResponseSegment.Sites.Site.References

public static class RFPResponse.RFPResponseSegment.Sites.Site.References.Reference
extends ContactPerson

Identifies contact information and event details for a recommendation reference. 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="Reference" maxOccurs="99">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ContactPersonType">
         <xs:attribute type="xs:string" use="optional" name="MeetingName"/>
         <xs:attribute type="xs:string" use="optional" name="MeetingHost"/>
         <xs:attribute type="xs:string" use="optional" name="MeetingType"/>
         <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RFPResponse.RFPResponseSegment.Sites.Site.References.Reference()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 java.lang.String getMeeting()
          Get the 'MeetingType' attribute value.
 java.lang.String getMeetingHost()
          Get the 'MeetingHost' attribute value.
 java.lang.String getMeetingName()
          Get the 'MeetingName' attribute value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setMeeting(java.lang.String meeting)
          Set the 'MeetingType' attribute value.
 void setMeetingHost(java.lang.String meetingHost)
          Set the 'MeetingHost' attribute value.
 void setMeetingName(java.lang.String meetingName)
          Set the 'MeetingName' 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

RFPResponse.RFPResponseSegment.Sites.Site.References.Reference

public RFPResponse.RFPResponseSegment.Sites.Site.References.Reference()
Method Detail

getMeetingName

public java.lang.String getMeetingName()
Get the 'MeetingName' attribute value. The name of the meeting for this reference.

Returns:
value

setMeetingName

public void setMeetingName(java.lang.String meetingName)
Set the 'MeetingName' attribute value. The name of the meeting for this reference.

Parameters:
meetingName -

getMeetingHost

public java.lang.String getMeetingHost()
Get the 'MeetingHost' attribute value. The name of the organization that hosted the event.

Returns:
value

setMeetingHost

public void setMeetingHost(java.lang.String meetingHost)
Set the 'MeetingHost' attribute value. The name of the organization that hosted the event.

Parameters:
meetingHost -

getMeeting

public java.lang.String getMeeting()
Get the 'MeetingType' attribute value. The type of the meeting for this reference. Refer to OpenTravel Codelist (a new codelist needs to be created) Apex added.

Returns:
value

setMeeting

public void setMeeting(java.lang.String meeting)
Set the 'MeetingType' attribute value. The type of the meeting for this reference. Refer to OpenTravel Codelist (a new codelist needs to be created) Apex added.

Parameters:
meeting -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. Defines the dates that the event took place.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. Defines the dates that the event took place.

Parameters:
dateTimeSpanGroup -