public class NewPosition 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="{}title"/> <element ref="{}company"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Company |
company |
protected String |
title |
Constructor and Description |
---|
NewPosition() |
Modifier and Type | Method and Description |
---|---|
Company |
getCompany()
Gets the value of the company property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setCompany(Company value)
Sets the value of the company property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public Company getCompany()
Company
Apache Camel