|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.ContactPerson
org.ota.hotel.RFPResponse.RFPResponseSegment.Sites.Site.References.Reference
public static class RFPResponse.RFPResponseSegment.Sites.Site.References.Reference
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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPResponse.RFPResponseSegment.Sites.Site.References.Reference()
Method Detail |
---|
public java.lang.String getMeetingName()
public void setMeetingName(java.lang.String meetingName)
meetingName
- public java.lang.String getMeetingHost()
public void setMeetingHost(java.lang.String meetingHost)
meetingHost
- public java.lang.String getMeeting()
public void setMeeting(java.lang.String meeting)
meeting
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |