Class TLcdAIXM51CallsignDetail
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMObject
com.luciad.format.aixm51.model.features.service.TLcdAIXM51CallsignDetail
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
Information about the operational identifier by which the provider of the service is called and the language used.
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to theannotationelement.static final TLcdDataPropertyData property that maps to thecallSignelement.static final TLcdDataPropertyData property that maps to theextensionelement.static final TLcdDataPropertyData property that maps to thelanguageelement.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of theANNOTATION_PROPERTYproperty adapted to a list ofTLcdAIXM51Noteinstances.Returns the role value contained in the value of theCALL_SIGN_PROPERTYproperty.Gets the value of theEXTENSION_PROPERTYproperty adapted to a list ofTLcdAIXM51AbstractExtensioninstances.Returns the role value contained in the value of theLANGUAGE_PROPERTYproperty.voidsetCallSign(String aValue) Sets the value of the property that maps to thecallSignelement.voidsetLanguage(String aValue) Sets the value of the property that maps to thelanguageelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
CALL_SIGN_PROPERTY
Data property that maps to thecallSignelement. The possible values for this property are instances ofTLcdAIXM51Optional<String>. -
LANGUAGE_PROPERTY
Data property that maps to thelanguageelement. The possible values for this property are instances ofTLcdAIXM51Optional<String>. -
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
-
TLcdAIXM51CallsignDetail
public TLcdAIXM51CallsignDetail() -
TLcdAIXM51CallsignDetail
-
-
Method Details
-
getCallSign
Returns the role value contained in the value of theCALL_SIGN_PROPERTYproperty. Returnsnullif the value of theCALL_SIGN_PROPERTYproperty isnull.The full textual service provider identification or call-sign for a particular frequency. For example, Athinai Control, Malmoe Radar, etc..
- Returns:
- the role value of the
CALL_SIGN_PROPERTYproperty. - See Also:
-
setCallSign
Sets the value of the property that maps to thecallSignelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theCALL_SIGN_PROPERTYproperty is set tonull.The full textual service provider identification or call-sign for a particular frequency. For example, Athinai Control, Malmoe Radar, etc..
- Parameters:
aValue- the role value to set for theCALL_SIGN_PROPERTYproperty.
-
getLanguage
Returns the role value contained in the value of theLANGUAGE_PROPERTYproperty. Returnsnullif the value of theLANGUAGE_PROPERTYproperty isnull.A code indicating the language in which the service is provided on a particular frequency, as associated with a particular call-sign.
- Returns:
- the role value of the
LANGUAGE_PROPERTYproperty. - See Also:
-
setLanguage
Sets the value of the property that maps to thelanguageelement. to a new instance of the association classTLcdAIXM51Optionalinitialized with the given role value. In case the given role value isnull, theLANGUAGE_PROPERTYproperty is set tonull.A code indicating the language in which the service is provided on a particular frequency, as associated with a particular call-sign.
- Parameters:
aValue- the role value to set for theLANGUAGE_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:
-