|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail
public static class HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail
RecreationDetail is used to give furher desciption regarding the recreation. These codes are passed in the code attribute and include details such as if a golf course has a driving range and what the total yardage for the course is. 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="RecreationDetail" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:ParagraphType" name="Description" minOccurs="0" maxOccurs="5"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="Code"/> <xs:attribute type="xs:string" use="optional" name="ExistsCode"/> <xs:attributeGroup ref="ns:CodeInfoGroup"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail()
|
Method Summary | |
---|---|
void |
addDescription(Paragraph item)
Add a 'Description' element item. |
void |
clearDescriptions()
Remove all 'Description' element items. |
java.lang.String |
getCode()
Get the 'Code' attribute value. |
CodeInfoGroup |
getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. |
Paragraph |
getDescription(int index)
Get 'Description' element item by position. |
java.util.List<Paragraph> |
getDescriptions()
Get the list of 'Description' element items. |
java.lang.String |
getExistsCode()
Get the 'ExistsCode' attribute value. |
void |
setCode(java.lang.String code)
Set the 'Code' attribute value. |
void |
setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
Set the 'CodeInfoGroup' attributeGroup value. |
void |
setDescriptions(java.util.List<Paragraph> list)
Set the list of 'Description' element items. |
void |
setExistsCode(java.lang.String existsCode)
Set the 'ExistsCode' attribute value. |
int |
sizeDescriptions()
Get the number of 'Description' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.AreaInfo.Recreations.Recreation.RecreationDetails.RecreationDetail()
Method Detail |
---|
public java.util.List<Paragraph> getDescriptions()
public void setDescriptions(java.util.List<Paragraph> list)
list
- public int sizeDescriptions()
public void addDescription(Paragraph item)
item
- public Paragraph getDescription(int index)
index
-
public void clearDescriptions()
public java.lang.String getCode()
public void setCode(java.lang.String code)
code
- public java.lang.String getExistsCode()
public void setExistsCode(java.lang.String existsCode)
existsCode
- public CodeInfoGroup getCodeInfoGroup()
public void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
codeInfoGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |