|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.CruisePackageGroup
public class CruisePackageGroup
Specifies package type. 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="CruisePackageGroup"> <xs:attribute type="xs:string" use="optional" name="CruisePackageCode"/> <xs:attribute type="xs:boolean" use="optional" name="InclusiveIndicator"/> <xs:attributeGroup ref="ns:DateTimeSpanGroup"/> </xs:attributeGroup>
| Constructor Summary | |
|---|---|
CruisePackageGroup()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCruisePackageCode()
Get the 'CruisePackageCode' attribute value. |
DateTimeSpanGroup |
getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. |
java.lang.Boolean |
getInclusiveIndicator()
Get the 'InclusiveIndicator' attribute value. |
void |
setCruisePackageCode(java.lang.String cruisePackageCode)
Set the 'CruisePackageCode' attribute value. |
void |
setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. |
void |
setInclusiveIndicator(java.lang.Boolean inclusiveIndicator)
Set the 'InclusiveIndicator' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CruisePackageGroup()
| Method Detail |
|---|
public java.lang.String getCruisePackageCode()
public void setCruisePackageCode(java.lang.String cruisePackageCode)
cruisePackageCode - public java.lang.Boolean getInclusiveIndicator()
public void setInclusiveIndicator(java.lang.Boolean inclusiveIndicator)
inclusiveIndicator - 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 | ||||||