public class MunitionLaunchPointElementType extends Object
Java class for munitionLaunchPointElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="munitionLaunchPointElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{}AbsoluteHorizontalPositionElements"/>
<element ref="{}Altitude"/>
<element name="Bearing" type="{}headingElementType"/>
</sequence>
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected NonNegativeScalarElementType |
altitude |
protected HeadingElementType |
bearing |
protected String |
description |
protected LatitudeLongitudeElementType |
latitudeLongitude |
protected XyElementType |
xyPosition |
| Constructor and Description |
|---|
MunitionLaunchPointElementType() |
| Modifier and Type | Method and Description |
|---|---|
NonNegativeScalarElementType |
getAltitude()
Gets the value of the altitude property.
|
HeadingElementType |
getBearing()
Gets the value of the bearing property.
|
String |
getDescription()
Gets the value of the description property.
|
LatitudeLongitudeElementType |
getLatitudeLongitude()
Gets the value of the latitudeLongitude property.
|
XyElementType |
getXYPosition()
Gets the value of the xyPosition property.
|
void |
setAltitude(NonNegativeScalarElementType value)
Sets the value of the altitude property.
|
void |
setBearing(HeadingElementType value)
Sets the value of the bearing property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLatitudeLongitude(LatitudeLongitudeElementType value)
Sets the value of the latitudeLongitude property.
|
void |
setXYPosition(XyElementType value)
Sets the value of the xyPosition property.
|
protected LatitudeLongitudeElementType latitudeLongitude
protected XyElementType xyPosition
protected NonNegativeScalarElementType altitude
protected HeadingElementType bearing
protected String description
public LatitudeLongitudeElementType getLatitudeLongitude()
LatitudeLongitudeElementTypepublic void setLatitudeLongitude(LatitudeLongitudeElementType value)
value - allowed object is
LatitudeLongitudeElementTypepublic XyElementType getXYPosition()
XyElementTypepublic void setXYPosition(XyElementType value)
value - allowed object is
XyElementTypepublic NonNegativeScalarElementType getAltitude()
NonNegativeScalarElementTypepublic void setAltitude(NonNegativeScalarElementType value)
value - allowed object is
NonNegativeScalarElementTypepublic HeadingElementType getBearing()
HeadingElementTypepublic void setBearing(HeadingElementType value)
value - allowed object is
HeadingElementTypepublic String getDescription()
String