public class CompanyProfileUpdate 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="{}editor"/> <element ref="{}action"/> <element ref="{}profile-field"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Action |
action |
protected Editor |
editor |
protected ProfileField |
profileField |
Constructor and Description |
---|
CompanyProfileUpdate() |
Modifier and Type | Method and Description |
---|---|
Action |
getAction()
Gets the value of the action property.
|
Editor |
getEditor()
Gets the value of the editor property.
|
ProfileField |
getProfileField()
Gets the value of the profileField property.
|
void |
setAction(Action value)
Sets the value of the action property.
|
void |
setEditor(Editor value)
Sets the value of the editor property.
|
void |
setProfileField(ProfileField value)
Sets the value of the profileField property.
|
protected Editor editor
protected Action action
protected ProfileField profileField
public Editor getEditor()
Editor
public void setEditor(Editor value)
value
- allowed object is
Editor
public Action getAction()
Action
public void setAction(Action value)
value
- allowed object is
Action
public ProfileField getProfileField()
ProfileField
public void setProfileField(ProfileField value)
value
- allowed object is
ProfileField
Apache Camel