|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Recommendation
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="{}recommendation-type"/> <element ref="{}recommendation-text" minOccurs="0"/> <element ref="{}recommendation-snippet" minOccurs="0"/> <choice> <element ref="{}recommender"/> <element ref="{}recommendee"/> </choice> <element ref="{}web-url" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getRecommendationSnippet()
Gets the value of the recommendationSnippet property. |
java.lang.String |
getRecommendationText()
Gets the value of the recommendationText property. |
RecommendationType |
getRecommendationType()
Gets the value of the recommendationType property. |
Recommendee |
getRecommendee()
Gets the value of the recommendee property. |
Recommender |
getRecommender()
Gets the value of the recommender property. |
java.lang.String |
getWebUrl()
Gets the value of the webUrl property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setRecommendationSnippet(java.lang.String value)
Sets the value of the recommendationSnippet property. |
void |
setRecommendationText(java.lang.String value)
Sets the value of the recommendationText property. |
void |
setRecommendationType(RecommendationType value)
Sets the value of the recommendationType property. |
void |
setRecommendee(Recommendee value)
Sets the value of the recommendee property. |
void |
setRecommender(Recommender value)
Sets the value of the recommender property. |
void |
setWebUrl(java.lang.String value)
Sets the value of the webUrl property. |
Method Detail |
---|
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
RecommendationType getRecommendationType()
RecommendationType
void setRecommendationType(RecommendationType value)
value
- allowed object is
RecommendationType
java.lang.String getRecommendationText()
String
void setRecommendationText(java.lang.String value)
value
- allowed object is
String
java.lang.String getRecommendationSnippet()
String
void setRecommendationSnippet(java.lang.String value)
value
- allowed object is
String
Recommender getRecommender()
Recommender
void setRecommender(Recommender value)
value
- allowed object is
Recommender
Recommendee getRecommendee()
Recommendee
void setRecommendee(Recommendee value)
value
- allowed object is
Recommendee
java.lang.String getWebUrl()
String
void setWebUrl(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |