public class VmsTextLine extends Object
Java class for VmsTextLine complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsTextLine">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vmsTextLine" type="{http://datex2.eu/schema/2/2_0}String"/>
<element name="vmsTextLineLanguage" type="{http://datex2.eu/schema/2/2_0}Language" minOccurs="0"/>
<element name="vmsTextLineColour" type="{http://datex2.eu/schema/2/2_0}ColourEnum" minOccurs="0"/>
<element name="vmsTextLineFlashing" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="vmsTextLineHtml" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="vmsTextLineExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
vmsTextLine |
protected ColourEnum |
vmsTextLineColour |
protected ExtensionType |
vmsTextLineExtension |
protected Boolean |
vmsTextLineFlashing |
protected String |
vmsTextLineHtml |
protected String |
vmsTextLineLanguage |
| Constructor and Description |
|---|
VmsTextLine() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVmsTextLine()
Gets the value of the vmsTextLine property.
|
ColourEnum |
getVmsTextLineColour()
Gets the value of the vmsTextLineColour property.
|
ExtensionType |
getVmsTextLineExtension()
Gets the value of the vmsTextLineExtension property.
|
String |
getVmsTextLineHtml()
Gets the value of the vmsTextLineHtml property.
|
String |
getVmsTextLineLanguage()
Gets the value of the vmsTextLineLanguage property.
|
Boolean |
isVmsTextLineFlashing()
Gets the value of the vmsTextLineFlashing property.
|
void |
setVmsTextLine(String value)
Sets the value of the vmsTextLine property.
|
void |
setVmsTextLineColour(ColourEnum value)
Sets the value of the vmsTextLineColour property.
|
void |
setVmsTextLineExtension(ExtensionType value)
Sets the value of the vmsTextLineExtension property.
|
void |
setVmsTextLineFlashing(Boolean value)
Sets the value of the vmsTextLineFlashing property.
|
void |
setVmsTextLineHtml(String value)
Sets the value of the vmsTextLineHtml property.
|
void |
setVmsTextLineLanguage(String value)
Sets the value of the vmsTextLineLanguage property.
|
protected String vmsTextLine
protected String vmsTextLineLanguage
protected ColourEnum vmsTextLineColour
protected Boolean vmsTextLineFlashing
protected String vmsTextLineHtml
protected ExtensionType vmsTextLineExtension
public String getVmsTextLine()
Stringpublic void setVmsTextLine(String value)
value - allowed object is
Stringpublic String getVmsTextLineLanguage()
Stringpublic void setVmsTextLineLanguage(String value)
value - allowed object is
Stringpublic ColourEnum getVmsTextLineColour()
ColourEnumpublic void setVmsTextLineColour(ColourEnum value)
value - allowed object is
ColourEnumpublic Boolean isVmsTextLineFlashing()
Booleanpublic void setVmsTextLineFlashing(Boolean value)
value - allowed object is
Booleanpublic String getVmsTextLineHtml()
Stringpublic void setVmsTextLineHtml(String value)
value - allowed object is
Stringpublic ExtensionType getVmsTextLineExtension()
ExtensionTypepublic void setVmsTextLineExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.