public class Plugin extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
String
public String getPurpose()
String
public List<Test> getTest()
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 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 Test
public void setClassName(String value)
value
- allowed object is String
Copyright © 2015. All rights reserved.