public class CompanyJobUpdate extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}job"/> <element ref="{}action"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Action |
action |
protected Job |
job |
Constructor and Description |
---|
CompanyJobUpdate() |
Modifier and Type | Method and Description |
---|---|
Action |
getAction()
Gets the value of the action property.
|
Job |
getJob()
Gets the value of the job property.
|
void |
setAction(Action value)
Sets the value of the action property.
|
void |
setJob(Job value)
Sets the value of the job property.
|
Apache Camel