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>
Modifier and Type | Field and Description |
---|---|
protected StringMap |
values |
links
Constructor and Description |
---|
Entry() |
Modifier and Type | Method and 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) |
getLinks, withLinks, withLinks
protected StringMap values
Copyright © 2004–2022 XWiki. All rights reserved.