|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CurrentShare
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 ref="{}comment"/> <element ref="{}content"/> <element ref="{}visibility"/> <element ref="{}source"/> <element ref="{}author"/> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
Author |
getAuthor()
Gets the value of the author property. |
java.lang.String |
getComment()
Gets the value of the comment property. |
Content |
getContent()
Gets the value of the content property. |
java.lang.String |
getId()
Gets the value of the id property. |
Source |
getSource()
Gets the value of the source property. |
java.lang.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(java.lang.String value)
Sets the value of the comment property. |
void |
setContent(Content value)
Sets the value of the content property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setSource(Source value)
Sets the value of the source property. |
void |
setTimestamp(java.lang.Long value)
Sets the value of the timestamp property. |
void |
setVisibility(Visibility value)
Sets the value of the visibility property. |
Method Detail |
---|
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
java.lang.Long getTimestamp()
String
void setTimestamp(java.lang.Long value)
value
- allowed object is
String
java.lang.String getComment()
String
void setComment(java.lang.String value)
value
- allowed object is
String
Content getContent()
Content
void setContent(Content value)
value
- allowed object is
Content
Visibility getVisibility()
Visibility
void setVisibility(Visibility value)
value
- allowed object is
Visibility
Source getSource()
Source
void setSource(Source value)
value
- allowed object is
Source
Author getAuthor()
Author
void setAuthor(Author value)
value
- allowed object is
Author
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |