public class CircleElementType extends Object
Java class for circleElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="circleElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}Center"/>
<element ref="{}Radius"/>
</sequence>
<attGroup ref="{}CommonAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AbsoluteHorizontalPositionElementType |
center |
protected String |
description |
protected String |
id |
protected PositiveScalarElementType |
radius |
protected Double |
timeStamp |
| Constructor and Description |
|---|
CircleElementType() |
| Modifier and Type | Method and Description |
|---|---|
AbsoluteHorizontalPositionElementType |
getCenter()
Gets the value of the center property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
PositiveScalarElementType |
getRadius()
Gets the value of the radius property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setCenter(AbsoluteHorizontalPositionElementType value)
Sets the value of the center property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setRadius(PositiveScalarElementType value)
Sets the value of the radius property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected AbsoluteHorizontalPositionElementType center
protected PositiveScalarElementType radius
protected Double timeStamp
protected String description
protected String id
public AbsoluteHorizontalPositionElementType getCenter()
AbsoluteHorizontalPositionElementTypepublic void setCenter(AbsoluteHorizontalPositionElementType value)
value - allowed object is
AbsoluteHorizontalPositionElementTypepublic PositiveScalarElementType getRadius()
PositiveScalarElementTypepublic void setRadius(PositiveScalarElementType value)
value - allowed object is
PositiveScalarElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String