public class TextDisplayAreaSettings
extends java.lang.Object
Java class for TextDisplayAreaSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TextDisplayAreaSettings"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="textLanternsOn" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/> <element name="textDisplayAreaSettingsExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
textDisplayAreaSettingsExtension |
protected java.lang.Boolean |
textLanternsOn |
Constructor and Description |
---|
TextDisplayAreaSettings() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getTextDisplayAreaSettingsExtension()
Gets the value of the textDisplayAreaSettingsExtension property.
|
java.lang.Boolean |
isTextLanternsOn()
Gets the value of the textLanternsOn property.
|
void |
setTextDisplayAreaSettingsExtension(ExtensionType value)
Sets the value of the textDisplayAreaSettingsExtension property.
|
void |
setTextLanternsOn(java.lang.Boolean value)
Sets the value of the textLanternsOn property.
|
protected java.lang.Boolean textLanternsOn
protected ExtensionType textDisplayAreaSettingsExtension
public java.lang.Boolean isTextLanternsOn()
Boolean
public void setTextLanternsOn(java.lang.Boolean value)
value
- allowed object is
Boolean
public ExtensionType getTextDisplayAreaSettingsExtension()
ExtensionType
public void setTextDisplayAreaSettingsExtension(ExtensionType value)
value
- allowed object is
ExtensionType