Overview Schemas Index

PERSON_ORGANIZATION_SCHEMA (jsdai.SPerson_organization_schema)


ENTITY organization_type;
          id : identifier;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- organization_type

Entity data types and their attributes

organization_type
          id: identifier;
          name: label;
          (OPT) description: text;

Users

organization_type
          applied_action_method_assignment.items
                    action_method_items
                              tsr_action_method_items
          applied_classification_assignment.items
                    classification_item
                              os_classification_item
          applied_document_reference.items
                    document_reference_item
                              os_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          applied_identification_assignment.items
                    identification_item
                              tsr_identification_item
          applied_location_assignment.items
                    location_item
                              tsr_location_item
          applied_location_representation_assignment.items
                    location_representation_item
                              prgm_location_representation_item
          attribute_language_assignment.items
                    attribute_language_item
                              tsr_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
                              tsr_attribute_language_item
          language_indication.items
                    attribute_language_item
                              os_attribute_language_item
          location_assignment_armx.items
                    location_item
                              tsr_location_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              os_multi_language_attribute_item
          organization_based_location_representation_with_identification.items
                    location_representation_item
                              prjm_location_representation_item
          organization_type_assignment.assigned_organization_type
          organization_type_relationship.related_organization_type
          organization_type_relationship.relating_organization_type
          partial_document_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          product_based_location_identification.items
                    location_representation_item
                              prgm_location_representation_item

Global rules for this entity data type

          -

public interface EOrganization_type extends EEntity

id (explicit attribute)

          boolean testId(EOrganization_type type)
          String getId(EOrganization_type type)
          void setId(EOrganization_type type, String value)
          void unsetId(EOrganization_type type)

name (explicit attribute)

          boolean testName(EOrganization_type type)
          String getName(EOrganization_type type)
          void setName(EOrganization_type type, String value)
          void unsetName(EOrganization_type type)

description (explicit attribute)

          boolean testDescription(EOrganization_type type)
          String getDescription(EOrganization_type type)
          void setDescription(EOrganization_type type, String value)
          void unsetDescription(EOrganization_type type)

public class COrganization_type implements EOrganization_type

          static EAttribute attributeId(EOrganization_type type)
          static EAttribute attributeName(EOrganization_type type)
          static EAttribute attributeDescription(EOrganization_type type)

public class AOrganization_type extends AEntity

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