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