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()
AbsoluteHorizontalPositionElementTypepublic void setNorthwestCorner(AbsoluteHorizontalPositionElementType value)
value - allowed object is
     AbsoluteHorizontalPositionElementTypepublic PositiveScalarElementType getWidth()
PositiveScalarElementTypepublic void setWidth(PositiveScalarElementType value)
value - allowed object is
     PositiveScalarElementTypepublic PositiveScalarElementType getHeight()
PositiveScalarElementTypepublic void setHeight(PositiveScalarElementType value)
value - allowed object is
     PositiveScalarElementTypepublic AreaRotationElementType getRotation()
AreaRotationElementTypepublic void setRotation(AreaRotationElementType value)
value - allowed object is
     AreaRotationElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String