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

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

public static class AalUapp.App.MenuEntry.Icon
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">
       <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>
 

See Also:
Serialized Form

Field Summary
protected  String name
           
protected  String path
           
 
Constructor Summary
AalUapp.App.MenuEntry.Icon()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 String getPath()
          Gets the value of the path property.
 boolean isSetName()
           
 boolean isSetPath()
           
 void setName(String value)
          Sets the value of the name property.
 void setPath(String value)
          Sets the value of the path property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected String path

name

protected String name
Constructor Detail

AalUapp.App.MenuEntry.Icon

public AalUapp.App.MenuEntry.Icon()
Method Detail

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

isSetPath

public boolean isSetPath()

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()


Copyright © 2014 universAAL Consortium. All Rights Reserved.