|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.FormattedText
public class FormattedText
Collection of formatted text sub sections. Schema fragment(s) for this class:
<xs:complexType xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FormattedTextType"> <xs:sequence> <xs:element type="FormattedTextSubSectionType" name="SubSection" maxOccurs="99"> <!-- Reference to inner class SubSection --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="Title"/> <xs:attribute type="xs:string" use="optional" name="Language"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
FormattedText.SubSection
Subsection formatted text information. |
Constructor Summary | |
---|---|
FormattedText()
|
Method Summary | |
---|---|
void |
addSubSection(FormattedText.SubSection item)
Add a 'SubSection' element item. |
void |
clearSubSections()
Remove all 'SubSection' element items. |
java.lang.String |
getLanguage()
Get the 'Language' attribute value. |
FormattedText.SubSection |
getSubSection(int index)
Get 'SubSection' element item by position. |
java.util.List<FormattedText.SubSection> |
getSubSections()
Get the list of 'SubSection' element items. |
java.lang.String |
getTitle()
Get the 'Title' attribute value. |
void |
setLanguage(java.lang.String language)
Set the 'Language' attribute value. |
void |
setSubSections(java.util.List<FormattedText.SubSection> list)
Set the list of 'SubSection' element items. |
void |
setTitle(java.lang.String title)
Set the 'Title' attribute value. |
int |
sizeSubSections()
Get the number of 'SubSection' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormattedText()
Method Detail |
---|
public java.util.List<FormattedText.SubSection> getSubSections()
public void setSubSections(java.util.List<FormattedText.SubSection> list)
list
- public int sizeSubSections()
public void addSubSection(FormattedText.SubSection item)
item
- public FormattedText.SubSection getSubSection(int index)
index
-
public void clearSubSections()
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |