|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.FormattedText.SubSection
public static class FormattedText.SubSection
Subsection formatted text 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" type="ns:FormattedTextSubSectionType" name="SubSection" maxOccurs="99"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="FormattedTextSubSectionType">
<xs:sequence>
<xs:element type="ns:ParagraphType" name="Paragraph" maxOccurs="99"/>
</xs:sequence>
<xs:attribute type="xs:string" use="optional" name="SubTitle"/>
<xs:attribute type="xs:string" use="optional" name="SubCode"/>
<xs:attribute type="xs:int" use="optional" name="SubSectionNumber"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
FormattedText.SubSection()
|
|
| Method Summary | |
|---|---|
void |
addParagraph(Paragraph item)
Add a 'Paragraph' element item. |
void |
clearParagraphs()
Remove all 'Paragraph' element items. |
Paragraph |
getParagraph(int index)
Get 'Paragraph' element item by position. |
java.util.List<Paragraph> |
getParagraphs()
Get the list of 'Paragraph' element items. |
java.lang.String |
getSubCode()
Get the 'SubCode' attribute value. |
java.lang.Integer |
getSubSectionNumber()
Get the 'SubSectionNumber' attribute value. |
java.lang.String |
getSubTitle()
Get the 'SubTitle' attribute value. |
void |
setParagraphs(java.util.List<Paragraph> list)
Set the list of 'Paragraph' element items. |
void |
setSubCode(java.lang.String subCode)
Set the 'SubCode' attribute value. |
void |
setSubSectionNumber(java.lang.Integer subSectionNumber)
Set the 'SubSectionNumber' attribute value. |
void |
setSubTitle(java.lang.String subTitle)
Set the 'SubTitle' attribute value. |
int |
sizeParagraphs()
Get the number of 'Paragraph' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormattedText.SubSection()
| Method Detail |
|---|
public java.util.List<Paragraph> getParagraphs()
public void setParagraphs(java.util.List<Paragraph> list)
list - public int sizeParagraphs()
public void addParagraph(Paragraph item)
item - public Paragraph getParagraph(int index)
index -
public void clearParagraphs()
public java.lang.String getSubTitle()
public void setSubTitle(java.lang.String subTitle)
subTitle - public java.lang.String getSubCode()
public void setSubCode(java.lang.String subCode)
subCode - public java.lang.Integer getSubSectionNumber()
public void setSubSectionNumber(java.lang.Integer subSectionNumber)
subSectionNumber -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||