public class VmsManagedLogicalLocation extends Object
Java class for VmsManagedLogicalLocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmsManagedLogicalLocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="managedLogicalLocation" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="distanceFromLogicalLocation" type="{http://datex2.eu/schema/2/2_0}MetresAsNonNegativeInteger" minOccurs="0"/>
<element name="managedLocation" type="{http://datex2.eu/schema/2/2_0}Location" minOccurs="0"/>
<element name="vmsManagedLogicalLocationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
distanceFromLogicalLocation |
protected Location |
managedLocation |
protected MultilingualString |
managedLogicalLocation |
protected ExtensionType |
vmsManagedLogicalLocationExtension |
| Constructor and Description |
|---|
VmsManagedLogicalLocation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDistanceFromLogicalLocation()
Gets the value of the distanceFromLogicalLocation property.
|
Location |
getManagedLocation()
Gets the value of the managedLocation property.
|
MultilingualString |
getManagedLogicalLocation()
Gets the value of the managedLogicalLocation property.
|
ExtensionType |
getVmsManagedLogicalLocationExtension()
Gets the value of the vmsManagedLogicalLocationExtension property.
|
void |
setDistanceFromLogicalLocation(Long value)
Sets the value of the distanceFromLogicalLocation property.
|
void |
setManagedLocation(Location value)
Sets the value of the managedLocation property.
|
void |
setManagedLogicalLocation(MultilingualString value)
Sets the value of the managedLogicalLocation property.
|
void |
setVmsManagedLogicalLocationExtension(ExtensionType value)
Sets the value of the vmsManagedLogicalLocationExtension property.
|
protected MultilingualString managedLogicalLocation
protected Long distanceFromLogicalLocation
protected Location managedLocation
protected ExtensionType vmsManagedLogicalLocationExtension
public MultilingualString getManagedLogicalLocation()
MultilingualStringpublic void setManagedLogicalLocation(MultilingualString value)
value - allowed object is
MultilingualStringpublic Long getDistanceFromLogicalLocation()
Stringpublic void setDistanceFromLogicalLocation(Long value)
value - allowed object is
Stringpublic Location getManagedLocation()
Locationpublic void setManagedLocation(Location value)
value - allowed object is
Locationpublic ExtensionType getVmsManagedLogicalLocationExtension()
ExtensionTypepublic void setVmsManagedLogicalLocationExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.