Class TLcdAIXM51OrganisationAuthorityAssociation
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.organisation.TLcdAIXM51OrganisationAuthorityAssociation
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
This entity type serves to realise the different 'two-way associations' which may exist between 'organisations/authorities' of the same and/or different types.
Example:
- an organisation/authority/agency may consist of any number of other organisations/authorities/agencies;
- 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 thetheOrganisationAuthorityelement.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 theTHE_ORGANISATION_AUTHORITY_PROPERTYproperty.getType()Returns the role value contained in the value of theTYPE_PROPERTYproperty.voidSets the value of the property that maps to thetheOrganisationAuthorityelement.voidSets 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. -
ANNOTATION_PROPERTY
Data property that maps to theannotationelement. The possible values for this property are instances ofList<TLcdAIXM51Property<TLcdAIXM51Note>>. -
THE_ORGANISATION_AUTHORITY_PROPERTY
Data property that maps to thetheOrganisationAuthorityelement. The possible values for this property are instances ofTLcdAIXM51FeatureAssociation<TLcdAIXM51OrganisationAuthorityTimeSlice>. -
EXTENSION_PROPERTY
Data property that maps to theextensionelement. The possible values for this property are instances ofList<TLcdAIXM51Link<TLcdAIXM51AbstractExtension>>.
-
-
Constructor Details
-
TLcdAIXM51OrganisationAuthorityAssociation
public TLcdAIXM51OrganisationAuthorityAssociation() -
TLcdAIXM51OrganisationAuthorityAssociation
-
-
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.The kind of association between two Organisations/Authorities.
- 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.The kind of association between two Organisations/Authorities.
- Parameters:
aValue- the role value to set for theTYPE_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:
-
getTheOrganisationAuthority
Returns the role value contained in the value of theTHE_ORGANISATION_AUTHORITY_PROPERTYproperty. Returnsnullif the value of theTHE_ORGANISATION_AUTHORITY_PROPERTYproperty isnull.The related organisation, authority or agency.
- Returns:
- the role value of the
THE_ORGANISATION_AUTHORITY_PROPERTYproperty. - See Also:
-
setTheOrganisationAuthority
public void setTheOrganisationAuthority(TLcdAIXM51Feature<TLcdAIXM51OrganisationAuthorityTimeSlice> aValue) Sets the value of the property that maps to thetheOrganisationAuthorityelement. to a new instance of the association classTLcdAIXM51FeatureAssociationinitialized with the given role value. In case the given role value isnull, theTHE_ORGANISATION_AUTHORITY_PROPERTYproperty is set tonull.The related organisation, authority or agency.
- Parameters:
aValue- the role value to set for theTHE_ORGANISATION_AUTHORITY_PROPERTYproperty.
-
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:
-