public class LinearTrafficView extends Object
Java class for LinearTrafficView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinearTrafficView">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="linearPredefinedLocationReference" type="{http://datex2.eu/schema/2/2_0}_PredefinedLocationVersionedReference"/>
<element name="trafficViewRecord" type="{http://datex2.eu/schema/2/2_0}TrafficViewRecord" maxOccurs="unbounded"/>
<element name="linearTrafficViewExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected PredefinedLocationVersionedReference |
linearPredefinedLocationReference |
protected ExtensionType |
linearTrafficViewExtension |
protected List<TrafficViewRecord> |
trafficViewRecord |
| Constructor and Description |
|---|
LinearTrafficView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
PredefinedLocationVersionedReference |
getLinearPredefinedLocationReference()
Gets the value of the linearPredefinedLocationReference property.
|
ExtensionType |
getLinearTrafficViewExtension()
Gets the value of the linearTrafficViewExtension property.
|
List<TrafficViewRecord> |
getTrafficViewRecord()
Gets the value of the trafficViewRecord property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLinearPredefinedLocationReference(PredefinedLocationVersionedReference value)
Sets the value of the linearPredefinedLocationReference property.
|
void |
setLinearTrafficViewExtension(ExtensionType value)
Sets the value of the linearTrafficViewExtension property.
|
protected PredefinedLocationVersionedReference linearPredefinedLocationReference
protected List<TrafficViewRecord> trafficViewRecord
protected ExtensionType linearTrafficViewExtension
protected String id
public PredefinedLocationVersionedReference getLinearPredefinedLocationReference()
PredefinedLocationVersionedReferencepublic void setLinearPredefinedLocationReference(PredefinedLocationVersionedReference value)
value - allowed object is
PredefinedLocationVersionedReferencepublic List<TrafficViewRecord> getTrafficViewRecord()
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 trafficViewRecord property.
For example, to add a new item, do as follows:
getTrafficViewRecord().add(newItem);
Objects of the following type(s) are allowed in the list
TrafficViewRecord
public ExtensionType getLinearTrafficViewExtension()
ExtensionTypepublic void setLinearTrafficViewExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.