|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.geronimo.system.plugin.model.PluginType
public class PluginType
Java class for pluginType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pluginType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="category" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="author" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="license" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}licenseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="plugin-artifact" type="{http://geronimo.apache.org/xml/ns/plugins-1.3}pluginArtifactType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
author
|
protected String |
category
|
protected String |
description
|
protected List<LicenseType> |
license
|
protected String |
name
|
protected List<PluginArtifactType> |
pluginArtifact
|
protected String |
url
|
| Constructor Summary | |
|---|---|
PluginType()
|
|
| Method Summary | |
|---|---|
String |
getAuthor()
Gets the value of the author property. |
String |
getCategory()
Gets the value of the category property. |
String |
getDescription()
Gets the value of the description property. |
List<LicenseType> |
getLicense()
Gets the value of the license property. |
String |
getName()
Gets the value of the name property. |
List<PluginArtifactType> |
getPluginArtifact()
Gets the value of the pluginArtifact property. |
String |
getUrl()
Gets the value of the url property. |
void |
setAuthor(String value)
Sets the value of the author property. |
void |
setCategory(String value)
Sets the value of the category property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setUrl(String value)
Sets the value of the url property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String category
protected String description
protected String url
protected String author
protected List<LicenseType> license
protected List<PluginArtifactType> pluginArtifact
| Constructor Detail |
|---|
public PluginType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCategory()
Stringpublic void setCategory(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getAuthor()
Stringpublic void setAuthor(String value)
value - allowed object is
Stringpublic List<LicenseType> getLicense()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the license property.
For example, to add a new item, do as follows:
getLicense().add(newItem);
Objects of the following type(s) are allowed in the list
LicenseType
public List<PluginArtifactType> getPluginArtifact()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the pluginArtifact property.
For example, to add a new item, do as follows:
getPluginArtifact().add(newItem);
Objects of the following type(s) are allowed in the list
PluginArtifactType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||