public class VmsText extends Object
Java class for VmsText complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsText">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vmsLegendCode" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="vmsTextImageUrl" type="{http://datex2.eu/schema/2/2_0}Url" minOccurs="0"/>
<element name="vmsTextLine" type="{http://datex2.eu/schema/2/2_0}_VmsTextLineIndexVmsTextLine" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmsTextExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
vmsLegendCode |
protected ExtensionType |
vmsTextExtension |
protected String |
vmsTextImageUrl |
protected List<VmsTextLineIndexVmsTextLine> |
vmsTextLine |
| Constructor and Description |
|---|
VmsText() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVmsLegendCode()
Gets the value of the vmsLegendCode property.
|
ExtensionType |
getVmsTextExtension()
Gets the value of the vmsTextExtension property.
|
String |
getVmsTextImageUrl()
Gets the value of the vmsTextImageUrl property.
|
List<VmsTextLineIndexVmsTextLine> |
getVmsTextLine()
Gets the value of the vmsTextLine property.
|
void |
setVmsLegendCode(String value)
Sets the value of the vmsLegendCode property.
|
void |
setVmsTextExtension(ExtensionType value)
Sets the value of the vmsTextExtension property.
|
void |
setVmsTextImageUrl(String value)
Sets the value of the vmsTextImageUrl property.
|
protected String vmsLegendCode
protected String vmsTextImageUrl
protected List<VmsTextLineIndexVmsTextLine> vmsTextLine
protected ExtensionType vmsTextExtension
public String getVmsLegendCode()
Stringpublic void setVmsLegendCode(String value)
value - allowed object is
Stringpublic String getVmsTextImageUrl()
Stringpublic void setVmsTextImageUrl(String value)
value - allowed object is
Stringpublic List<VmsTextLineIndexVmsTextLine> getVmsTextLine()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the vmsTextLine property.
For example, to add a new item, do as follows:
getVmsTextLine().add(newItem);
Objects of the following type(s) are allowed in the list
VmsTextLineIndexVmsTextLine
public ExtensionType getVmsTextExtension()
ExtensionTypepublic void setVmsTextExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.