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

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

public class Application
extends Object
implements Serializable

Java class for application complex type.

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

 <complexType name="application">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}application-project"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}application-name"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}application-url"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}application-logo" minOccurs="0"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}show-minimize-all-button" minOccurs="0"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}show-cascade-button" minOccurs="0"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}show-tile-button" minOccurs="0"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}show-notification-popups" minOccurs="0"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}show-popups-from-active-window" minOccurs="0"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}enable-notifications-log" minOccurs="0"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}show-confirm-close-dialog" minOccurs="0"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}default-locale"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}languages"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}authentication" minOccurs="0"/>
         <element ref="{http://jasmine.ow2.org/xsds/kerneos-application-2.2.xsd}managers" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String applicationLogo
           
protected  String applicationName
           
protected  String applicationProject
           
protected  String applicationUrl
           
protected  Authentication authentication
           
protected  String defaultLocale
           
protected  Boolean enableNotificationsLog
           
protected  String id
           
protected  List<Language> languages
           
protected  Managers managers
           
protected  Boolean showCascadeButton
           
protected  Boolean showConfirmCloseDialog
           
protected  Boolean showMinimizeAllButton
           
protected  Boolean showNotificationPopups
           
protected  Boolean showPopupsFromActiveWindow
           
protected  Boolean showTileButton
           
 
Constructor Summary
Application()
           
 
Method Summary
 String getApplicationLogo()
          Gets the value of the applicationLogo property.
 String getApplicationName()
          Gets the value of the applicationName property.
 String getApplicationProject()
          Gets the value of the applicationProject property.
 String getApplicationUrl()
          Gets the value of the applicationUrl property.
 Authentication getAuthentication()
          Gets the value of the authentication property.
 String getDefaultLocale()
          Gets the value of the defaultLocale property.
 Boolean getEnableNotificationsLog()
          Gets the value of the enableNotificationsLog property.
 String getId()
          Gets the value of the id property.
 List<Language> getLanguages()
           
 Managers getManagers()
          Gets the value of the managers property.
 Boolean getShowCascadeButton()
          Gets the value of the showCascadeButton property.
 Boolean getShowConfirmCloseDialog()
          Gets the value of the showConfirmCloseDialog property.
 Boolean getShowMinimizeAllButton()
          Gets the value of the showMinimizeAllButton property.
 Boolean getShowNotificationPopups()
          Gets the value of the showNotificationPopups property.
 Boolean getShowPopupsFromActiveWindow()
          Gets the value of the showPopupsFromActiveWindow property.
 Boolean getShowTileButton()
          Gets the value of the showTileButton property.
 void setApplicationLogo(String value)
          Sets the value of the applicationLogo property.
 void setApplicationName(String value)
          Sets the value of the applicationName property.
 void setApplicationProject(String value)
          Sets the value of the applicationProject property.
 void setApplicationUrl(String value)
          Sets the value of the applicationUrl property.
 void setAuthentication(Authentication value)
          Sets the value of the authentication property.
 void setDefaultLocale(String value)
          Sets the value of the defaultLocale property.
 void setEnableNotificationsLog(Boolean value)
          Sets the value of the enableNotificationsLog property.
 void setId(String value)
          Sets the value of the id property.
 void setLanguages(List<Language> languages)
           
 void setManagers(Managers value)
          Sets the value of the managers property.
 void setShowCascadeButton(Boolean value)
          Sets the value of the showCascadeButton property.
 void setShowConfirmCloseDialog(Boolean value)
          Sets the value of the showConfirmCloseDialog property.
 void setShowMinimizeAllButton(Boolean value)
          Sets the value of the showMinimizeAllButton property.
 void setShowNotificationPopups(Boolean value)
          Sets the value of the showNotificationPopups property.
 void setShowPopupsFromActiveWindow(Boolean value)
          Sets the value of the showPopupsFromActiveWindow property.
 void setShowTileButton(Boolean value)
          Sets the value of the showTileButton property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

applicationProject

protected String applicationProject

applicationName

protected String applicationName

applicationUrl

protected String applicationUrl

applicationLogo

protected String applicationLogo

showMinimizeAllButton

protected Boolean showMinimizeAllButton

showCascadeButton

protected Boolean showCascadeButton

showTileButton

protected Boolean showTileButton

showNotificationPopups

protected Boolean showNotificationPopups

showPopupsFromActiveWindow

protected Boolean showPopupsFromActiveWindow

enableNotificationsLog

protected Boolean enableNotificationsLog

