|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.DateTimeSpan
org.ota.hotel.EventReport.GeneralEventInfo.Dates.Date
public static class EventReport.GeneralEventInfo.Dates.Date
Specifies event date and associated location information. 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="Date" maxOccurs="99">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:DateTimeSpanType">
<xs:sequence>
<xs:element name="LocationCategories" minOccurs="0" maxOccurs="5">
<!-- Reference to inner class LocationCategories -->
</xs:element>
<xs:element name="Comments" minOccurs="0">
<!-- Reference to inner class Comments -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:boolean" use="optional" name="ContractedIndicator"/>
<xs:attribute use="optional" name="EventDateType">
<xs:simpleType>
<!-- Reference to inner class EventDate -->
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
EventReport.GeneralEventInfo.Dates.Date.Comments
Collection of comments. |
static class |
EventReport.GeneralEventInfo.Dates.Date.EventDate
Schema fragment(s) for this class: |
static class |
EventReport.GeneralEventInfo.Dates.Date.LocationCategories
Used to define requirements or preferences in location for the event. |
| Nested classes/interfaces inherited from class org.ota.shared.DateTimeSpan |
|---|
DateTimeSpan.Sequence |
| Constructor Summary | |
|---|---|
EventReport.GeneralEventInfo.Dates.Date()
|
|
| Method Summary | |
|---|---|
void |
addLocationCategory(EventReport.GeneralEventInfo.Dates.Date.LocationCategories item)
Add a 'LocationCategories' element item. |
void |
clearLocationCategories()
Remove all 'LocationCategories' element items. |
EventReport.GeneralEventInfo.Dates.Date.Comments |
getComments()
Get the 'Comments' element value. |
java.lang.Boolean |
getContractedIndicator()
Get the 'ContractedIndicator' attribute value. |
EventReport.GeneralEventInfo.Dates.Date.EventDate |
getEventDate()
Get the 'EventDateType' attribute value. |
java.util.List<EventReport.GeneralEventInfo.Dates.Date.LocationCategories> |
getLocationCategories()
Get the list of 'LocationCategories' element items. |
EventReport.GeneralEventInfo.Dates.Date.LocationCategories |
getLocationCategory(int index)
Get 'LocationCategories' element item by position. |
void |
setComments(EventReport.GeneralEventInfo.Dates.Date.Comments comments)
Set the 'Comments' element value. |
void |
setContractedIndicator(java.lang.Boolean contractedIndicator)
Set the 'ContractedIndicator' attribute value. |
void |
setEventDate(EventReport.GeneralEventInfo.Dates.Date.EventDate eventDate)
Set the 'EventDateType' attribute value. |
void |
setLocationCategories(java.util.List<EventReport.GeneralEventInfo.Dates.Date.LocationCategories> list)
Set the list of 'LocationCategories' element items. |
int |
sizeLocationCategories()
Get the number of 'LocationCategories' element items. |
| Methods inherited from class org.ota.shared.DateTimeSpan |
|---|
clearChoiceSelect, getDateTimeSpanGroup, getDateWindowRange, getSequence, ifDateWindowRange, ifSequence, setDateTimeSpanGroup, setDateWindowRange, setSequence |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventReport.GeneralEventInfo.Dates.Date()
| Method Detail |
|---|
public java.util.List<EventReport.GeneralEventInfo.Dates.Date.LocationCategories> getLocationCategories()
public void setLocationCategories(java.util.List<EventReport.GeneralEventInfo.Dates.Date.LocationCategories> list)
list - public int sizeLocationCategories()
public void addLocationCategory(EventReport.GeneralEventInfo.Dates.Date.LocationCategories item)
item - public EventReport.GeneralEventInfo.Dates.Date.LocationCategories getLocationCategory(int index)
index -
public void clearLocationCategories()
public EventReport.GeneralEventInfo.Dates.Date.Comments getComments()
public void setComments(EventReport.GeneralEventInfo.Dates.Date.Comments comments)
comments - public java.lang.Boolean getContractedIndicator()
public void setContractedIndicator(java.lang.Boolean contractedIndicator)
contractedIndicator - public EventReport.GeneralEventInfo.Dates.Date.EventDate getEventDate()
public void setEventDate(EventReport.GeneralEventInfo.Dates.Date.EventDate eventDate)
eventDate -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||