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()
Personpublic void setPerson(Person value)
value - allowed object is
Personpublic Action getAction()
Actionpublic void setAction(Action value)
value - allowed object is
Actionpublic OldPosition getOldPosition()
OldPositionpublic void setOldPosition(OldPosition value)
value - allowed object is
OldPositionpublic NewPosition getNewPosition()
NewPositionpublic void setNewPosition(NewPosition value)
value - allowed object is
NewPositionApache Camel