com.ibm.commerce.member.facade.datatypes

Interface RespondPersonDataAreaType



  • public interface RespondPersonDataAreaType
    A representation of the model object 'Respond Person Data Area Type'. Type definition of the AcknowledgePerson BOD's data area.

    The following features are supported:

    See Also:
    MemberPackage.getRespondPersonDataAreaType()
    • 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.getRespondPersonDataAreaType_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()
      • getPerson

        java.util.List getPerson()
        Returns the value of the 'Person' containment reference list. The list contents are of type PersonType. The Person noun.
        Returns:
        the value of the 'Person' containment reference list.
        See Also:
        MemberPackage.getRespondPersonDataAreaType_Person()