public class VmsTextDisplayCharacteristics extends 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="textPageSequencingCapable" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="textPixelsAcross" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="textPixelsDown" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="textDisplayHeight" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/>
<element name="textDisplayWidth" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/>
<element name="maxNumberOfCharacters" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="maxNumberOfRows" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="legendCodeListIdentifier" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="maxFontHeight" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="minFontHeight" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="maxFontWidth" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="minFontWidth" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="maxFontSpacing" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="minFontSpacing" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="maxTextLuminanceLevel" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="maxNumberOfSequentialPages" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="textPositionAbsolute" type="{http://datex2.eu/schema/2/2_0}PositionAbsoluteEnum" minOccurs="0"/>
<element name="textPositionX" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/>
<element name="textPositionY" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" 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 String |
legendCodeListIdentifier |
protected Long |
maxFontHeight |
protected Long |
maxFontSpacing |
protected Long |
maxFontWidth |
protected Long |
maxNumberOfCharacters |
protected Long |
maxNumberOfRows |
protected Long |
maxNumberOfSequentialPages |
protected Long |
maxTextLuminanceLevel |
protected Long |
minFontHeight |
protected Long |
minFontSpacing |
protected Long |
minFontWidth |
protected Float |
textDisplayHeight |
protected Float |
textDisplayWidth |
protected Boolean |
textLanternsPresent |
protected Boolean |
textPageSequencingCapable |
protected Long |
textPixelsAcross |
protected Long |
textPixelsDown |
protected PositionAbsoluteEnum |
textPositionAbsolute |
protected Float |
textPositionX |
protected Float |
textPositionY |
protected ExtensionType |
vmsTextDisplayCharacteristicsExtension |
| Constructor and Description |
|---|
VmsTextDisplayCharacteristics() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLegendCodeListIdentifier()
Gets the value of the legendCodeListIdentifier property.
|
Long |
getMaxFontHeight()
Gets the value of the maxFontHeight property.
|
Long |
getMaxFontSpacing()
Gets the value of the maxFontSpacing property.
|
Long |
getMaxFontWidth()
Gets the value of the maxFontWidth property.
|
Long |
getMaxNumberOfCharacters()
Gets the value of the maxNumberOfCharacters property.
|
Long |
getMaxNumberOfRows()
Gets the value of the maxNumberOfRows property.
|
Long |
getMaxNumberOfSequentialPages()
Gets the value of the maxNumberOfSequentialPages property.
|
Long |
getMaxTextLuminanceLevel()
Gets the value of the maxTextLuminanceLevel property.
|
Long |
getMinFontHeight()
Gets the value of the minFontHeight property.
|
Long |
getMinFontSpacing()
Gets the value of the minFontSpacing property.
|
Long |
getMinFontWidth()
Gets the value of the minFontWidth property.
|
Float |
getTextDisplayHeight()
Gets the value of the textDisplayHeight property.
|
Float |
getTextDisplayWidth()
Gets the value of the textDisplayWidth property.
|
Long |
getTextPixelsAcross()
Gets the value of the textPixelsAcross property.
|
Long |
getTextPixelsDown()
Gets the value of the textPixelsDown property.
|
PositionAbsoluteEnum |
getTextPositionAbsolute()
Gets the value of the textPositionAbsolute property.
|
Float |
getTextPositionX()
Gets the value of the textPositionX property.
|
Float |
getTextPositionY()
Gets the value of the textPositionY property.
|
ExtensionType |
getVmsTextDisplayCharacteristicsExtension()
Gets the value of the vmsTextDisplayCharacteristicsExtension property.
|
Boolean |
isTextLanternsPresent()
Gets the value of the textLanternsPresent property.
|
Boolean |
isTextPageSequencingCapable()
Gets the value of the textPageSequencingCapable property.
|
void |
setLegendCodeListIdentifier(String value)
Sets the value of the legendCodeListIdentifier property.
|
void |
setMaxFontHeight(Long value)
Sets the value of the maxFontHeight property.
|
void |
setMaxFontSpacing(Long value)
Sets the value of the maxFontSpacing property.
|
void |
setMaxFontWidth(Long value)
Sets the value of the maxFontWidth property.
|
void |
setMaxNumberOfCharacters(Long value)
Sets the value of the maxNumberOfCharacters property.
|
void |
setMaxNumberOfRows(Long value)
Sets the value of the maxNumberOfRows property.
|
void |
setMaxNumberOfSequentialPages(Long value)
Sets the value of the maxNumberOfSequentialPages property.
|
void |
setMaxTextLuminanceLevel(Long value)
Sets the value of the maxTextLuminanceLevel property.
|
void |
setMinFontHeight(Long value)
Sets the value of the minFontHeight property.
|
void |
setMinFontSpacing(Long value)
Sets the value of the minFontSpacing property.
|
void |
setMinFontWidth(Long value)
Sets the value of the minFontWidth property.
|
void |
setTextDisplayHeight(Float value)
Sets the value of the textDisplayHeight property.
|
void |
setTextDisplayWidth(Float value)
Sets the value of the textDisplayWidth property.
|
void |
setTextLanternsPresent(Boolean value)
Sets the value of the textLanternsPresent property.
|
void |
setTextPageSequencingCapable(Boolean value)
Sets the value of the textPageSequencingCapable property.
|
void |
setTextPixelsAcross(Long value)
Sets the value of the textPixelsAcross property.
|
void |
setTextPixelsDown(Long value)
Sets the value of the textPixelsDown property.
|
void |
setTextPositionAbsolute(PositionAbsoluteEnum value)
Sets the value of the textPositionAbsolute property.
|
void |
setTextPositionX(Float value)
Sets the value of the textPositionX property.
|
void |
setTextPositionY(Float value)
Sets the value of the textPositionY property.
|
void |
setVmsTextDisplayCharacteristicsExtension(ExtensionType value)
Sets the value of the vmsTextDisplayCharacteristicsExtension property.
|
protected Boolean textLanternsPresent
protected Boolean textPageSequencingCapable
protected Long textPixelsAcross
protected Long textPixelsDown
protected Float textDisplayHeight
protected Float textDisplayWidth
protected Long maxNumberOfCharacters
protected Long maxNumberOfRows
protected String legendCodeListIdentifier
protected Long maxFontHeight
protected Long minFontHeight
protected Long maxFontWidth
protected Long minFontWidth
protected Long maxFontSpacing
protected Long minFontSpacing
protected Long maxTextLuminanceLevel
protected Long maxNumberOfSequentialPages
protected PositionAbsoluteEnum textPositionAbsolute
protected Float textPositionX
protected Float textPositionY
protected ExtensionType vmsTextDisplayCharacteristicsExtension
public Boolean isTextLanternsPresent()
Booleanpublic void setTextLanternsPresent(Boolean value)
value - allowed object is
Booleanpublic Boolean isTextPageSequencingCapable()
Booleanpublic void setTextPageSequencingCapable(Boolean value)
value - allowed object is
Booleanpublic Long getTextPixelsAcross()
Stringpublic void setTextPixelsAcross(Long value)
value - allowed object is
Stringpublic Long getTextPixelsDown()
Stringpublic void setTextPixelsDown(Long value)
value - allowed object is
Stringpublic Float getTextDisplayHeight()
Floatpublic void setTextDisplayHeight(Float value)
value - allowed object is
Floatpublic Float getTextDisplayWidth()
Floatpublic void setTextDisplayWidth(Float value)
value - allowed object is
Floatpublic Long getMaxNumberOfCharacters()
Stringpublic void setMaxNumberOfCharacters(Long value)
value - allowed object is
Stringpublic Long getMaxNumberOfRows()
Stringpublic void setMaxNumberOfRows(Long value)
value - allowed object is
Stringpublic String getLegendCodeListIdentifier()
Stringpublic void setLegendCodeListIdentifier(String value)
value - allowed object is
Stringpublic Long getMaxFontHeight()
Stringpublic void setMaxFontHeight(Long value)
value - allowed object is
Stringpublic Long getMinFontHeight()
Stringpublic void setMinFontHeight(Long value)
value - allowed object is
Stringpublic Long getMaxFontWidth()
Stringpublic void setMaxFontWidth(Long value)
value - allowed object is
Stringpublic Long getMinFontWidth()
Stringpublic void setMinFontWidth(Long value)
value - allowed object is
Stringpublic Long getMaxFontSpacing()
Stringpublic void setMaxFontSpacing(Long value)
value - allowed object is
Stringpublic Long getMinFontSpacing()
Stringpublic void setMinFontSpacing(Long value)
value - allowed object is
Stringpublic Long getMaxTextLuminanceLevel()
Stringpublic void setMaxTextLuminanceLevel(Long value)
value - allowed object is
Stringpublic Long getMaxNumberOfSequentialPages()
Stringpublic void setMaxNumberOfSequentialPages(Long value)
value - allowed object is
Stringpublic PositionAbsoluteEnum getTextPositionAbsolute()
PositionAbsoluteEnumpublic void setTextPositionAbsolute(PositionAbsoluteEnum value)
value - allowed object is
PositionAbsoluteEnumpublic Float getTextPositionX()
Floatpublic void setTextPositionX(Float value)
value - allowed object is
Floatpublic Float getTextPositionY()
Floatpublic void setTextPositionY(Float value)
value - allowed object is
Floatpublic ExtensionType getVmsTextDisplayCharacteristicsExtension()
ExtensionTypepublic void setVmsTextDisplayCharacteristicsExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.