showConfirmCloseDialog

protected Boolean showConfirmCloseDialog

defaultLocale

protected String defaultLocale

authentication

protected Authentication authentication

managers

protected Managers managers

languages

protected List<Language> languages
Constructor Detail

Application

public Application()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getApplicationProject

public String getApplicationProject()
Gets the value of the applicationProject property.

Returns:
possible object is String

setApplicationProject

public void setApplicationProject(String value)
Sets the value of the applicationProject property.

Parameters:
value - allowed object is String

getApplicationName

public String getApplicationName()
Gets the value of the applicationName property.

Returns:
possible object is String

setApplicationName

public void setApplicationName(String value)
Sets the value of the applicationName property.

Parameters:
value - allowed object is String

getApplicationUrl

public String getApplicationUrl()
Gets the value of the applicationUrl property.

Returns:
possible object is String

setApplicationUrl

public void setApplicationUrl(String value)
Sets the value of the applicationUrl property.

Parameters:
value - allowed object is String

getApplicationLogo

public String getApplicationLogo()
Gets the value of the applicationLogo property.

Returns:
possible object is String

setApplicationLogo

public void setApplicationLogo(String value)
Sets the value of the applicationLogo property.

Parameters:
value - allowed object is String

getShowMinimizeAllButton

public Boolean getShowMinimizeAllButton()
Gets the value of the showMinimizeAllButton property.

Returns:
possible object is Boolean

setShowMinimizeAllButton

public void setShowMinimizeAllButton(Boolean value)
Sets the value of the showMinimizeAllButton property.

Parameters:
value - allowed object is Boolean

getShowCascadeButton

public Boolean getShowCascadeButton()
Gets the value of the showCascadeButton property.

Returns:
possible object is Boolean

setShowCascadeButton

public void setShowCascadeButton(Boolean value)
Sets the value of the showCascadeButton property.

Parameters:
value - allowed object is Boolean

getShowTileButton

public Boolean getShowTileButton()
Gets the value of the showTileButton property.

Returns:
possible object is Boolean

setShowTileButton

public void setShowTileButton(Boolean value)
Sets the value of the showTileButton property.

Parameters:
value - allowed object is Boolean

getShowNotificationPopups

public Boolean getShowNotificationPopups()
Gets the value of the showNotificationPopups property.

Returns:
possible object is Boolean

setShowNotificationPopups

public void setShowNotificationPopups(Boolean value)
Sets the value of the showNotificationPopups property.

Parameters:
value - allowed object is Boolean

getShowPopupsFromActiveWindow

public Boolean getShowPopupsFromActiveWindow()
Gets the value of the showPopupsFromActiveWindow property.

Returns:
possible object is Boolean

setShowPopupsFromActiveWindow

public void setShowPopupsFromActiveWindow(Boolean value)
Sets the value of the showPopupsFromActiveWindow property.

Parameters:
value - allowed object is Boolean

getEnableNotificationsLog

public Boolean getEnableNotificationsLog()
Gets the value of the enableNotificationsLog property.

Returns:
possible object is Boolean

setEnableNotificationsLog

public void setEnableNotificationsLog(Boolean value)
Sets the value of the enableNotificationsLog property.

Parameters:
value - allowed object is Boolean

getShowConfirmCloseDialog

public Boolean getShowConfirmCloseDialog()
Gets the value of the showConfirmCloseDialog property.

Returns:
possible object is Boolean

setShowConfirmCloseDialog

public void setShowConfirmCloseDialog(Boolean value)
Sets the value of the showConfirmCloseDialog property.

Parameters:
value - allowed object is Boolean

getDefaultLocale

public String getDefaultLocale()
Gets the value of the defaultLocale property.

Returns:
possible object is String

setDefaultLocale

public void setDefaultLocale(String value)
Sets the value of the defaultLocale property.

Parameters:
value - allowed object is String

getAuthentication

public Authentication getAuthentication()
Gets the value of the authentication property.

Returns:
possible object is Authentication

setAuthentication

public void setAuthentication(Authentication value)
Sets the value of the authentication property.

Parameters:
value - allowed object is Authentication

getManagers

public Managers getManagers()
Gets the value of the managers property.

Returns:
possible object is Managers

setManagers

public void setManagers(Managers value)
Sets the value of the managers property.

Parameters:
value - allowed object is Managers

getLanguages

public List<Language> getLanguages()

setLanguages

public void setLanguages(List<Language> languages)


Copyright © 2013 OW2 Consortium. All Rights Reserved.