|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.Presentation
public static class RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.Presentation
Used to provide information on where and when the sites should present their proposals to the meeting planners. 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="Presentation" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:LocationGeneralType" name="Location" minOccurs="0"/> </xs:sequence> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.Presentation()
|
Method Summary | |
---|---|
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
LocationGeneral |
getLocation()
Get the 'Location' element value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setLocation(LocationGeneral location)
Set the 'Location' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPMeetingRQ.RFPRequestSegment.ProposalSpecification.Presentation()
Method Detail |
---|
public LocationGeneral getLocation()
public void setLocation(LocationGeneral location)
location
- 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 |