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

    • Constructor Detail

      • Source

        public Source()
    • Method Detail

      • getHint

        public String getHint()
        Gets the value of the hint property.
        Returns:
        possible object is String
      • setHint

        public void setHint​(String value)
        Sets the value of the hint property.
        Parameters:
        value - allowed object is String