public class VehicleStatusUpdateElementType extends Object
Java class for vehicleStatusUpdateElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="vehicleStatusUpdateElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}CommonAttributes"/> <attribute name="system" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="status" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected String |
status |
protected String |
system |
protected Double |
timeStamp |
Constructor and Description |
---|
VehicleStatusUpdateElementType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
String |
getStatus()
Gets the value of the status property.
|
String |
getSystem()
Gets the value of the system property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSystem(String value)
Sets the value of the system property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected String system
protected String status
protected Double timeStamp
protected String description
protected String id
public String getSystem()
String
public void setSystem(String value)
value
- allowed object is
String
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String