|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.SpecialService
public class SpecialService
Specifies the special service requirements. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="SpecialServiceType">
<xs:sequence>
<xs:element type="ns:ParagraphType" name="Comment" minOccurs="0"/>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="Type"/>
<xs:attribute type="xs:string" use="optional" name="Code"/>
<xs:attribute type="xs:string" use="optional" name="CodeName"/>
<xs:attribute type="xs:string" use="optional" name="CodeDetail"/>
<xs:attribute use="optional" name="AssociationType">
<xs:simpleType>
<!-- Reference to inner class Association -->
</xs:simpleType>
</xs:attribute>
<xs:attribute type="xs:string" use="optional" name="Date"/>
<xs:attribute type="xs:string" use="optional" name="NbrOfYears"/>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
SpecialService.Association
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
SpecialService()
|
|
| Method Summary | |
|---|---|
SpecialService.Association |
getAssociation()
Get the 'AssociationType' attribute value. |
java.lang.String |
getCode()
Get the 'Code' attribute value. |
java.lang.String |
getCodeDetail()
Get the 'CodeDetail' attribute value. |
java.lang.String |
getCodeName()
Get the 'CodeName' attribute value. |
Paragraph |
getComment()
Get the 'Comment' element value. |
java.lang.String |
getDate()
Get the 'Date' attribute value. |
java.lang.String |
getNbrOfYears()
Get the 'NbrOfYears' attribute value. |
java.lang.String |
getType()
Get the 'Type' attribute value. |
void |
setAssociation(SpecialService.Association association)
Set the 'AssociationType' attribute value. |
void |
setCode(java.lang.String code)
Set the 'Code' attribute value. |
void |
setCodeDetail(java.lang.String codeDetail)
Set the 'CodeDetail' attribute value. |
void |
setCodeName(java.lang.String codeName)
Set the 'CodeName' attribute value. |
void |
setComment(Paragraph comment)
Set the 'Comment' element value. |
void |
setDate(java.lang.String date)
Set the 'Date' attribute value. |
void |
setNbrOfYears(java.lang.String nbrOfYears)
Set the 'NbrOfYears' attribute value. |
void |
setType(java.lang.String 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 SpecialService()
| Method Detail |
|---|
public Paragraph getComment()
public void setComment(Paragraph comment)
comment - public java.lang.String getType()
public void setType(java.lang.String type)
type - public java.lang.String getCode()
public void setCode(java.lang.String code)
code - public java.lang.String getCodeName()
public void setCodeName(java.lang.String codeName)
codeName - public java.lang.String getCodeDetail()
public void setCodeDetail(java.lang.String codeDetail)
codeDetail - public SpecialService.Association getAssociation()
public void setAssociation(SpecialService.Association association)
association - public java.lang.String getDate()
public void setDate(java.lang.String date)
date - public java.lang.String getNbrOfYears()
public void setNbrOfYears(java.lang.String nbrOfYears)
nbrOfYears -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||