|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.SelectedSailingGroup
public class SelectedSailingGroup
Identifies a specific sailing by voyage number, dates, and/or cruise line information. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SelectedSailingGroup"> <xs:attribute type="xs:string" use="optional" name="VoyageID"/> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> <xs:attributeGroup ref="ns:ShipReferenceGroup"/> <xs:attribute type="xs:string" use="optional" name="Status"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
SelectedSailingGroup()
|
Method Summary | |
---|---|
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
ShipReferenceGroup |
getShipReferenceGroup()
Get the 'ShipReferenceGroup' attributeGroup value. |
java.lang.String |
getStatus()
Get the 'Status' attribute value. |
java.lang.String |
getVoyageID()
Get the 'VoyageID' attribute value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setShipReferenceGroup(ShipReferenceGroup shipReferenceGroup)
Set the 'ShipReferenceGroup' attributeGroup value. |
void |
setStatus(java.lang.String status)
Set the 'Status' attribute value. |
void |
setVoyageID(java.lang.String voyageID)
Set the 'VoyageID' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectedSailingGroup()
Method Detail |
---|
public java.lang.String getVoyageID()
public void setVoyageID(java.lang.String voyageID)
voyageID
- public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup
- public ShipReferenceGroup getShipReferenceGroup()
public void setShipReferenceGroup(ShipReferenceGroup shipReferenceGroup)
shipReferenceGroup
- public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |