Class 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>
     
    • Constructor Detail

      • Entry

        public Entry()
    • Method Detail

      • getValues

        public StringMap getValues()
        Gets the value of the values property.
        Returns:
        possible object is StringMap
      • setValues

        public void setValues​(StringMap value)
        Sets the value of the values property.
        Parameters:
        value - allowed object is StringMap