public class RectangleElementType extends Object
Java class for rectangleElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="rectangleElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}NorthwestCorner"/> <element ref="{}Width"/> <element ref="{}Height"/> <element ref="{}Rotation" minOccurs="0"/> </sequence> <attGroup ref="{}CommonAttributes"/> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected PositiveScalarElementType |
height |
protected String |
id |
protected AbsoluteHorizontalPositionElementType |
northwestCorner |
protected AreaRotationElementType |
rotation |
protected Double |
timeStamp |
protected PositiveScalarElementType |
width |
Constructor and Description |
---|
RectangleElementType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
PositiveScalarElementType |
getHeight()
North/South height of the rectangle in meters.
|
String |
getId()
Gets the value of the id property.
|
AbsoluteHorizontalPositionElementType |
getNorthwestCorner()
Gets the value of the northwestCorner property.
|
AreaRotationElementType |
getRotation()
Gets the value of the rotation property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
PositiveScalarElementType |
getWidth()
Gets the value of the width property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHeight(PositiveScalarElementType value)
Sets the value of the height property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNorthwestCorner(AbsoluteHorizontalPositionElementType value)
Sets the value of the northwestCorner property.
|
void |
setRotation(AreaRotationElementType value)
Sets the value of the rotation property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setWidth(PositiveScalarElementType value)
Sets the value of the width property.
|
protected AbsoluteHorizontalPositionElementType northwestCorner
protected PositiveScalarElementType width
protected PositiveScalarElementType height
protected AreaRotationElementType rotation
protected Double timeStamp
protected String description
protected String id
public AbsoluteHorizontalPositionElementType getNorthwestCorner()
AbsoluteHorizontalPositionElementType
public void setNorthwestCorner(AbsoluteHorizontalPositionElementType value)
value
- allowed object is
AbsoluteHorizontalPositionElementType
public PositiveScalarElementType getWidth()
PositiveScalarElementType
public void setWidth(PositiveScalarElementType value)
value
- allowed object is
PositiveScalarElementType
public PositiveScalarElementType getHeight()
PositiveScalarElementType
public void setHeight(PositiveScalarElementType value)
value
- allowed object is
PositiveScalarElementType
public AreaRotationElementType getRotation()
AreaRotationElementType
public void setRotation(AreaRotationElementType value)
value
- allowed object is
AreaRotationElementType
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