public class Molgenis 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 name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="menu" type="{}menuType"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
label |
protected MenuType |
menu |
protected String |
name |
| Constructor and Description |
|---|
Molgenis() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getLabel()
Gets the value of the label property.
|
MenuType |
getMenu()
Gets the value of the menu property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setMenu(MenuType value)
Sets the value of the menu property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String description
protected MenuType menu
protected String name
protected String label
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic MenuType getMenu()
MenuTypepublic void setMenu(MenuType value)
value - allowed object is
MenuTypepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getLabel()
StringCopyright © 2017. All rights reserved.