public class AreaElementType extends Object
Java class for areaElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="areaElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{}AreaElements"/>
         <group ref="{}VerticalBlockElements" minOccurs="0"/>
       </sequence>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected NonNegativeScalarElementType | aglAltitude | 
| protected NumericalBlockElementType | aglAltitudeBlock | 
| protected NumericalBlockElementType | aglmslAltitudeBlock | 
| protected NonNegativeScalarElementType | altitude | 
| protected NumericalBlockElementType | altitudeBlock | 
| protected CircleElementType | circle | 
| protected NonNegativeScalarElementType | depth | 
| protected NumericalBlockElementType | depthAltitudeBlock | 
| protected NumericalBlockElementType | depthBlock | 
| protected String | description | 
| protected String | id | 
| protected LimitingLineElementType | limitingLine | 
| protected NonNegativeScalarElementType | mslAltitude | 
| protected NumericalBlockElementType | mslAltitudeBlock | 
| protected AbsoluteHorizontalPositionElementType | point | 
| protected PolygonElementType | polygon | 
| protected RectangleElementType | rectangle | 
| protected Double | timeStamp | 
| Constructor and Description | 
|---|
| AreaElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| NonNegativeScalarElementType | getAGLAltitude()Gets the value of the aglAltitude property. | 
| NumericalBlockElementType | getAGLAltitudeBlock()Gets the value of the aglAltitudeBlock property. | 
| NumericalBlockElementType | getAGLMSLAltitudeBlock()Gets the value of the aglmslAltitudeBlock property. | 
| NonNegativeScalarElementType | getAltitude()Gets the value of the altitude property. | 
| NumericalBlockElementType | getAltitudeBlock()Gets the value of the altitudeBlock property. | 
| CircleElementType | getCircle()Gets the value of the circle property. | 
| NonNegativeScalarElementType | getDepth()Gets the value of the depth property. | 
| NumericalBlockElementType | getDepthAltitudeBlock()Gets the value of the depthAltitudeBlock property. | 
| NumericalBlockElementType | getDepthBlock()Gets the value of the depthBlock property. | 
| String | getDescription()Gets the value of the description property. | 
| String | getId()Gets the value of the id property. | 
| LimitingLineElementType | getLimitingLine()Gets the value of the limitingLine property. | 
| NonNegativeScalarElementType | getMSLAltitude()Gets the value of the mslAltitude property. | 
| NumericalBlockElementType | getMSLAltitudeBlock()Gets the value of the mslAltitudeBlock property. | 
| AbsoluteHorizontalPositionElementType | getPoint()Gets the value of the point property. | 
| PolygonElementType | getPolygon()Gets the value of the polygon property. | 
| RectangleElementType | getRectangle()Gets the value of the rectangle property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| void | setAGLAltitude(NonNegativeScalarElementType value)Sets the value of the aglAltitude property. | 
| void | setAGLAltitudeBlock(NumericalBlockElementType value)Sets the value of the aglAltitudeBlock property. | 
| void | setAGLMSLAltitudeBlock(NumericalBlockElementType value)Sets the value of the aglmslAltitudeBlock property. | 
| void | setAltitude(NonNegativeScalarElementType value)Sets the value of the altitude property. | 
| void | setAltitudeBlock(NumericalBlockElementType value)Sets the value of the altitudeBlock property. | 
| void | setCircle(CircleElementType value)Sets the value of the circle property. | 
| void | setDepth(NonNegativeScalarElementType value)Sets the value of the depth property. | 
| void | setDepthAltitudeBlock(NumericalBlockElementType value)Sets the value of the depthAltitudeBlock property. | 
| void | setDepthBlock(NumericalBlockElementType value)Sets the value of the depthBlock property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setLimitingLine(LimitingLineElementType value)Sets the value of the limitingLine property. | 
| void | setMSLAltitude(NonNegativeScalarElementType value)Sets the value of the mslAltitude property. | 
| void | setMSLAltitudeBlock(NumericalBlockElementType value)Sets the value of the mslAltitudeBlock property. | 
| void | setPoint(AbsoluteHorizontalPositionElementType value)Sets the value of the point property. | 
| void | setPolygon(PolygonElementType value)Sets the value of the polygon property. | 
| void | setRectangle(RectangleElementType value)Sets the value of the rectangle property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
protected AbsoluteHorizontalPositionElementType point
protected CircleElementType circle
protected RectangleElementType rectangle
protected PolygonElementType polygon
protected LimitingLineElementType limitingLine
protected NonNegativeScalarElementType depth
protected NonNegativeScalarElementType altitude
protected NonNegativeScalarElementType aglAltitude
protected NonNegativeScalarElementType mslAltitude
protected NumericalBlockElementType depthBlock
protected NumericalBlockElementType altitudeBlock
protected NumericalBlockElementType depthAltitudeBlock
protected NumericalBlockElementType aglAltitudeBlock
protected NumericalBlockElementType mslAltitudeBlock
protected NumericalBlockElementType aglmslAltitudeBlock
protected Double timeStamp
protected String description
protected String id
public AbsoluteHorizontalPositionElementType getPoint()
AbsoluteHorizontalPositionElementTypepublic void setPoint(AbsoluteHorizontalPositionElementType value)
value - allowed object is
     AbsoluteHorizontalPositionElementTypepublic CircleElementType getCircle()
