public class Answer 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"/>
<element ref="{}web-url"/>
<element ref="{}author"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Author |
author |
protected String |
id |
protected String |
webUrl |
| Constructor and Description |
|---|
Answer() |
| Modifier and Type | Method and Description |
|---|---|
Author |
getAuthor()
Gets the value of the author property.
|
String |
getId()
Gets the value of the id property.
|
String |
getWebUrl()
Gets the value of the webUrl property.
|
void |
setAuthor(Author value)
Sets the value of the author property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setWebUrl(String value)
Sets the value of the webUrl property.
|
public void setId(String value)
value - allowed object is
Stringpublic String getWebUrl()
Stringpublic void setWebUrl(String value)
value - allowed object is
Stringpublic Author getAuthor()
AuthorApache Camel