public class VmsRecord extends Object
Java class for VmsRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsRecord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vmsDescription" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="vmsOwner" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="vmsPhysicalMounting" type="{http://datex2.eu/schema/2/2_0}PhysicalMountingEnum" minOccurs="0"/>
<element name="vmsType" type="{http://datex2.eu/schema/2/2_0}VmsTypeEnum" minOccurs="0"/>
<element name="vmsTypeCode" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="numberOfPictogramDisplayAreas" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="dynamicallyConfigurableDisplayAreas" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<element name="vmsDisplayHeight" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/>
<element name="vmsDisplayWidth" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/>
<element name="vmsHeightAboveRoadway" type="{http://datex2.eu/schema/2/2_0}MetresAsFloat" minOccurs="0"/>
<element name="vmsTextDisplayCharacteristics" type="{http://datex2.eu/schema/2/2_0}VmsTextDisplayCharacteristics" minOccurs="0"/>
<element name="vmsPictogramDisplayCharacteristics" type="{http://datex2.eu/schema/2/2_0}_VmsRecordPictogramDisplayAreaIndexVmsPictogramDisplayCharacteristics" maxOccurs="unbounded" minOccurs="0"/>
<element name="vmsLocation" type="{http://datex2.eu/schema/2/2_0}Location" minOccurs="0"/>
<element name="vmsManagedLogicalLocation" type="{http://datex2.eu/schema/2/2_0}VmsManagedLogicalLocation" minOccurs="0"/>
<element name="backgroundImageUrl" type="{http://datex2.eu/schema/2/2_0}UrlLink" minOccurs="0"/>
<element name="vmsRecordExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected UrlLink |
backgroundImageUrl |
protected Boolean |
dynamicallyConfigurableDisplayAreas |
protected Long |
numberOfPictogramDisplayAreas |
protected MultilingualString |
vmsDescription |
protected Float |
vmsDisplayHeight |
protected Float |
vmsDisplayWidth |
protected Float |
vmsHeightAboveRoadway |
protected Location |
vmsLocation |
protected VmsManagedLogicalLocation |
vmsManagedLogicalLocation |
protected MultilingualString |
vmsOwner |
protected PhysicalMountingEnum |
vmsPhysicalMounting |
protected List<VmsRecordPictogramDisplayAreaIndexVmsPictogramDisplayCharacteristics> |
vmsPictogramDisplayCharacteristics |
protected ExtensionType |
vmsRecordExtension |
protected VmsTextDisplayCharacteristics |
vmsTextDisplayCharacteristics |
protected VmsTypeEnum |
vmsType |
protected String |
vmsTypeCode |
| Constructor and Description |
|---|
VmsRecord() |
| Modifier and Type | Method and Description |
|---|---|
UrlLink |
getBackgroundImageUrl()
Gets the value of the backgroundImageUrl property.
|
Long |
getNumberOfPictogramDisplayAreas()
Gets the value of the numberOfPictogramDisplayAreas property.
|
MultilingualString |
getVmsDescription()
Gets the value of the vmsDescription property.
|
Float |
getVmsDisplayHeight()
Gets the value of the vmsDisplayHeight property.
|
Float |
getVmsDisplayWidth()
Gets the value of the vmsDisplayWidth property.
|
Float |
getVmsHeightAboveRoadway()
Gets the value of the vmsHeightAboveRoadway property.
|
Location |
getVmsLocation()
Gets the value of the vmsLocation property.
|
VmsManagedLogicalLocation |
getVmsManagedLogicalLocation()
Gets the value of the vmsManagedLogicalLocation property.
|
MultilingualString |
getVmsOwner()
Gets the value of the vmsOwner property.
|
PhysicalMountingEnum |
getVmsPhysicalMounting()
Gets the value of the vmsPhysicalMounting property.
|
List<VmsRecordPictogramDisplayAreaIndexVmsPictogramDisplayCharacteristics> |
getVmsPictogramDisplayCharacteristics()
Gets the value of the vmsPictogramDisplayCharacteristics property.
|
ExtensionType |
getVmsRecordExtension()
Gets the value of the vmsRecordExtension property.
|
VmsTextDisplayCharacteristics |
getVmsTextDisplayCharacteristics()
Gets the value of the vmsTextDisplayCharacteristics property.
|
VmsTypeEnum |
getVmsType()
Gets the value of the vmsType property.
|
String |
getVmsTypeCode()
Gets the value of the vmsTypeCode property.
|
Boolean |
isDynamicallyConfigurableDisplayAreas()
Gets the value of the dynamicallyConfigurableDisplayAreas property.
|
void |
setBackgroundImageUrl(UrlLink value)
Sets the value of the backgroundImageUrl property.
|
void |
setDynamicallyConfigurableDisplayAreas(Boolean value)
Sets the value of the dynamicallyConfigurableDisplayAreas property.
|
void |
setNumberOfPictogramDisplayAreas(Long value)
Sets the value of the numberOfPictogramDisplayAreas property.
|
void |
setVmsDescription(MultilingualString value)
Sets the value of the vmsDescription property.
|
void |
setVmsDisplayHeight(Float value)
Sets the value of the vmsDisplayHeight property.
|
void |
setVmsDisplayWidth(Float value)
Sets the value of the vmsDisplayWidth property.
|
void |
setVmsHeightAboveRoadway(Float value)
Sets the value of the vmsHeightAboveRoadway property.
|
void |
setVmsLocation(Location value)
Sets the value of the vmsLocation property.
|
void |
setVmsManagedLogicalLocation(VmsManagedLogicalLocation value)
Sets the value of the vmsManagedLogicalLocation property.
|
void |
setVmsOwner(MultilingualString value)
Sets the value of the vmsOwner property.
|
void |
setVmsPhysicalMounting(PhysicalMountingEnum value)
Sets the value of the vmsPhysicalMounting property.
|
void |
setVmsRecordExtension(ExtensionType value)
Sets the value of the vmsRecordExtension property.
|
void |
setVmsTextDisplayCharacteristics(VmsTextDisplayCharacteristics value)
Sets the value of the vmsTextDisplayCharacteristics property.
|
void |
setVmsType(VmsTypeEnum value)
Sets the value of the vmsType property.
|
void |
setVmsTypeCode(String value)
Sets the value of the vmsTypeCode property.
|
protected MultilingualString vmsDescription
protected MultilingualString vmsOwner
protected PhysicalMountingEnum vmsPhysicalMounting
protected VmsTypeEnum vmsType
protected String vmsTypeCode
protected Long numberOfPictogramDisplayAreas
protected Boolean dynamicallyConfigurableDisplayAreas
protected Float vmsDisplayHeight
protected Float vmsDisplayWidth
protected Float vmsHeightAboveRoadway
protected VmsTextDisplayCharacteristics vmsTextDisplayCharacteristics
protected List<VmsRecordPictogramDisplayAreaIndexVmsPictogramDisplayCharacteristics> vmsPictogramDisplayCharacteristics
protected Location vmsLocation
protected VmsManagedLogicalLocation vmsManagedLogicalLocation
protected UrlLink backgroundImageUrl
protected ExtensionType vmsRecordExtension
public MultilingualString getVmsDescription()
MultilingualStringpublic void setVmsDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic MultilingualString getVmsOwner()
MultilingualStringpublic void setVmsOwner(MultilingualString value)
value - allowed object is
MultilingualStringpublic PhysicalMountingEnum getVmsPhysicalMounting()
PhysicalMountingEnumpublic void setVmsPhysicalMounting(PhysicalMountingEnum value)
value - allowed object is
PhysicalMountingEnumpublic VmsTypeEnum getVmsType()
VmsTypeEnumpublic void setVmsType(VmsTypeEnum value)
value - allowed object is
VmsTypeEnumpublic String getVmsTypeCode()
Stringpublic void setVmsTypeCode(String value)
value - allowed object is
Stringpublic Long getNumberOfPictogramDisplayAreas()
Stringpublic void setNumberOfPictogramDisplayAreas(Long value)
value - allowed object is
Stringpublic Boolean isDynamicallyConfigurableDisplayAreas()
Booleanpublic void setDynamicallyConfigurableDisplayAreas(Boolean value)
value - allowed object is
Booleanpublic Float getVmsDisplayHeight()
Floatpublic void setVmsDisplayHeight(Float value)
value - allowed object is
Floatpublic Float getVmsDisplayWidth()
Floatpublic void setVmsDisplayWidth(Float value)
value - allowed object is
Floatpublic Float getVmsHeightAboveRoadway()
Floatpublic void setVmsHeightAboveRoadway(Float value)
value - allowed object is
Floatpublic VmsTextDisplayCharacteristics getVmsTextDisplayCharacteristics()
VmsTextDisplayCharacteristicspublic void setVmsTextDisplayCharacteristics(VmsTextDisplayCharacteristics value)
value - allowed object is
VmsTextDisplayCharacteristicspublic List<VmsRecordPictogramDisplayAreaIndexVmsPictogramDisplayCharacteristics> getVmsPictogramDisplayCharacteristics()
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 vmsPictogramDisplayCharacteristics property.
For example, to add a new item, do as follows:
getVmsPictogramDisplayCharacteristics().add(newItem);
Objects of the following type(s) are allowed in the list
VmsRecordPictogramDisplayAreaIndexVmsPictogramDisplayCharacteristics
public Location getVmsLocation()
Locationpublic void setVmsLocation(Location value)
value - allowed object is
Locationpublic VmsManagedLogicalLocation getVmsManagedLogicalLocation()
VmsManagedLogicalLocationpublic void setVmsManagedLogicalLocation(VmsManagedLogicalLocation value)
value - allowed object is
VmsManagedLogicalLocationpublic UrlLink getBackgroundImageUrl()
UrlLinkpublic void setBackgroundImageUrl(UrlLink value)
value - allowed object is
UrlLinkpublic ExtensionType getVmsRecordExtension()
ExtensionTypepublic void setVmsRecordExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.