Class Source
- java.lang.Object
-
- org.xwiki.rest.model.jaxb.LinkCollection
-
- org.xwiki.livedata.rest.model.jaxb.Source
-
public class Source extends LinkCollection
Java class for Source complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Source"> <complexContent> <extension base="{http://www.xwiki.org}LinkCollection"> <attribute name="hint" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
hint
-
Fields inherited from class org.xwiki.rest.model.jaxb.LinkCollection
links
-
-
Constructor Summary
Constructors Constructor Description Source()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHint()
Gets the value of the hint property.void
setHint(String value)
Sets the value of the hint property.Source
withHint(String value)
-
Methods inherited from class org.xwiki.rest.model.jaxb.LinkCollection
getLinks, withLinks, withLinks
-
-
-
-
Field Detail
-
hint
protected String hint
-
-