# IbmWorkloadSchedulerApi.JSR352JavaBatchAction

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**applicationname** | **String** | The name of the Java batch application to be started | 
**modulename** | **String** | The name of the WAR file in which the Java batch application is packaged | [optional] 
**ejbcomponentname** | **String** | The name of the EJB component within the batch application EJB module. If specified, the job is submitted under the EJB component context. This attribute is required only when the module is an EJB module | [optional] 
**jobxmlname** | **String** | The name of the job specification language XML file that is used to submit the JSR 352 Java Batch job | [optional] 
**jobxmlfile** | **String** | The full path and file name of the job XML file that is used to submit the JSR 352 Java Batch job. If you specify this parameter, the job XML instructions that you specify in the Job XML field are ignored at run time | [optional] 
**jobxml** | **String** | Enter the job XML instructions that you want to use at run time to submit the JSR 352 Java Batch job. The job XML instructions are validated when you save the IBM Workload Scheduler JSR 352 Java Batch job. The job XML instructions are ignored if a job XML file path is provided with the Job XML file parameter | [optional] 
**jobparameters** | **{String: String}** | One or more parameters, and related values, that might be required by your JSR 352 Java Batch application. You can search a parameter in the list by specifying the parameter name in the filter box | [optional] 


