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