public class TrafficView extends Object
Java class for TrafficView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrafficView">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="trafficViewTime" type="{http://datex2.eu/schema/2/2_0}DateTime"/>
<element name="predefinedNonOrderedLocationGroupReference" type="{http://datex2.eu/schema/2/2_0}_PredefinedNonOrderedLocationGroupVersionedReference"/>
<element name="linearTrafficView" type="{http://datex2.eu/schema/2/2_0}LinearTrafficView" maxOccurs="unbounded"/>
<element name="trafficViewExtension" 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 List<LinearTrafficView> |
linearTrafficView |
protected PredefinedNonOrderedLocationGroupVersionedReference |
predefinedNonOrderedLocationGroupReference |
protected ExtensionType |
trafficViewExtension |
protected Calendar |
trafficViewTime |
| Constructor and Description |
|---|
TrafficView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
List<LinearTrafficView> |
getLinearTrafficView()
Gets the value of the linearTrafficView property.
|
PredefinedNonOrderedLocationGroupVersionedReference |
getPredefinedNonOrderedLocationGroupReference()
Gets the value of the predefinedNonOrderedLocationGroupReference property.
|
ExtensionType |
getTrafficViewExtension()
Gets the value of the trafficViewExtension property.
|
Calendar |
getTrafficViewTime()
Gets the value of the trafficViewTime property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPredefinedNonOrderedLocationGroupReference(PredefinedNonOrderedLocationGroupVersionedReference value)
Sets the value of the predefinedNonOrderedLocationGroupReference property.
|
void |
setTrafficViewExtension(ExtensionType value)
Sets the value of the trafficViewExtension property.
|
void |
setTrafficViewTime(Calendar value)
Sets the value of the trafficViewTime property.
|
protected Calendar trafficViewTime
protected PredefinedNonOrderedLocationGroupVersionedReference predefinedNonOrderedLocationGroupReference
protected List<LinearTrafficView> linearTrafficView
protected ExtensionType trafficViewExtension
protected String id
public Calendar getTrafficViewTime()
Stringpublic void setTrafficViewTime(Calendar value)
value - allowed object is
Stringpublic PredefinedNonOrderedLocationGroupVersionedReference getPredefinedNonOrderedLocationGroupReference()
PredefinedNonOrderedLocationGroupVersionedReferencepublic void setPredefinedNonOrderedLocationGroupReference(PredefinedNonOrderedLocationGroupVersionedReference value)
value - allowed object is
PredefinedNonOrderedLocationGroupVersionedReferencepublic List<LinearTrafficView> getLinearTrafficView()
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 linearTrafficView property.
For example, to add a new item, do as follows:
getLinearTrafficView().add(newItem);
Objects of the following type(s) are allowed in the list
LinearTrafficView
public ExtensionType getTrafficViewExtension()
ExtensionTypepublic void setTrafficViewExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.