org.ota.hotel
Class Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate

java.lang.Object
  extended by org.ota.hotel.Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate
Enclosing class:
Event.EventInner.EventInfos.EventInfo.AdditionalDates

public static class Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate
extends java.lang.Object

Additional date/time information (e.g., dates and times associated with pre- and post-convention meetings, major arrival and departure dates for event attendees, group arrivals and departure dates). 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="AdditionalDate" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
     <xs:attribute use="optional" name="Type">
       <xs:simpleType>
         <!-- Reference to inner class Type -->
       </xs:simpleType>
     </xs:attribute>
     <xs:attribute type="xs:string" use="optional" name="Name"/>
     <xs:attribute type="xs:string" use="optional" name="LocationName"/>
     <xs:attribute type="xs:int" use="optional" name="AttendeeQuantity"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate.Type
          Schema fragment(s) for this class:
 
Constructor Summary
Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate()
           
 
Method Summary
 java.lang.Integer getAttendeeQuantity()
          Get the 'AttendeeQuantity' attribute value.
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 java.lang.String getLocationName()
          Get the 'LocationName' attribute value.
 java.lang.String getName()
          Get the 'Name' attribute value.
 Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate.Type getType()
          Get the 'Type' attribute value.
 void setAttendeeQuantity(java.lang.Integer attendeeQuantity)
          Set the 'AttendeeQuantity' attribute value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setLocationName(java.lang.String locationName)
          Set the 'LocationName' attribute value.
 void setName(java.lang.String name)
          Set the 'Name' attribute value.
 void setType(Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate.Type type)
          Set the 'Type' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate

public Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate()
Method Detail

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. The start and end dates associated with the Type.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. The start and end dates associated with the Type.

Parameters:
dateTimeSpanGroup -

getType

public Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate.Type getType()
Get the 'Type' attribute value. The type of dates being defined. (e.g., pre-convention meeting, post-convention meeting, major arrivals, major departures).

Returns:
value

setType

public void setType(Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate.Type type)
Set the 'Type' attribute value. The type of dates being defined. (e.g., pre-convention meeting, post-convention meeting, major arrivals, major departures).

Parameters:
type -

getName

public java.lang.String getName()
Get the 'Name' attribute value. The name of a group or meeting to which the dates apply.

Returns:
value

setName

public void setName(java.lang.String name)
Set the 'Name' attribute value. The name of a group or meeting to which the dates apply.

Parameters:
name -

getLocationName

public java.lang.String getLocationName()
Get the 'LocationName' attribute value. The location of the meeting to which the dates apply.

Returns:
value

setLocationName

public void setLocationName(java.lang.String locationName)
Set the 'LocationName' attribute value. The location of the meeting to which the dates apply.

Parameters:
locationName -

getAttendeeQuantity

public java.lang.Integer getAttendeeQuantity()
Get the 'AttendeeQuantity' attribute value. The number of people to whom the dates apply.

Returns:
value

setAttendeeQuantity

public void setAttendeeQuantity(java.lang.Integer attendeeQuantity)
Set the 'AttendeeQuantity' attribute value. The number of people to whom the dates apply.

Parameters:
attendeeQuantity -