|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.SpecialService
org.ota.cruise.SpecialServiceAvailRS.SpecialServices.SpecialService
public static class SpecialServiceAvailRS.SpecialServices.SpecialService
Contains the specific special service 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="SpecialService" maxOccurs="150">
<xs:complexType>
<xs:complexContent>
<xs:extension base="ns:SpecialServiceType">
<xs:sequence>
<xs:element type="ns:PriceInfoType" name="PriceInfo" minOccurs="0" maxOccurs="5"/>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="Description"/>
<xs:attribute type="xs:string" use="optional" name="Status"/>
<xs:attribute type="xs:boolean" use="optional" name="ServiceDateRequiredInd"/>
<xs:attribute type="xs:boolean" use="optional" name="NbrOfYearsRequiredInd"/>
<xs:attribute type="xs:string" use="optional" name="MinGuestsRequired"/>
<xs:attribute type="xs:boolean" use="optional" name="UserRemarkRequiredInd"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.ota.cruise.SpecialService |
|---|
SpecialService.Association |
| Constructor Summary | |
|---|---|
SpecialServiceAvailRS.SpecialServices.SpecialService()
|
|
| Method Summary | |
|---|---|
void |
addPriceInfo(PriceInfo item)
Add a 'PriceInfo' element item. |
void |
clearPriceInfos()
Remove all 'PriceInfo' element items. |
java.lang.String |
getDescription()
Get the 'Description' attribute value. |
java.lang.String |
getMinGuestsRequired()
Get the 'MinGuestsRequired' attribute value. |
java.lang.Boolean |
getNbrOfYearsRequiredInd()
Get the 'NbrOfYearsRequiredInd' attribute value. |
PriceInfo |
getPriceInfo(int index)
Get 'PriceInfo' element item by position. |
java.util.List<PriceInfo> |
getPriceInfos()
Get the list of 'PriceInfo' element items. |
java.lang.Boolean |
getServiceDateRequiredInd()
Get the 'ServiceDateRequiredInd' attribute value. |
java.lang.String |
getStatus()
Get the 'Status' attribute value. |
java.lang.Boolean |
getUserRemarkRequiredInd()
Get the 'UserRemarkRequiredInd' attribute value. |
void |
setDescription(java.lang.String description)
Set the 'Description' attribute value. |
void |
setMinGuestsRequired(java.lang.String minGuestsRequired)
Set the 'MinGuestsRequired' attribute value. |
void |
setNbrOfYearsRequiredInd(java.lang.Boolean nbrOfYearsRequiredInd)
Set the 'NbrOfYearsRequiredInd' attribute value. |
void |
setPriceInfos(java.util.List<PriceInfo> list)
Set the list of 'PriceInfo' element items. |
void |
setServiceDateRequiredInd(java.lang.Boolean serviceDateRequiredInd)
Set the 'ServiceDateRequiredInd' attribute value. |
void |
setStatus(java.lang.String status)
Set the 'Status' attribute value. |
void |
setUserRemarkRequiredInd(java.lang.Boolean userRemarkRequiredInd)
Set the 'UserRemarkRequiredInd' attribute value. |
int |
sizePriceInfos()
Get the number of 'PriceInfo' element items. |
| Methods inherited from class org.ota.cruise.SpecialService |
|---|
getAssociation, getCode, getCodeDetail, getCodeName, getComment, getDate, getNbrOfYears, getType, setAssociation, setCode, setCodeDetail, setCodeName, setComment, setDate, setNbrOfYears, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpecialServiceAvailRS.SpecialServices.SpecialService()
| Method Detail |
|---|
public java.util.List<PriceInfo> getPriceInfos()
public void setPriceInfos(java.util.List<PriceInfo> list)
list - public int sizePriceInfos()
public void addPriceInfo(PriceInfo item)
item - public PriceInfo getPriceInfo(int index)
index -
public void clearPriceInfos()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - public java.lang.Boolean getServiceDateRequiredInd()
public void setServiceDateRequiredInd(java.lang.Boolean serviceDateRequiredInd)
serviceDateRequiredInd - public java.lang.Boolean getNbrOfYearsRequiredInd()
public void setNbrOfYearsRequiredInd(java.lang.Boolean nbrOfYearsRequiredInd)
nbrOfYearsRequiredInd - public java.lang.String getMinGuestsRequired()
public void setMinGuestsRequired(java.lang.String minGuestsRequired)
minGuestsRequired - public java.lang.Boolean getUserRemarkRequiredInd()
public void setUserRemarkRequiredInd(java.lang.Boolean userRemarkRequiredInd)
userRemarkRequiredInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||