com.ibm.commerce.content.facade.datatypes

Interface RespondAttachmentDataAreaType



  • public interface RespondAttachmentDataAreaType
    A representation of the model object 'Respond Attachment Data Area Type'. Type definition of the AcknowledgeAttachment BOD's data area.

    The following features are supported:

    See Also:
    ContentPackage.getRespondAttachmentDataAreaType()
    • 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), ContentPackage.getRespondAttachmentDataAreaType_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()
      • getAttachment

        java.util.List getAttachment()
        Returns the value of the 'Attachment' containment reference list. The list contents are of type AttachmentType. The Attachment noun.
        Returns:
        the value of the 'Attachment' containment reference list.
        See Also:
        ContentPackage.getRespondAttachmentDataAreaType_Attachment()