public class Share 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"/> <element ref="{}attribution" minOccurs="0"/> <element ref="{}share-target-reach"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Attribution |
attribution |
protected Author |
author |
protected String |
comment |
protected Content |
content |
protected String |
id |
protected ShareTargetReach |
shareTargetReach |
protected Source |
source |
protected Long |
timestamp |
protected Visibility |
visibility |
Constructor and Description |
---|
Share() |
Modifier and Type | Method and Description |
---|---|
Attribution |
getAttribution()
Gets the value of the attribution property.
|
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.
|
ShareTargetReach |
getShareTargetReach()
Gets the value of the shareTargetReach 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 |
setAttribution(Attribution value)
Sets the value of the attribution 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 |
setShareTargetReach(ShareTargetReach value)
Sets the value of the shareTargetReach 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
protected Attribution attribution
protected ShareTargetReach shareTargetReach
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
public void setAuthor(Author value)
value
- allowed object is
Author
public Attribution getAttribution()
Attribution
public void setAttribution(Attribution value)
value
- allowed object is
Attribution
public ShareTargetReach getShareTargetReach()
ShareTargetReach
public void setShareTargetReach(ShareTargetReach value)
value
- allowed object is
ShareTargetReach
Apache Camel