Class TLcdAIXM51FlightCharacteristic
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to themilitaryelement.static final TLcdDataPropertyData property that maps to theoriginelement.static final TLcdDataPropertyData property that maps to thepurposeelement.static final TLcdDataPropertyData property that maps to theruleelement.static final TLcdDataPropertyData property that maps to thestatuselement.static final TLcdDataPropertyData property that maps to thetypeelement.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
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.Returns the role value contained in the value of theMILITARY_PROPERTYproperty.Returns the role value contained in the value of theORIGIN_PROPERTYproperty.Returns the role value contained in the value of thePURPOSE_PROPERTYproperty.getRule()Returns the role value contained in the value of theRULE_PROPERTYproperty.Returns the role value contained in the value of theSTATUS_PROPERTYproperty.getType()Returns the role value contained in the value of theTYPE_PROPERTYproperty.voidSets the value of the property that maps to themilitaryelement.voidsetOrigin(TLcdAIXM51CodeFlightOrigin aValue) Sets the value of the property that maps to theoriginelement.voidSets the value of the property that maps to thepurposeelement.voidsetRule(TLcdAIXM51CodeFlightRule aValue) Sets the value of the property that maps to theruleelement.voidsetStatus(TLcdAIXM51CodeFlightStatus aValue) Sets the value of the property that maps to thestatuselement.voidsetType(TLcdAIXM51CodeFlight aValue) Sets the value of the property that maps to thetypeelement.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 thetypeelement. The possible values for this property are the publicQNameconstants defined in this class. -
RULE_PROPERTY
Data property that maps to theruleelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeFlightRule>. -
STATUS_PROPERTY
Data property that maps to thestatuselement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeFlightStatus>. -
MILITARY_PROPERTY
Data property that maps to themilitaryelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeMilitaryStatus>. -
ORIGIN_PROPERTY
Data property that maps to theoriginelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeFlightOrigin>. -
PURPOSE_PROPERTY
Data property that maps to thepurposeelement. The possible values for this property are instances ofTLcdAIXM51Optional<TLcdAIXM51CodeFlightPurpose>. -
ANNOTATION_PROPERTY
Data property that maps to theannotationelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>. -
EXTENSION_PROPERTY
Data property that maps to theextensionelement. 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_PROPERTYproperty. Returnsnullif the value of theTYPE_PROPERTYproperty isnull.The possible values for this property are the public
QNameconstants defined in this class.A code indicating a specified type of a flight, such as OAT/GAT.
- Returns:
- the role value of the
TYPE_PROPERTYproperty. - See Also:
-
setType
Sets the value of the property that maps to thetypeelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theTYPE_PROPERTYproperty is set tonull.The possible values for this property are the public
QNameconstants 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_PROPERTYproperty.
-
getRule
Returns the role value contained in the value of theRULE_PROPERTYproperty. Returnsnullif the value of theRULE_PROPERTYproperty isnull.A code indicating a specific flight rule, such as IFR or VFR.
- Returns:
- the role value of the
RULE_PROPERTYproperty. - See Also:
-
setRule
Sets the value of the property that maps to theruleelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theRULE_PROPERTYproperty is set tonull.A code indicating a specific flight rule, such as IFR or VFR.
- Parameters:
aValue- the role value to set for theRULE_PROPERTYproperty.
-
getStatus
Returns the role value contained in the value of theSTATUS_PROPERTYproperty. Returnsnullif the value of theSTATUS_PROPERTYproperty 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_PROPERTYproperty. - See Also:
-
setStatus
Sets the value of the property that maps to thestatuselement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theSTATUS_PROPERTYproperty 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_PROPERTYproperty.
-
getMilitary
Returns the role value contained in the value of theMILITARY_PROPERTYproperty. Returnsnullif the value of theMILITARY_PROPERTYproperty isnull.A code indicating whether it is a military flight.
- Returns:
- the role value of the
MILITARY_PROPERTYproperty. - See Also:
-
setMilitary
Sets the value of the property that maps to themilitaryelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theMILITARY_PROPERTYproperty is set tonull.A code indicating whether it is a military flight.
- Parameters:
aValue- the role value to set for theMILITARY_PROPERTYproperty.
-
getOrigin
Returns the role value contained in the value of theORIGIN_PROPERTYproperty. Returnsnullif the value of theORIGIN_PROPERTYproperty isnull.A code indicating the origin of the flight with regard to the national borders.
- Returns:
- the role value of the
ORIGIN_PROPERTYproperty. - See Also:
-
setOrigin
Sets the value of the property that maps to theoriginelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theORIGIN_PROPERTYproperty 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_PROPERTYproperty.
-
getPurpose
Returns the role value contained in the value of thePURPOSE_PROPERTYproperty. Returnsnullif the value of thePURPOSE_PROPERTYproperty isnull.A code indicating the purpose of the flight.
- Returns:
- the role value of the
PURPOSE_PROPERTYproperty. - See Also:
-
setPurpose
Sets the value of the property that maps to thepurposeelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, thePURPOSE_PROPERTYproperty is set tonull.A code indicating the purpose of the flight.
- Parameters:
aValue- the role value to set for thePURPOSE_PROPERTYproperty.
-
getAnnotation
Gets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.- Returns:
- the value of the
ANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances. - See Also:
-
getExtension
Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.- Returns:
- the value of the
EXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances. - See Also:
-