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()
AbsoluteHorizontalPositionElementType
public void setPoint(AbsoluteHorizontalPositionElementType value)
value
- allowed object is
AbsoluteHorizontalPositionElementType
public CircleElementType getCircle()
CircleElementType
public void setCircle(CircleElementType value)
value
- allowed object is
CircleElementType
public RectangleElementType getRectangle()
RectangleElementType
public void setRectangle(RectangleElementType value)
value
- allowed object is
RectangleElementType
public PolygonElementType getPolygon()
PolygonElementType
public void setPolygon(PolygonElementType value)
value
- allowed object is
PolygonElementType
public LimitingLineElementType getLimitingLine()
LimitingLineElementType
public void setLimitingLine(LimitingLineElementType value)
value
- allowed object is
LimitingLineElementType
public NonNegativeScalarElementType getDepth()
NonNegativeScalarElementType
public void setDepth(NonNegativeScalarElementType value)
value
- allowed object is
NonNegativeScalarElementType
public NonNegativeScalarElementType getAltitude()
NonNegativeScalarElementType
public void setAltitude(NonNegativeScalarElementType value)
value
- allowed object is
NonNegativeScalarElementType
public NonNegativeScalarElementType getAGLAltitude()
NonNegativeScalarElementType
public void setAGLAltitude(NonNegativeScalarElementType value)
value
- allowed object is
NonNegativeScalarElementType
public NonNegativeScalarElementType getMSLAltitude()
NonNegativeScalarElementType
public void setMSLAltitude(NonNegativeScalarElementType value)
value
- allowed object is
NonNegativeScalarElementType
public NumericalBlockElementType getDepthBlock()
NumericalBlockElementType
public void setDepthBlock(NumericalBlockElementType value)
value
- allowed object is
NumericalBlockElementType
public NumericalBlockElementType getAltitudeBlock()
NumericalBlockElementType
public void setAltitudeBlock(NumericalBlockElementType value)
value
- allowed object is
NumericalBlockElementType
public NumericalBlockElementType getDepthAltitudeBlock()
NumericalBlockElementType
public void setDepthAltitudeBlock(NumericalBlockElementType value)
value
- allowed object is
NumericalBlockElementType
public NumericalBlockElementType getAGLAltitudeBlock()
NumericalBlockElementType
public void setAGLAltitudeBlock(NumericalBlockElementType value)
value
- allowed object is
NumericalBlockElementType
public NumericalBlockElementType getMSLAltitudeBlock()
NumericalBlockElementType
public void setMSLAltitudeBlock(NumericalBlockElementType value)
value
- allowed object is
NumericalBlockElementType
public NumericalBlockElementType getAGLMSLAltitudeBlock()
NumericalBlockElementType
public void setAGLMSLAltitudeBlock(NumericalBlockElementType value)
value
- allowed object is
NumericalBlockElementType
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