org.universAAL.middleware.deploymanager.uapp.model
Class AalUapp.App.MenuEntry

Package class diagram package AalUapp.App.MenuEntry
java.lang.Object
  extended by org.universAAL.middleware.deploymanager.uapp.model.AalUapp.App.MenuEntry
All Implemented Interfaces:
Serializable
Enclosing class:
AalUapp.App

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>
 

See Also:
Serialized Form

Nested Class Summary
static class AalUapp.App.MenuEntry.Icon
          Java class for anonymous complex type.
 
Field Summary
protected  AalUapp.App.MenuEntry.Icon icon
           
protected  String menuName
           
protected  String serviceUri
           
 
Constructor Summary
AalUapp.App.MenuEntry()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

menuName

protected String menuName

serviceUri

protected String serviceUri

icon

protected AalUapp.App.MenuEntry.Icon icon
Constructor Detail

AalUapp.App.MenuEntry

public AalUapp.App.MenuEntry()
Method Detail

getMenuName

public String getMenuName()
Gets the value of the menuName property.

Returns:
possible object is String

setMenuName

public void setMenuName(String value)
Sets the value of the menuName property.

Parameters:
value - allowed object is String

isSetMenuName

public boolean isSetMenuName()

getServiceUri

public String getServiceUri()
Gets the value of the serviceUri property.

Returns:
possible object is String

setServiceUri

public void setServiceUri(String value)
Sets the value of the serviceUri property.

Parameters:
value - allowed object is String

isSetServiceUri

public boolean isSetServiceUri()

getIcon

public AalUapp.App.MenuEntry.Icon getIcon()
Gets the value of the icon property.

Returns:
possible object is AalUapp.App.MenuEntry.Icon

setIcon

public void setIcon(AalUapp.App.MenuEntry.Icon value)
Sets the value of the icon property.

Parameters:
value - allowed object is AalUapp.App.MenuEntry.Icon

isSetIcon

public boolean isSetIcon()


Copyright © 2014 universAAL Consortium. All Rights Reserved.