com.ibm.commerce.member.facade.datatypes

Interface RespondOrganizationDataAreaType



  • public interface RespondOrganizationDataAreaType
    A representation of the model object 'Respond Organization Data Area Type'. Type definition of the AcknowledgeOrganization BOD's data area.

    The following features are supported:

    See Also:
    MemberPackage.getRespondOrganizationDataAreaType()
    • Method Detail

      • getRespond

        RespondType getRespond()
        Returns the value of the 'Respond' containment reference. The Acknowledge verb.
        Returns:
        the value of the 'Respond' containment reference.
        See Also:
        setRespond(RespondType), MemberPackage.getRespondOrganizationDataAreaType_Respond()
      • setRespond

        void setRespond(RespondType value)
        Sets the value of the 'Respond' containment reference.
        Parameters:
        value - the new value of the 'Respond' containment reference.
        See Also:
        getRespond()
      • getOrganization

        java.util.List getOrganization()
        Returns the value of the 'Organization' containment reference list. The list contents are of type OrganizationType. The Organization noun.
        Returns:
        the value of the 'Organization' containment reference list.
        See Also:
        MemberPackage.getRespondOrganizationDataAreaType_Organization()