com.ibm.commerce.content.facade.datatypes

Interface RespondFileUploadJobDataAreaType



  • public interface RespondFileUploadJobDataAreaType
    A representation of the model object 'Respond File Upload Job Data Area Type'. Type definition of the AcknowledgeFileUploadJob BOD's data area.

    The following features are supported:

    See Also:
    ContentPackage.getRespondFileUploadJobDataAreaType()
    • 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.getRespondFileUploadJobDataAreaType_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()
      • getFileUploadJob

        java.util.List getFileUploadJob()
        Returns the value of the 'File Upload Job' containment reference list. The list contents are of type FileUploadJobType. The FileUploadJob noun.
        Returns:
        the value of the 'File Upload Job' containment reference list.
        See Also:
        ContentPackage.getRespondFileUploadJobDataAreaType_FileUploadJob()