Class TLcdAIXM51FlightCharacteristic
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theannotation
element.static final TLcdDataProperty
Data property that maps to theextension
element.static final TLcdDataProperty
Data property that maps to themilitary
element.static final TLcdDataProperty
Data property that maps to theorigin
element.static final TLcdDataProperty
Data property that maps to thepurpose
element.static final TLcdDataProperty
Data property that maps to therule
element.static final TLcdDataProperty
Data property that maps to thestatus
element.static final TLcdDataProperty
Data property that maps to thetype
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.Returns the role value contained in the value of theMILITARY_PROPERTY
property.Returns the role value contained in the value of theORIGIN_PROPERTY
property.Returns the role value contained in the value of thePURPOSE_PROPERTY
property.getRule()
Returns the role value contained in the value of theRULE_PROPERTY
property.Returns the role value contained in the value of theSTATUS_PROPERTY
property.getType()
Returns the role value contained in the value of theTYPE_PROPERTY
property.void
Sets the value of the property that maps to themilitary
element.void
setOrigin
(TLcdAIXM51CodeFlightOrigin aValue) Sets the value of the property that maps to theorigin
element.void
Sets the value of the property that maps to thepurpose
element.void
setRule
(TLcdAIXM51CodeFlightRule aValue) Sets the value of the property that maps to therule
element.void
setStatus
(TLcdAIXM51CodeFlightStatus aValue) Sets the value of the property that maps to thestatus
element.void
setType
(TLcdAIXM51CodeFlight aValue) Sets the value of the property that maps to thetype
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
TYPE_PROPERTY
Data property that maps to thetype
element. The possible values for this property are the publicQName
constants defined in this class. -
RULE_PROPERTY
Data property that maps to therule
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeFlightRule>
. -
STATUS_PROPERTY
Data property that maps to thestatus
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeFlightStatus>
. -
MILITARY_PROPERTY
Data property that maps to themilitary
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeMilitaryStatus>
. -
ORIGIN_PROPERTY
Data property that maps to theorigin
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeFlightOrigin>
. -
PURPOSE_PROPERTY
Data property that maps to thepurpose
element. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeFlightPurpose>
. -
ANNOTATION_PROPERTY
Data property that maps to theannotation
element. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>
. -
EXTENSION_PROPERTY
Data property that maps to theextension
element. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>
.
-
-
Constructor Details
-
TLcdAIXM51FlightCharacteristic
public TLcdAIXM51FlightCharacteristic() -
TLcdAIXM51FlightCharacteristic
-
-
Method Details
-
getType
Returns the role value contained in the value of theTYPE_PROPERTY
property. Returnsnull
if the value of theTYPE_PROPERTY
property isnull
.The possible values for this property are the public
QName
constants defined in this class.A code indicating a specified type of a flight, such as OAT/GAT.
- Returns:
- the role value of the
TYPE_PROPERTY
property. - See Also:
-
setType
Sets the value of the property that maps to thetype
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theTYPE_PROPERTY
property is set tonull
.The possible values for this property are the public
QName
constants defined in this class.A code indicating a specified type of a flight, such as OAT/GAT.
- Parameters:
aValue
- the role value to set for theTYPE_PROPERTY
property.
-
getRule
Returns the role value contained in the value of theRULE_PROPERTY
property. Returnsnull
if the value of theRULE_PROPERTY
property isnull
.A code indicating a specific flight rule, such as IFR or VFR.
- Returns:
- the role value of the
RULE_PROPERTY
property. - See Also:
-
setRule
Sets the value of the property that maps to therule
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theRULE_PROPERTY
property is set tonull
.A code indicating a specific flight rule, such as IFR or VFR.
- Parameters:
aValue
- the role value to set for theRULE_PROPERTY
property.
-
getStatus
Returns the role value contained in the value of theSTATUS_PROPERTY
property. Returnsnull
if the value of theSTATUS_PROPERTY
property isnull
.The designation of a special status for a flight (e.g. ""HEAD"" for Head of State, ""STATE"" for State aircraft other than that of the Head of State).
- Returns:
- the role value of the
STATUS_PROPERTY
property. - See Also:
-
setStatus
Sets the value of the property that maps to thestatus
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theSTATUS_PROPERTY
property is set tonull
.The designation of a special status for a flight (e.g. ""HEAD"" for Head of State, ""STATE"" for State aircraft other than that of the Head of State).
- Parameters:
aValue
- the role value to set for theSTATUS_PROPERTY
property.
-
getMilitary
Returns the role value contained in the value of theMILITARY_PROPERTY
property. Returnsnull
if the value of theMILITARY_PROPERTY
property isnull
.A code indicating whether it is a military flight.
- Returns:
- the role value of the
MILITARY_PROPERTY
property. - See Also:
-
setMilitary
Sets the value of the property that maps to themilitary
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theMILITARY_PROPERTY
property is set tonull
.A code indicating whether it is a military flight.
- Parameters:
aValue
- the role value to set for theMILITARY_PROPERTY
property.
-
getOrigin
Returns the role value contained in the value of theORIGIN_PROPERTY
property. Returnsnull
if the value of theORIGIN_PROPERTY
property isnull
.A code indicating the origin of the flight with regard to the national borders.
- Returns:
- the role value of the
ORIGIN_PROPERTY
property. - See Also:
-
setOrigin
Sets the value of the property that maps to theorigin
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, theORIGIN_PROPERTY
property is set tonull
.A code indicating the origin of the flight with regard to the national borders.
- Parameters:
aValue
- the role value to set for theORIGIN_PROPERTY
property.
-
getPurpose
Returns the role value contained in the value of thePURPOSE_PROPERTY
property. Returnsnull
if the value of thePURPOSE_PROPERTY
property isnull
.A code indicating the purpose of the flight.
- Returns:
- the role value of the
PURPOSE_PROPERTY
property. - See Also:
-
setPurpose
Sets the value of the property that maps to thepurpose
element. to a new instance of the association classTLcdAIXM51Optional
initialized with the given role value. In case the given role value isnull
, thePURPOSE_PROPERTY
property is set tonull
.A code indicating the purpose of the flight.
- Parameters:
aValue
- the role value to set for thePURPOSE_PROPERTY
property.
-
getAnnotation
Gets the value of theANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances.- Returns:
- the value of the
ANNOTATION_PROPERTY
property adapted to a list ofTLcdAIXM51Note
instances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances.- Returns:
- the value of the
EXTENSION_PROPERTY
property adapted to a list ofTLcdAIXM51AbstractExtension
instances. - See Also:
-