public class RepositionElementType extends Object
Java class for repositionElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="repositionElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Routing" minOccurs="0"/> </sequence> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected RouteElementType |
routing |
protected Double |
timeStamp |
Constructor and Description |
---|
RepositionElementType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
RouteElementType |
getRouting()
Gets the value of the routing 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 |
setRouting(RouteElementType value)
Sets the value of the routing property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected RouteElementType routing
protected Double timeStamp
protected String description
protected String id
public RouteElementType getRouting()
RouteElementType
public void setRouting(RouteElementType value)
value
- allowed object is
RouteElementType
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