public class Plugin extends Object
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}test" maxOccurs="unbounded"/>
</sequence>
<attribute name="purpose" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="class-name" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
purpose |
protected List<Test> |
test |
| Constructor and Description |
|---|
Plugin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName()
Gets the value of the className property.
|
String |
getPurpose()
Gets the value of the purpose property.
|
List<Test> |
getTest()
Gets the value of the test property.
|
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setPurpose(String value)
Sets the value of the purpose property.
|
public String getClassName()
Stringpublic String getPurpose()
Stringpublic List<Test> getTest()
set
method for the test property.
For example, to add a new item, do as follows:
getTest().add(newItem);
Objects of the following type(s) are allowed in the list Testpublic void setClassName(String value)
value - allowed object is StringCopyright © 2015. All rights reserved.