com.ibm.commerce.content.facade.datatypes

Interface AcknowledgeAttachmentDataAreaType



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

    The following features are supported:

    See Also:
    ContentPackage.getAcknowledgeAttachmentDataAreaType()
    • Method Detail

      • getAcknowledge

        AcknowledgeType getAcknowledge()
        Returns the value of the 'Acknowledge' containment reference. The Acknowledge verb.
        Returns:
        the value of the 'Acknowledge' containment reference.
        See Also:
        setAcknowledge(AcknowledgeType), ContentPackage.getAcknowledgeAttachmentDataAreaType_Acknowledge()
      • setAcknowledge

        void setAcknowledge(AcknowledgeType value)
        Sets the value of the 'Acknowledge' containment reference.
        Parameters:
        value - the new value of the 'Acknowledge' containment reference.
        See Also:
        getAcknowledge()
      • 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.getAcknowledgeAttachmentDataAreaType_Attachment()