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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Folder, IframeModule, SwfModule

public class ModuleWithWindow
extends Module
implements Serializable

Java class for module-with-window complex type.

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

 <complexType name="module-with-window">
   <complexContent>
     <extension base="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}module">
       <sequence>
         <element name="load-maximized" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="load-on-startup" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="prompt-before-close" type="{http://jasmine.ow2.org/xsds/kerneos-module-2.2.xsd}prompt-before-close" minOccurs="0"/>
         <element name="width" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="height" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="resizable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="maximizable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  BigInteger height
           
protected  Boolean loadMaximized
           
protected  Boolean loadOnStartup
           
protected  Boolean maximizable
           
protected  PromptBeforeClose promptBeforeClose
           
protected  Boolean resizable
           
protected  BigInteger width
           
 
Fields inherited from class org.ow2.kerneos.common.config.generated.Module
bigIcon, description, id, name, smallIcon
 
Constructor Summary
ModuleWithWindow()
           
 
Method Summary
 BigInteger getHeight()
          Gets the value of the height property.
 Boolean getLoadMaximized()
          Gets the value of the loadMaximized property.
 Boolean getLoadOnStartup()
          Gets the value of the loadOnStartup property.
 Boolean getMaximizable()
          Gets the value of the maximizable property.
 PromptBeforeClose getPromptBeforeClose()
          Gets the value of the promptBeforeClose property.
 Boolean getResizable()
          Gets the value of the resizable property.
 BigInteger getWidth()
          Gets the value of the width property.
 void setHeight(BigInteger value)
          Sets the value of the height property.
 void setLoadMaximized(Boolean value)
          Sets the value of the loadMaximized property.
 void setLoadOnStartup(Boolean value)
          Sets the value of the loadOnStartup property.
 void setMaximizable(Boolean value)
          Sets the value of the maximizable property.
 void setPromptBeforeClose(PromptBeforeClose value)
          Sets the value of the promptBeforeClose property.
 void setResizable(Boolean value)
          Sets the value of the resizable property.
 void setWidth(BigInteger value)
          Sets the value of the width 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

loadMaximized

protected Boolean loadMaximized

loadOnStartup

protected Boolean loadOnStartup

promptBeforeClose

protected PromptBeforeClose promptBeforeClose

width

protected BigInteger width

height

protected BigInteger height

resizable

protected Boolean resizable

maximizable

protected Boolean maximizable
Constructor Detail

ModuleWithWindow

public ModuleWithWindow()
Method Detail

getLoadMaximized

public Boolean getLoadMaximized()
Gets the value of the loadMaximized property.

Returns:
possible object is Boolean

setLoadMaximized

public void setLoadMaximized(Boolean value)
Sets the value of the loadMaximized property.

Parameters:
value - allowed object is Boolean

getLoadOnStartup

public Boolean getLoadOnStartup()
Gets the value of the loadOnStartup property.

Returns:
possible object is Boolean

setLoadOnStartup

public void setLoadOnStartup(Boolean value)
Sets the value of the loadOnStartup property.

Parameters:
value - allowed object is Boolean

getPromptBeforeClose

public PromptBeforeClose getPromptBeforeClose()
Gets the value of the promptBeforeClose property.

Returns:
possible object is PromptBeforeClose

setPromptBeforeClose

public void setPromptBeforeClose(PromptBeforeClose value)
Sets the value of the promptBeforeClose property.

Parameters:
value - allowed object is PromptBeforeClose

getWidth

public BigInteger getWidth()
Gets the value of the width property.

Returns:
possible object is BigInteger

setWidth

public void setWidth(BigInteger value)
Sets the value of the width property.

Parameters:
value - allowed object is BigInteger

getHeight

public BigInteger getHeight()
Gets the value of the height property.

Returns:
possible object is BigInteger

setHeight

public void setHeight(BigInteger value)
Sets the value of the height property.

Parameters:
value - allowed object is BigInteger

getResizable

public Boolean getResizable()
Gets the value of the resizable property.

Returns:
possible object is Boolean

setResizable

public void setResizable(Boolean value)
Sets the value of the resizable property.

Parameters:
value - allowed object is Boolean

getMaximizable

public Boolean getMaximizable()
Gets the value of the maximizable property.

Returns:
possible object is Boolean

setMaximizable

public void setMaximizable(Boolean value)
Sets the value of the maximizable property.

Parameters:
value - allowed object is Boolean


Copyright © 2013 OW2 Consortium. All Rights Reserved.