|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.extension.repository.xwiki.model.jaxb.LinkCollection
org.xwiki.extension.repository.xwiki.model.jaxb.ExtensionSummary
public class ExtensionSummary
Java class for ExtensionSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionSummary">
<complexContent>
<extension base="{http://www.xwiki.org/extension}LinkCollection">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected String |
name
|
protected String |
type
|
| Fields inherited from class org.xwiki.extension.repository.xwiki.model.jaxb.LinkCollection |
|---|
links |
| Constructor Summary | |
|---|---|
ExtensionSummary()
|
|
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
String |
getName()
Gets the value of the name property. |
String |
getType()
Gets the value of the type property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setType(String value)
Sets the value of the type property. |
ExtensionSummary |
withId(String value)
|
ExtensionSummary |
withLinks(Collection<Link> values)
|
ExtensionSummary |
withLinks(Link... values)
|
ExtensionSummary |
withName(String value)
|
ExtensionSummary |
withType(String value)
|
| 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 |
|---|
protected String id
protected String name
protected String type
| Constructor Detail |
|---|
public ExtensionSummary()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic ExtensionSummary withId(String value)
public ExtensionSummary withName(String value)
public ExtensionSummary withType(String value)
public ExtensionSummary withLinks(Link... values)
withLinks in class LinkCollectionpublic ExtensionSummary withLinks(Collection<Link> values)
withLinks in class LinkCollection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||