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