org.xwiki.extension.repository.xwiki.model.jaxb
Class ExtensionVersionSummary

java.lang.Object
  extended by org.xwiki.extension.repository.xwiki.model.jaxb.LinkCollection
      extended by org.xwiki.extension.repository.xwiki.model.jaxb.ExtensionSummary
          extended by 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>
 


Field Summary
protected  String version
           
 
Fields inherited from class org.xwiki.extension.repository.xwiki.model.jaxb.ExtensionSummary
id, name, type
 
Fields inherited from class org.xwiki.extension.repository.xwiki.model.jaxb.LinkCollection
links
 
Constructor Summary
ExtensionVersionSummary()
           
 
Method Summary
 String getVersion()
          Gets the value of the version property.
 void setVersion(String value)
          Sets the value of the version property.
 ExtensionVersionSummary withId(String value)
           
 ExtensionVersionSummary withLinks(Collection<Link> values)
           
 ExtensionVersionSummary withLinks(Link... values)
           
 ExtensionVersionSummary withName(String value)
           
 ExtensionVersionSummary withType(String value)
           
 ExtensionVersionSummary withVersion(String value)
           
 
Methods inherited from class org.xwiki.extension.repository.xwiki.model.jaxb.ExtensionSummary
getId, getName, getType, setId, setName, setType
 
Methods inherited from class org.xwiki.extension.repository.xwiki.model.jaxb.LinkCollection
getLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

protected String version
Constructor Detail

ExtensionVersionSummary

public ExtensionVersionSummary()
Method Detail

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.