CircleElementTypepublic void setCircle(CircleElementType value)
value - allowed object is
     CircleElementTypepublic RectangleElementType getRectangle()
RectangleElementTypepublic void setRectangle(RectangleElementType value)
value - allowed object is
     RectangleElementTypepublic PolygonElementType getPolygon()
PolygonElementTypepublic void setPolygon(PolygonElementType value)
value - allowed object is
     PolygonElementTypepublic LimitingLineElementType getLimitingLine()
LimitingLineElementTypepublic void setLimitingLine(LimitingLineElementType value)
value - allowed object is
     LimitingLineElementTypepublic NonNegativeScalarElementType getDepth()
NonNegativeScalarElementTypepublic void setDepth(NonNegativeScalarElementType value)
value - allowed object is
     NonNegativeScalarElementTypepublic NonNegativeScalarElementType getAltitude()
NonNegativeScalarElementTypepublic void setAltitude(NonNegativeScalarElementType value)
value - allowed object is
     NonNegativeScalarElementTypepublic NonNegativeScalarElementType getAGLAltitude()
NonNegativeScalarElementTypepublic void setAGLAltitude(NonNegativeScalarElementType value)
value - allowed object is
     NonNegativeScalarElementTypepublic NonNegativeScalarElementType getMSLAltitude()
NonNegativeScalarElementTypepublic void setMSLAltitude(NonNegativeScalarElementType value)
value - allowed object is
     NonNegativeScalarElementTypepublic NumericalBlockElementType getDepthBlock()
NumericalBlockElementTypepublic void setDepthBlock(NumericalBlockElementType value)
value - allowed object is
     NumericalBlockElementTypepublic NumericalBlockElementType getAltitudeBlock()
NumericalBlockElementTypepublic void setAltitudeBlock(NumericalBlockElementType value)
value - allowed object is
     NumericalBlockElementTypepublic NumericalBlockElementType getDepthAltitudeBlock()
NumericalBlockElementTypepublic void setDepthAltitudeBlock(NumericalBlockElementType value)
value - allowed object is
     NumericalBlockElementTypepublic NumericalBlockElementType getAGLAltitudeBlock()
NumericalBlockElementTypepublic void setAGLAltitudeBlock(NumericalBlockElementType value)
value - allowed object is
     NumericalBlockElementTypepublic NumericalBlockElementType getMSLAltitudeBlock()
NumericalBlockElementTypepublic void setMSLAltitudeBlock(NumericalBlockElementType value)
value - allowed object is
     NumericalBlockElementTypepublic NumericalBlockElementType getAGLMSLAltitudeBlock()
NumericalBlockElementTypepublic void setAGLMSLAltitudeBlock(NumericalBlockElementType value)
value - allowed object is
     NumericalBlockElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String