Overview Schemas Index

LOCATION_XIM (jsdai.SLocation_xim)


ENTITY organization_based_location_representation_with_identification
          SUBTYPE OF (applied_location_representation_assignment);
          location_value : STRING;
          organization_for_location : organization;
DERIVE
          SELF\applied_location_representation_assignment.items : SET [1:?] OF location_representation_item := ?;
END_ENTITY; -- organization_based_location_representation_with_identification

Entity data types and their attributes

location_representation_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          represented_location: location;
          role: location_representation_role;
applied_location_representation_assignment
          items: SET [1:?] OF location_representation_item;
organization_based_location_representation_with_identification
          location_value: STRING;
          organization_for_location: organization;
          (RT) (DER) items: SET [1:?] OF location_representation_item;

Users

location_representation_assignment
applied_location_representation_assignment
          applied_action_assignment.items
                    action_items
                              pmri_action_items
          applied_action_method_assignment.items
                    action_method_items
                              tsr_action_method_items
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              pmri_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              pmri_classification_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              tsr_date_and_time_item
          applied_date_assignment.items
                    date_item
                              tsr_date_item
          applied_document_reference.items
                    document_reference_item
                              pmri_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          applied_identification_assignment.items
                    identification_item
                              pmri_identification_item
          attribute_language_assignment.items
                    attribute_language_item
                              pmri_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              tsr_attribute_language_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          language_indication.considered_instance
                    attribute_language_item
                              pmri_attribute_language_item
          language_indication.items
                    attribute_language_item
                              pmri_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              pmri_multi_language_attribute_item
          partial_document_assignment.items
                    document_reference_item
                              pmri_document_reference_item
organization_based_location_representation_with_identification
          location_armx.alternative_location_representations
                    location_representation

Global rules for this entity data type

          -

public interface EOrganization_based_location_representation_with_identification extends EApplied_location_representation_assignment

location_value (explicit attribute)

          boolean testLocation_value(EOrganization_based_location_representation_with_identification type)
          String getLocation_value(EOrganization_based_location_representation_with_identification type)
          void setLocation_value(EOrganization_based_location_representation_with_identification type, String value)
          void unsetLocation_value(EOrganization_based_location_representation_with_identification type)

organization_for_location (explicit attribute)

          boolean testOrganization_for_location(EOrganization_based_location_representation_with_identification type)
          EOrganization getOrganization_for_location(EOrganization_based_location_representation_with_identification type)
          void setOrganization_for_location(EOrganization_based_location_representation_with_identification type, EOrganization value)
          void unsetOrganization_for_location(EOrganization_based_location_representation_with_identification type)

public class COrganization_based_location_representation_with_identification implements EOrganization_based_location_representation_with_identification

          static EAttribute attributeLocation_value(EOrganization_based_location_representation_with_identification type)
          static EAttribute attributeOrganization_for_location(EOrganization_based_location_representation_with_identification type)
          static int usedinOrganization_for_location(EOrganization_based_location_representation_with_identification type, EOrganization instance, ASdaiModel domain, AOrganization_based_location_representation_with_identification result)
          static EAttribute attributeItems(EOrganization_based_location_representation_with_identification type)
          static int usedinItems(EOrganization_based_location_representation_with_identification type, EEntity instance, ASdaiModel domain, AOrganization_based_location_representation_with_identification result)

public class AOrganization_based_location_representation_with_identification extends AEntity

          public EOrganization_based_location_representation_with_identification getByIndex(int index)
          public EOrganization_based_location_representation_with_identification getCurrentMember(SdaiIterator it)