public static class AalUapp.App.MenuEntry extends Object implements Serializable
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="menuName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="serviceUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="icon" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="path" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
AalUapp.App.MenuEntry.Icon
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected AalUapp.App.MenuEntry.Icon |
icon |
protected String |
menuName |
protected String |
serviceUri |
Constructor and Description |
---|
MenuEntry() |
Modifier and Type | Method and Description |
---|---|
AalUapp.App.MenuEntry.Icon |
getIcon()
Gets the value of the icon property.
|
String |
getMenuName()
Gets the value of the menuName property.
|
String |
getServiceUri()
Gets the value of the serviceUri property.
|
boolean |
isSetIcon() |
boolean |
isSetMenuName() |
boolean |
isSetServiceUri() |
void |
setIcon(AalUapp.App.MenuEntry.Icon value)
Sets the value of the icon property.
|
void |
setMenuName(String value)
Sets the value of the menuName property.
|
void |
setServiceUri(String value)
Sets the value of the serviceUri property.
|
protected String menuName
protected String serviceUri
protected AalUapp.App.MenuEntry.Icon icon
public String getMenuName()
String
public void setMenuName(String value)
value
- allowed object is String
public boolean isSetMenuName()
public String getServiceUri()
String
public void setServiceUri(String value)
value
- allowed object is String
public boolean isSetServiceUri()
public AalUapp.App.MenuEntry.Icon getIcon()
AalUapp.App.MenuEntry.Icon
public void setIcon(AalUapp.App.MenuEntry.Icon value)
value
- allowed object is AalUapp.App.MenuEntry.Icon
public boolean isSetIcon()
Copyright © 2018 universAAL Consortium. All rights reserved.