public class SectorPatternType extends Object
Java class for sectorPatternType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sectorPatternType"> <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="radius" use="required" type="{}positiveScalarType" /> <attribute name="sectorSize" use="required" type="{}positiveScalarType" /> <attribute name="sectorCount" 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 double |
radius |
protected int |
sectorCount |
protected double |
sectorSize |
protected HorizontalPositionElementType |
startPoint |
protected Double |
timeStamp |
Constructor and Description |
---|
SectorPatternType() |
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.
|
double |
getRadius()
Gets the value of the radius property.
|
int |
getSectorCount()
Gets the value of the sectorCount property.
|
double |
getSectorSize()
Gets the value of the sectorSize property.
|
HorizontalPositionElementType |
getStartPoint()
Gets the value of the startPoint property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp 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 |
setRadius(double value)
Sets the value of the radius property.
|
void |
setSectorCount(int value)
Sets the value of the sectorCount property.
|
void |
setSectorSize(double value)
Sets the value of the sectorSize property.
|
void |
setStartPoint(HorizontalPositionElementType value)
Sets the value of the startPoint property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected HorizontalPositionElementType startPoint
protected double orientation
protected TurnDirectionType firstTurn
protected double radius
protected double sectorSize
protected int sectorCount
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 getRadius()
public void setRadius(double value)
public double getSectorSize()
public void setSectorSize(double value)
public int getSectorCount()
public void setSectorCount(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