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>
Modifier and Type | Field and Description |
---|---|
protected String |
hint |
links
Constructor and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
String |
getHint()
Gets the value of the hint property.
|
void |
setHint(String value)
Sets the value of the hint property.
|
Source |
withHint(String value) |
getLinks, withLinks, withLinks
protected String hint
Copyright © 2004–2022 XWiki. All rights reserved.