|
||||||||||
| 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="pluginGroup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<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 java.lang.String |
author
|
protected java.lang.String |
category
|
protected java.lang.String |
description
|
protected java.util.List<LicenseType> |
license
|
protected java.lang.String |
name
|
protected java.util.List<PluginArtifactType> |
pluginArtifact
|
protected java.lang.Boolean |
pluginGroup
|
protected java.lang.String |
url
|
| Constructor Summary | |
|---|---|
PluginType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
Gets the value of the author property. |
java.lang.String |
getCategory()
Gets the value of the category property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.util.List<LicenseType> |
getLicense()
Gets the value of the license property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<PluginArtifactType> |
getPluginArtifact()
Gets the value of the pluginArtifact property. |
java.lang.String |
getUrl()
Gets the value of the url property. |
java.lang.Boolean |
isPluginGroup()
Gets the value of the pluginGroup property. |
void |
setAuthor(java.lang.String value)
Sets the value of the author property. |
void |
setCategory(java.lang.String value)
Sets the value of the category property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPluginGroup(java.lang.Boolean value)
Sets the value of the pluginGroup property. |
void |
setUrl(java.lang.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 java.lang.String name
protected java.lang.String category
protected java.lang.Boolean pluginGroup
protected java.lang.String description
protected java.lang.String url
protected java.lang.String author
protected java.util.List<LicenseType> license
protected java.util.List<PluginArtifactType> pluginArtifact
| Constructor Detail |
|---|
public PluginType()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCategory()
Stringpublic void setCategory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isPluginGroup()
Booleanpublic void setPluginGroup(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAuthor()
Stringpublic void setAuthor(java.lang.String value)
value - allowed object is
Stringpublic java.util.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 java.util.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 | |||||||||