public class CompanyPersonUpdate 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="{}person"/> <element ref="{}action"/> <element ref="{}old-position"/> <element ref="{}new-position"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Action |
action |
protected NewPosition |
newPosition |
protected OldPosition |
oldPosition |
protected Person |
person |
Constructor and Description |
---|
CompanyPersonUpdate() |
Modifier and Type | Method and Description |
---|---|
Action |
getAction()
Gets the value of the action property.
|
NewPosition |
getNewPosition()
Gets the value of the newPosition property.
|
OldPosition |
getOldPosition()
Gets the value of the oldPosition property.
|
Person |
getPerson()
Gets the value of the person property.
|
void |
setAction(Action value)
Sets the value of the action property.
|
void |
setNewPosition(NewPosition value)
Sets the value of the newPosition property.
|
void |
setOldPosition(OldPosition value)
Sets the value of the oldPosition property.
|
void |
setPerson(Person value)
Sets the value of the person property.
|
protected Person person
protected Action action
protected OldPosition oldPosition
protected NewPosition newPosition
public Person getPerson()
Person
public void setPerson(Person value)
value
- allowed object is
Person
public Action getAction()
Action
public void setAction(Action value)
value
- allowed object is
Action
public OldPosition getOldPosition()
OldPosition
public void setOldPosition(OldPosition value)
value
- allowed object is
OldPosition
public NewPosition getNewPosition()
NewPosition
public void setNewPosition(NewPosition value)
value
- allowed object is
NewPosition
Apache Camel