org.xwiki.extension.repository.xwiki.model.jaxb
Class ExtensionVersionSummary
java.lang.Object
org.xwiki.extension.repository.xwiki.model.jaxb.LinkCollection
org.xwiki.extension.repository.xwiki.model.jaxb.ExtensionSummary
org.xwiki.extension.repository.xwiki.model.jaxb.ExtensionVersionSummary
public class ExtensionVersionSummary
- extends ExtensionSummary
Java class for ExtensionVersionSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionVersionSummary">
<complexContent>
<extension base="{http://www.xwiki.org/extension}ExtensionSummary">
<sequence>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields inherited from class org.xwiki.extension.repository.xwiki.model.jaxb.LinkCollection |
links |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
protected String version
ExtensionVersionSummary
public ExtensionVersionSummary()
getVersion
public String getVersion()
- Gets the value of the version property.
- Returns:
- possible object is
String
setVersion
public void setVersion(String value)
- Sets the value of the version property.
- Parameters:
value - allowed object is
String
withVersion
public ExtensionVersionSummary withVersion(String value)
withId
public ExtensionVersionSummary withId(String value)
- Overrides:
withId in class ExtensionSummary
withName
public ExtensionVersionSummary withName(String value)
- Overrides:
withName in class ExtensionSummary
withType
public ExtensionVersionSummary withType(String value)
- Overrides:
withType in class ExtensionSummary
withLinks
public ExtensionVersionSummary withLinks(Link... values)
- Overrides:
withLinks in class ExtensionSummary
withLinks
public ExtensionVersionSummary withLinks(Collection<Link> values)
- Overrides:
withLinks in class ExtensionSummary
Copyright © 2004-2013 XWiki. All Rights Reserved.