public class PluginType extends Object
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">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="menu" type="{}menuType" maxOccurs="unbounded" minOccurs="0"/>
<element name="plugin" type="{}pluginType" maxOccurs="unbounded" minOccurs="0"/>
</choice>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected List<Object> |
menuOrPlugin |
protected String |
name |
protected String |
url |
| Constructor and Description |
|---|
PluginType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
List<Object> |
getMenuOrPlugin()
Gets the value of the menuOrPlugin property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
public List<Object> getMenuOrPlugin()
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 menuOrPlugin property.
For example, to add a new item, do as follows:
getMenuOrPlugin().add(newItem);
Objects of the following type(s) are allowed in the list
PluginType
MenuType
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUrl()
StringCopyright © 2017. All rights reserved.