public class CurrentShare 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="{}timestamp"/> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string"/> <element ref="{}content"/> <element ref="{}visibility"/> <element ref="{}source"/> <element ref="{}author"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Author |
author |
protected String |
comment |
protected Content |
content |
protected String |
id |
protected Source |
source |
protected Long |
timestamp |
protected Visibility |
visibility |
Constructor and Description |
---|
CurrentShare() |
Modifier and Type | Method and Description |
---|---|
Author |
getAuthor()
Gets the value of the author property.
|
String |
getComment()
Gets the value of the comment property.
|
Content |
getContent()
Gets the value of the content property.
|
String |
getId()
Gets the value of the id property.
|
Source |
getSource()
Gets the value of the source property.
|
Long |
getTimestamp()
Gets the value of the timestamp property.
|
Visibility |
getVisibility()
Gets the value of the visibility property.
|
void |
setAuthor(Author value)
Sets the value of the author property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setContent(Content value)
Sets the value of the content property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSource(Source value)
Sets the value of the source property.
|
void |
setTimestamp(Long value)
Sets the value of the timestamp property.
|
void |
setVisibility(Visibility value)
Sets the value of the visibility property.
|
protected String id
protected Long timestamp
protected String comment
protected Content content
protected Visibility visibility
protected Source source
protected Author author
public void setId(String value)
value
- allowed object is
String
public Long getTimestamp()
String
public void setTimestamp(Long value)
value
- allowed object is
String
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public Content getContent()
Content
public void setContent(Content value)
value
- allowed object is
Content
public Visibility getVisibility()
Visibility
public void setVisibility(Visibility value)
value
- allowed object is
Visibility
public Source getSource()
Source
public void setSource(Source value)
value
- allowed object is
Source
public Author getAuthor()
Author
Apache Camel