|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.FormattedTextText
public class FormattedTextText
Provides text and indicates whether it is formatted or not. 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="FormattedTextTextType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:boolean" use="optional" name="Formatted"/>
<xs:attributeGroup ref="ns:LanguageGroup"/>
<xs:attribute use="optional" name="TextFormat">
<xs:simpleType>
<!-- Reference to inner class TextFormat -->
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="LanguageGroup">
<xs:attribute type="xs:string" use="optional" name="Language"/>
</xs:attributeGroup>
| Nested Class Summary | |
|---|---|
static class |
FormattedTextText.TextFormat
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
FormattedTextText()
|
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getFormatted()
Get the 'Formatted' attribute value. |
java.lang.String |
getLanguage()
Get the 'Language' attribute value. |
java.lang.String |
getString()
Get the extension value. |
FormattedTextText.TextFormat |
getTextFormat()
Get the 'TextFormat' attribute value. |
void |
setFormatted(java.lang.Boolean formatted)
Set the 'Formatted' attribute value. |
void |
setLanguage(java.lang.String language)
Set the 'Language' attribute value. |
void |
setString(java.lang.String string)
Set the extension value. |
void |
setTextFormat(FormattedTextText.TextFormat textFormat)
Set the 'TextFormat' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormattedTextText()
| Method Detail |
|---|
public java.lang.String getString()
public void setString(java.lang.String string)
string - public java.lang.Boolean getFormatted()
public void setFormatted(java.lang.Boolean formatted)
formatted - public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language - public FormattedTextText.TextFormat getTextFormat()
public void setTextFormat(FormattedTextText.TextFormat textFormat)
textFormat -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||