com.ibm.commerce.content.facade.datatypes

Interface FileUploadJobType

    • Method Detail

      • getFileUploadJobIdentifier

        com.ibm.commerce.content.facade.datatypes.FileUploadJobIdentifierType getFileUploadJobIdentifier()
        Returns the value of the 'File Upload Job Identifier' containment reference. File upload job identifier.
        Returns:
        the value of the 'File Upload Job Identifier' containment reference.
        See Also:
        setFileUploadJobIdentifier(FileUploadJobIdentifierType), ContentPackage.getFileUploadJobType_FileUploadJobIdentifier()
      • setFileUploadJobIdentifier

        void setFileUploadJobIdentifier(com.ibm.commerce.content.facade.datatypes.FileUploadJobIdentifierType value)
        Sets the value of the 'File Upload Job Identifier' containment reference.
        Parameters:
        value - the new value of the 'File Upload Job Identifier' containment reference.
        See Also:
        getFileUploadJobIdentifier()
      • getUploadFile

        com.ibm.commerce.content.facade.datatypes.UploadFileType getUploadFile()
        Returns the value of the 'Upload File' containment reference. Upload file.
        Returns:
        the value of the 'Upload File' containment reference.
        See Also:
        setUploadFile(UploadFileType), ContentPackage.getFileUploadJobType_UploadFile()
      • setUploadFile

        void setUploadFile(com.ibm.commerce.content.facade.datatypes.UploadFileType value)
        Sets the value of the 'Upload File' containment reference.
        Parameters:
        value - the new value of the 'Upload File' containment reference.
        See Also:
        getUploadFile()
      • getProcessFile

        java.util.List getProcessFile()
        Returns the value of the 'Process File' containment reference list. The list contents are of type JobProcessType. Process file.
        Returns:
        the value of the 'Process File' containment reference list.
        See Also:
        ContentPackage.getFileUploadJobType_ProcessFile()
      • getUploadType

        java.lang.String getUploadType()
        Returns the value of the 'Upload Type' attribute. Upload type.
        Returns:
        the value of the 'Upload Type' attribute.
        See Also:
        setUploadType(String), ContentPackage.getFileUploadJobType_UploadType()
      • setUploadType

        void setUploadType(java.lang.String value)
        Sets the value of the 'Upload Type' attribute.
        Parameters:
        value - the new value of the 'Upload Type' attribute.
        See Also:
        getUploadType()
      • getStoreIdentifier

        StoreIdentifierType getStoreIdentifier()
        Returns the value of the 'Store Identifier' containment reference. Store identifier.
        Returns:
        the value of the 'Store Identifier' containment reference.
        See Also:
        setStoreIdentifier(StoreIdentifierType), ContentPackage.getFileUploadJobType_StoreIdentifier()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. UserData for customization.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), ContentPackage.getFileUploadJobType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()