org.ow2.kerneos.common.config.generated
Class SwfModule
java.lang.Object
org.ow2.kerneos.common.config.ModuleBase
org.ow2.kerneos.common.config.generated.Module
org.ow2.kerneos.common.config.generated.ModuleWithWindow
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
| 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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
protected String file
services
protected List<Service> services
mappings
protected List<Mapping> mappings
SwfModule
public SwfModule()
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.