public class TextDisplayAreaSettings extends 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="textLuminanceOverride" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="textLuminanceLevel" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="textLuminanceLevelName" type="{http://datex2.eu/schema/2/2_0}VmsLuminanceLevelEnum" 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 Boolean |
textLanternsOn |
protected Long |
textLuminanceLevel |
protected VmsLuminanceLevelEnum |
textLuminanceLevelName |
protected Boolean |
textLuminanceOverride |
| Constructor and Description |
|---|
TextDisplayAreaSettings() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getTextDisplayAreaSettingsExtension()
Gets the value of the textDisplayAreaSettingsExtension property.
|
Long |
getTextLuminanceLevel()
Gets the value of the textLuminanceLevel property.
|
VmsLuminanceLevelEnum |
getTextLuminanceLevelName()
Gets the value of the textLuminanceLevelName property.
|
Boolean |
isTextLanternsOn()
Gets the value of the textLanternsOn property.
|
Boolean |
isTextLuminanceOverride()
Gets the value of the textLuminanceOverride property.
|
void |
setTextDisplayAreaSettingsExtension(ExtensionType value)
Sets the value of the textDisplayAreaSettingsExtension property.
|
void |
setTextLanternsOn(Boolean value)
Sets the value of the textLanternsOn property.
|
void |
setTextLuminanceLevel(Long value)
Sets the value of the textLuminanceLevel property.
|
void |
setTextLuminanceLevelName(VmsLuminanceLevelEnum value)
Sets the value of the textLuminanceLevelName property.
|
void |
setTextLuminanceOverride(Boolean value)
Sets the value of the textLuminanceOverride property.
|
protected Boolean textLanternsOn
protected Boolean textLuminanceOverride
protected Long textLuminanceLevel
protected VmsLuminanceLevelEnum textLuminanceLevelName
protected ExtensionType textDisplayAreaSettingsExtension
public Boolean isTextLanternsOn()
Booleanpublic void setTextLanternsOn(Boolean value)
value - allowed object is
Booleanpublic Boolean isTextLuminanceOverride()
Booleanpublic void setTextLuminanceOverride(Boolean value)
value - allowed object is
Booleanpublic Long getTextLuminanceLevel()
Stringpublic void setTextLuminanceLevel(Long value)
value - allowed object is
Stringpublic VmsLuminanceLevelEnum getTextLuminanceLevelName()
VmsLuminanceLevelEnumpublic void setTextLuminanceLevelName(VmsLuminanceLevelEnum value)
value - allowed object is
VmsLuminanceLevelEnumpublic ExtensionType getTextDisplayAreaSettingsExtension()
ExtensionTypepublic void setTextDisplayAreaSettingsExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.