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 Details

    • hint

      protected String hint
  • Constructor Details

    • Source

      public Source()
  • Method Details

    • 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
    • withHint

      public Source withHint(String value)