public class ParallelTrackType extends Object
Java class for parallelTrackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="parallelTrackType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}StartPoint"/> </sequence> <attGroup ref="{}CommonAttributes"/> <attribute name="orientation" use="required" type="{}headingType" /> <attribute name="firstTurn" use="required" type="{}turnDirectionType" /> <attribute name="trackLength" use="required" type="{}positiveScalarType" /> <attribute name="trackSpacing" use="required" type="{}positiveScalarType" /> <attribute name="trackCount" use="required" type="{}positiveIntegerType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected TurnDirectionType |
firstTurn |
protected String |
id |
protected double |
orientation |
protected HorizontalPositionElementType |
startPoint |
protected Double |
timeStamp |
protected int |
trackCount |
protected double |
trackLength |
protected double |
trackSpacing |
Constructor and Description |
---|
ParallelTrackType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
TurnDirectionType |
getFirstTurn()
Gets the value of the firstTurn property.
|
String |
getId()
Gets the value of the id property.
|
double |
getOrientation()
Gets the value of the orientation property.
|
HorizontalPositionElementType |
getStartPoint()
Gets the value of the startPoint property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
int |
getTrackCount()
Gets the value of the trackCount property.
|
double |
getTrackLength()
Gets the value of the trackLength property.
|
double |
getTrackSpacing()
Gets the value of the trackSpacing property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setFirstTurn(TurnDirectionType value)
Sets the value of the firstTurn property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setOrientation(double value)
Sets the value of the orientation property.
|
void |
setStartPoint(HorizontalPositionElementType value)
Sets the value of the startPoint property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setTrackCount(int value)
Sets the value of the trackCount property.
|
void |
setTrackLength(double value)
Sets the value of the trackLength property.
|
void |
setTrackSpacing(double value)
Sets the value of the trackSpacing property.
|
protected HorizontalPositionElementType startPoint
protected double orientation
protected TurnDirectionType firstTurn
protected double trackLength
protected double trackSpacing
protected int trackCount
protected Double timeStamp
protected String description
protected String id
public HorizontalPositionElementType getStartPoint()
HorizontalPositionElementType
public void setStartPoint(HorizontalPositionElementType value)
value
- allowed object is
HorizontalPositionElementType
public double getOrientation()
public void setOrientation(double value)
public TurnDirectionType getFirstTurn()
TurnDirectionType
public void setFirstTurn(TurnDirectionType value)
value
- allowed object is
TurnDirectionType
public double getTrackLength()
public void setTrackLength(double value)
public double getTrackSpacing()
public void setTrackSpacing(double value)
public int getTrackCount()
public void setTrackCount(int value)
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