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

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.ModuleWithWindow
              extended by org.ow2.kerneos.common.config.generated.SwfModule
All Implemented Interfaces:
Serializable

public class SwfModule
extends ModuleWithWindow
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-with-window">
       <sequence>
         <element name="file" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}services" minOccurs="0"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}mappings" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String file
           
protected  List<Mapping> mappings
           
protected  List<Service> services
           
 
Fields inherited from class org.ow2.kerneos.common.config.generated.ModuleWithWindow
height, loadMaximized, loadOnStartup, maximizable, promptBeforeClose, resizable, width
 
Fields inherited from class org.ow2.kerneos.common.config.generated.Module
bigIcon, description, id, name, smallIcon
 
Constructor Summary
SwfModule()
           
 
Method Summary
 String getFile()
          Gets the value of the file property.
 List<Mapping> getMappings()
           
 List<Service> getServices()
           
 void setFile(String value)
          Sets the value of the file property.
 void setMappings(List<Mapping> mappings)
           
 void setServices(List<Service> services)
           
 
Methods inherited from class org.ow2.kerneos.common.config.generated.ModuleWithWindow
getHeight, getLoadMaximized, getLoadOnStartup, getMaximizable, getPromptBeforeClose, getResizable, getWidth, setHeight, setLoadMaximized, setLoadOnStartup, setMaximizable, setPromptBeforeClose, setResizable, setWidth
 
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

file

protected String file

services

protected List<Service> services

mappings

protected List<Mapping> mappings
Constructor Detail

SwfModule

public SwfModule()
Method Detail

getFile

public String getFile()
Gets the value of the file property.

Returns:
possible object is String

setFile

public void setFile(String value)
Sets the value of the file property.

Parameters:
value - allowed object is String

getServices

public List<Service> getServices()

setServices

public void setServices(List<Service> services)

getMappings

public List<Mapping> getMappings()

setMappings

public void setMappings(List<Mapping> mappings)


Copyright © 2013 OW2 Consortium. All Rights Reserved.