public class Creator 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="{}id" minOccurs="0"/> <element ref="{}first-name"/> <element ref="{}last-name"/> <element ref="{}headline"/> <element ref="{}picture-url"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
firstName |
protected String |
headline |
protected String |
id |
protected String |
lastName |
protected String |
pictureUrl |
Constructor and Description |
---|
Creator() |
Modifier and Type | Method and Description |
---|---|
String |
getFirstName()
Gets the value of the firstName property.
|
String |
getHeadline()
Gets the value of the headline property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLastName()
Gets the value of the lastName property.
|
String |
getPictureUrl()
Gets the value of the pictureUrl property.
|
void |
setFirstName(String value)
Sets the value of the firstName property.
|
void |
setHeadline(String value)
Sets the value of the headline property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLastName(String value)
Sets the value of the lastName property.
|
void |
setPictureUrl(String value)
Sets the value of the pictureUrl property.
|
protected String id
protected String firstName
protected String lastName
protected String headline
protected String pictureUrl
public void setId(String value)
value
- allowed object is
String
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public String getHeadline()
String
public void setHeadline(String value)
value
- allowed object is
String
public String getPictureUrl()
String
Apache Camel