com.ibm.commerce.member.facade.datatypes

Interface OrganizationType

    • Method Detail

      • getParentOrganizationIdentifier

        OrganizationIdentifierType getParentOrganizationIdentifier()
        Returns the value of the 'Parent Organization Identifier' containment reference. The identifier for the parent organization.
        Returns:
        the value of the 'Parent Organization Identifier' containment reference.
        See Also:
        setParentOrganizationIdentifier(OrganizationIdentifierType), MemberPackage.getOrganizationType_ParentOrganizationIdentifier()
      • getOrganizationName

        java.lang.String getOrganizationName()
        Returns the value of the 'Organization Name' attribute. Short name for the organization.
        Returns:
        the value of the 'Organization Name' attribute.
        See Also:
        setOrganizationName(String), MemberPackage.getOrganizationType_OrganizationName()
      • setOrganizationName

        void setOrganizationName(java.lang.String value)
        Sets the value of the 'Organization Name' attribute.
        Parameters:
        value - the new value of the 'Organization Name' attribute.
        See Also:
        getOrganizationName()
      • getBusinessCategory

        java.lang.String getBusinessCategory()
        Returns the value of the 'Business Category' attribute. The business category, which describes the kind of business performed by the organization.
        Returns:
        the value of the 'Business Category' attribute.
        See Also:
        setBusinessCategory(String), MemberPackage.getOrganizationType_BusinessCategory()
      • setBusinessCategory

        void setBusinessCategory(java.lang.String value)
        Sets the value of the 'Business Category' attribute.
        Parameters:
        value - the new value of the 'Business Category' attribute.
        See Also:
        getBusinessCategory()
      • getDescription

        DescriptionType getDescription()
        Returns the value of the 'Description' containment reference. A description of the organization. Locale is not currently used.
        Returns:
        the value of the 'Description' containment reference.
        See Also:
        setDescription(DescriptionType), MemberPackage.getOrganizationType_Description()
      • setDescription

        void setDescription(DescriptionType value)
        Sets the value of the 'Description' containment reference.
        Parameters:
        value - the new value of the 'Description' containment reference.
        See Also:
        getDescription()
      • getLegalIdentifier

        java.lang.String getLegalIdentifier()
        Returns the value of the 'Legal Identifier' attribute. The government assigned identifier of the organization.
        Returns:
        the value of the 'Legal Identifier' attribute.
        See Also:
        setLegalIdentifier(String), MemberPackage.getOrganizationType_LegalIdentifier()
      • setLegalIdentifier

        void setLegalIdentifier(java.lang.String value)
        Sets the value of the 'Legal Identifier' attribute.
        Parameters:
        value - the new value of the 'Legal Identifier' attribute.
        See Also:
        getLegalIdentifier()
      • getContactInfo

        ContactInfoType getContactInfo()
        Returns the value of the 'Contact Info' containment reference. The primary contact information.
        Returns:
        the value of the 'Contact Info' containment reference.
        See Also:
        setContactInfo(ContactInfoType), MemberPackage.getOrganizationType_ContactInfo()
      • setContactInfo

        void setContactInfo(ContactInfoType value)
        Sets the value of the 'Contact Info' containment reference.
        Parameters:
        value - the new value of the 'Contact Info' containment reference.
        See Also:
        getContactInfo()
      • getAddressBook

        AddressBookType getAddressBook()
        Returns the value of the 'Address Book' containment reference. A list of contact information.
        Returns:
        the value of the 'Address Book' containment reference.
        See Also:
        setAddressBook(AddressBookType), MemberPackage.getOrganizationType_AddressBook()
      • setAddressBook

        void setAddressBook(AddressBookType value)
        Sets the value of the 'Address Book' containment reference.
        Parameters:
        value - the new value of the 'Address Book' containment reference.
        See Also:
        getAddressBook()
      • getContextAttribute

        java.util.List getContextAttribute()
        Returns the value of the 'Context Attribute' containment reference list. The list contents are of type AttributeType. Store specific attributes of the organization.
        Returns:
        the value of the 'Context Attribute' containment reference list.
        See Also:
        MemberPackage.getOrganizationType_ContextAttribute()
      • getAttributes

        java.util.Map getAttributes()
        Returns the value of the 'Attributes' map. The key is of type String, and the value is of type String, Additional attributes of the organization: orgEntityField1: Customizable field. orgEntityField2: Customizable field. orgEntityField3: Customizable field. taxPayerId: Identification for tax purposes. administratorFirstName: Administrator's first name. administratorLastName: Administrator's last name. administratorMiddleName: Administrator's middle name.
        Returns:
        the value of the 'Attributes' map.
        See Also:
        MemberPackage.getOrganizationType_Attributes()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User data.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MemberPackage.getOrganizationType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()
      • getRegistrationApprovalStatus

        java.lang.Object getRegistrationApprovalStatus()
        Returns the value of the 'Registration Approval Status' attribute.

        If the meaning of the 'Registration Approval Status' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Registration Approval Status' attribute.
        See Also:
        setRegistrationApprovalStatus(Object), MemberPackage.getOrganizationType_RegistrationApprovalStatus()
      • getStatus

        java.lang.Object getStatus()
        Returns the value of the 'Status' attribute.

        If the meaning of the 'Status' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Status' attribute.
        See Also:
        setStatus(Object), MemberPackage.getOrganizationType_Status()
      • setStatus

        void setStatus(java.lang.Object value)
        Sets the value of the 'Status' attribute.
        Parameters:
        value - the new value of the 'Status' attribute.
        See Also:
        getStatus()