public class ExpandingSquareType extends Object
Java class for expandingSquareType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="expandingSquareType"> <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="turnDirection" use="required" type="{}turnDirectionType" /> <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 String |
id |
protected double |
orientation |
protected HorizontalPositionElementType |
startPoint |
protected Double |
timeStamp |
protected int |
trackCount |
protected double |
trackSpacing |
protected TurnDirectionType |
turnDirection |
Constructor and Description |
---|
ExpandingSquareType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description 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 |
getTrackSpacing()
Gets the value of the trackSpacing property.
|
TurnDirectionType |
getTurnDirection()
Gets the value of the turnDirection property.
|
void |
setDescription(String value)
Sets the value of the description 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 |
setTrackSpacing(double value)
Sets the value of the trackSpacing property.
|
void |
setTurnDirection(TurnDirectionType value)
Sets the value of the turnDirection property.
|
protected HorizontalPositionElementType startPoint
protected double orientation
protected TurnDirectionType turnDirection
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 getTurnDirection()
TurnDirectionType
public void setTurnDirection(TurnDirectionType value)
value
- allowed object is
TurnDirectionType
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