|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate
public static class Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate
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 |
|---|
public Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate()
| Method Detail |
|---|
public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup - public Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate.Type getType()
public void setType(Event.EventInner.EventInfos.EventInfo.AdditionalDates.AdditionalDate.Type type)
type - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getLocationName()
public void setLocationName(java.lang.String locationName)
locationName - public java.lang.Integer getAttendeeQuantity()
public void setAttendeeQuantity(java.lang.Integer attendeeQuantity)
attendeeQuantity -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||