public class UpdateAction 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="{}action"/>
<element ref="{}original-update"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Action |
action |
protected OriginalUpdate |
originalUpdate |
| Constructor and Description |
|---|
UpdateAction() |
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction()
Gets the value of the action property.
|
OriginalUpdate |
getOriginalUpdate()
Gets the value of the originalUpdate property.
|
void |
setAction(Action value)
Sets the value of the action property.
|
void |
setOriginalUpdate(OriginalUpdate value)
Sets the value of the originalUpdate property.
|
protected Action action
protected OriginalUpdate originalUpdate
public Action getAction()
Actionpublic void setAction(Action value)
value - allowed object is
Actionpublic OriginalUpdate getOriginalUpdate()
OriginalUpdatepublic void setOriginalUpdate(OriginalUpdate value)
value - allowed object is
OriginalUpdateApache Camel