public class VmsTextLine
extends java.lang.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="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 java.lang.String |
vmsTextLine |
protected ExtensionType |
vmsTextLineExtension |
protected java.lang.Boolean |
vmsTextLineFlashing |
protected java.lang.String |
vmsTextLineHtml |
| Constructor and Description |
|---|
VmsTextLine() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVmsTextLine()
Gets the value of the vmsTextLine property.
|
ExtensionType |
getVmsTextLineExtension()
Gets the value of the vmsTextLineExtension property.
|
java.lang.String |
getVmsTextLineHtml()
Gets the value of the vmsTextLineHtml property.
|
java.lang.Boolean |
isVmsTextLineFlashing()
Gets the value of the vmsTextLineFlashing property.
|
void |
setVmsTextLine(java.lang.String value)
Sets the value of the vmsTextLine property.
|
void |
setVmsTextLineExtension(ExtensionType value)
Sets the value of the vmsTextLineExtension property.
|
void |
setVmsTextLineFlashing(java.lang.Boolean value)
Sets the value of the vmsTextLineFlashing property.
|
void |
setVmsTextLineHtml(java.lang.String value)
Sets the value of the vmsTextLineHtml property.
|
protected java.lang.String vmsTextLine
protected java.lang.Boolean vmsTextLineFlashing
protected java.lang.String vmsTextLineHtml
protected ExtensionType vmsTextLineExtension
public java.lang.String getVmsTextLine()
Stringpublic void setVmsTextLine(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isVmsTextLineFlashing()
Booleanpublic void setVmsTextLineFlashing(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getVmsTextLineHtml()
Stringpublic void setVmsTextLineHtml(java.lang.String value)
value - allowed object is
Stringpublic ExtensionType getVmsTextLineExtension()
ExtensionTypepublic void setVmsTextLineExtension(ExtensionType value)
value - allowed object is
ExtensionType