public class TrafficViewRecord extends Object
Java class for TrafficViewRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrafficViewRecord">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="recordSequenceNumber" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger"/>
<element name="trafficElement" type="{http://datex2.eu/schema/2/2_0}TrafficElement" minOccurs="0"/>
<element name="operatorAction" type="{http://datex2.eu/schema/2/2_0}OperatorAction" minOccurs="0"/>
<element name="elaboratedData" type="{http://datex2.eu/schema/2/2_0}ElaboratedData" minOccurs="0"/>
<element name="urlLink" type="{http://datex2.eu/schema/2/2_0}UrlLink" maxOccurs="unbounded" minOccurs="0"/>
<element name="trafficViewRecordExtension" 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 ElaboratedData |
elaboratedData |
protected String |
id |
protected OperatorAction |
operatorAction |
protected Long |
recordSequenceNumber |
protected TrafficElement |
trafficElement |
protected ExtensionType |
trafficViewRecordExtension |
protected List<UrlLink> |
urlLink |
| Constructor and Description |
|---|
TrafficViewRecord() |
| Modifier and Type | Method and Description |
|---|---|
ElaboratedData |
getElaboratedData()
Gets the value of the elaboratedData property.
|
String |
getId()
Gets the value of the id property.
|
OperatorAction |
getOperatorAction()
Gets the value of the operatorAction property.
|
Long |
getRecordSequenceNumber()
Gets the value of the recordSequenceNumber property.
|
TrafficElement |
getTrafficElement()
Gets the value of the trafficElement property.
|
ExtensionType |
getTrafficViewRecordExtension()
Gets the value of the trafficViewRecordExtension property.
|
List<UrlLink> |
getUrlLink()
Gets the value of the urlLink property.
|
void |
setElaboratedData(ElaboratedData value)
Sets the value of the elaboratedData property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setOperatorAction(OperatorAction value)
Sets the value of the operatorAction property.
|
void |
setRecordSequenceNumber(Long value)
Sets the value of the recordSequenceNumber property.
|
void |
setTrafficElement(TrafficElement value)
Sets the value of the trafficElement property.
|
void |
setTrafficViewRecordExtension(ExtensionType value)
Sets the value of the trafficViewRecordExtension property.
|
protected Long recordSequenceNumber
protected TrafficElement trafficElement
protected OperatorAction operatorAction
protected ElaboratedData elaboratedData
protected ExtensionType trafficViewRecordExtension
protected String id
public Long getRecordSequenceNumber()
Stringpublic void setRecordSequenceNumber(Long value)
value - allowed object is
Stringpublic TrafficElement getTrafficElement()
TrafficElementpublic void setTrafficElement(TrafficElement value)
value - allowed object is
TrafficElementpublic OperatorAction getOperatorAction()
OperatorActionpublic void setOperatorAction(OperatorAction value)
value - allowed object is
OperatorActionpublic ElaboratedData getElaboratedData()
ElaboratedDatapublic void setElaboratedData(ElaboratedData value)
value - allowed object is
ElaboratedDatapublic List<UrlLink> getUrlLink()
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 urlLink property.
For example, to add a new item, do as follows:
getUrlLink().add(newItem);
Objects of the following type(s) are allowed in the list
UrlLink
public ExtensionType getTrafficViewRecordExtension()
ExtensionTypepublic void setTrafficViewRecordExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.