org.ow2.kerneos.common.config.generated
Class Link

java.lang.Object
  extended by org.ow2.kerneos.common.config.ModuleBase
      extended by org.ow2.kerneos.common.config.generated.Module
          extended by org.ow2.kerneos.common.config.generated.Link
All Implemented Interfaces:
Serializable

public class Link
extends Module
implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}module">
       <sequence>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String url
           
 
Fields inherited from class org.ow2.kerneos.common.config.generated.Module
bigIcon, description, id, name, smallIcon
 
Constructor Summary
Link()
           
 
Method Summary
 String getUrl()
          Gets the value of the url property.
 void setUrl(String value)
          Sets the value of the url property.
 
Methods inherited from class org.ow2.kerneos.common.config.generated.Module
getBigIcon, getDescription, getId, getName, getSmallIcon, setBigIcon, setDescription, setId, setName, setSmallIcon
 
Methods inherited from class org.ow2.kerneos.common.config.ModuleBase
getBundle, setBundle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

protected String url
Constructor Detail

Link

public Link()
Method Detail

getUrl

public String getUrl()
Gets the value of the url property.

Returns:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

Parameters:
value - allowed object is String


Copyright © 2013 OW2 Consortium. All Rights Reserved.