public class ExtensionSummary extends LinkCollection
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>
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
name |
protected String |
type |
links
Constructor and Description |
---|
ExtensionSummary() |
Modifier and Type | Method and Description |
---|---|
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) |
getLinks
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public ExtensionSummary withId(String value)
public ExtensionSummary withName(String value)
public ExtensionSummary withType(String value)
public ExtensionSummary withLinks(Link... values)
withLinks
in class LinkCollection
public ExtensionSummary withLinks(Collection<Link> values)
withLinks
in class LinkCollection
Copyright © 2004–2021 XWiki. All rights reserved.