Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)

com.lapetus_ltd._2009.xml.types
Class XLptsDBWorkspaceType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDBWorkspaceType
Direct Known Subclasses:
TLptsDBWorkspaceType

public class XLptsDBWorkspaceType
extends java.lang.Object

XSD Generated Class: This is the class that saves the settings of the GUI between restarts of the application.

Java class for XLptsDBWorkspaceType complex type.

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

 <complexType name="XLptsDBWorkspaceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mainScreenDimensions" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsDimensionType"/>
         <element name="split1Location" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="split2Location" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="split3Location" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="split4Location" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="lastOpenedFolder" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="recentProjectListItem" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="recentProjectTempListItem" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lookAndFeel" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="language" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="buttons" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsButtonDisplayType"/>
         <element name="visibleError" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="visibleMessage" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="visibleDebug" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="visibleWarning" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="popupError" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="popupMessage" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="popupDebug" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="popupWarning" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="dateFormat" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="hourFormat" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="id" use="required" type="{http://www.lapetus-ltd.com/2009/xml/types}XLptsIdentifierType" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  XLptsButtonDisplayType buttons
           
protected  boolean dateFormat
           
protected  java.lang.String hourFormat
           
protected  java.lang.String id
           
protected  java.lang.String language
           
protected  java.lang.String lastOpenedFolder
           
protected  java.lang.String lookAndFeel
           
protected  XLptsDimensionType mainScreenDimensions
           
protected  boolean popupDebug
           
protected  boolean popupError
           
protected  boolean popupMessage
           
protected  boolean popupWarning
           
protected  java.util.List<java.lang.String> recentProjectListItem
           
protected  java.util.List<java.lang.String> recentProjectTempListItem
           
protected  int split1Location
           
protected  int split2Location
           
protected  int split3Location
           
protected  int split4Location
           
protected  java.lang.String version
           
protected  boolean visibleDebug
           
protected  boolean visibleError
           
protected  boolean visibleMessage
           
protected  boolean visibleWarning
           
 
Constructor Summary
XLptsDBWorkspaceType()
           
 
Method Summary
 XLptsButtonDisplayType getButtons()
          Gets the value of the buttons property.
 java.lang.String getHourFormat()
          Gets the value of the hourFormat property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getLanguage()
          Gets the value of the language property.
 java.lang.String getLastOpenedFolder()
          Gets the value of the lastOpenedFolder property.
 java.lang.String getLookAndFeel()
          Gets the value of the lookAndFeel property.
 XLptsDimensionType getMainScreenDimensions()
          Gets the value of the mainScreenDimensions property.
 java.util.List<java.lang.String> getRecentProjectListItem()
          Gets the value of the recentProjectListItem property.
 java.util.List<java.lang.String> getRecentProjectTempListItem()
          Gets the value of the recentProjectTempListItem property.
 int getSplit1Location()
          Gets the value of the split1Location property.
 int getSplit2Location()
          Gets the value of the split2Location property.
 int getSplit3Location()
          Gets the value of the split3Location property.
 int getSplit4Location()
          Gets the value of the split4Location property.
 java.lang.String getVersion()
          Gets the value of the version property.
 boolean isDateFormat()
          Gets the value of the dateFormat property.
 boolean isPopupDebug()
          Gets the value of the popupDebug property.
 boolean isPopupError()
          Gets the value of the popupError property.
 boolean isPopupMessage()
          Gets the value of the popupMessage property.
 boolean isPopupWarning()
          Gets the value of the popupWarning property.
 boolean isVisibleDebug()
          Gets the value of the visibleDebug property.
 boolean isVisibleError()
          Gets the value of the visibleError property.
 boolean isVisibleMessage()
          Gets the value of the visibleMessage property.
 boolean isVisibleWarning()
          Gets the value of the visibleWarning property.
 void setButtons(XLptsButtonDisplayType value)
          Sets the value of the buttons property.
 void setDateFormat(boolean value)
          Sets the value of the dateFormat property.
 void setHourFormat(java.lang.String value)
          Sets the value of the hourFormat property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setLanguage(java.lang.String value)
          Sets the value of the language property.
 void setLastOpenedFolder(java.lang.String value)
          Sets the value of the lastOpenedFolder property.
 void setLookAndFeel(java.lang.String value)
          Sets the value of the lookAndFeel property.
 void setMainScreenDimensions(XLptsDimensionType value)
          Sets the value of the mainScreenDimensions property.
 void setPopupDebug(boolean value)
          Sets the value of the popupDebug property.
 void setPopupError(boolean value)
          Sets the value of the popupError property.
 void setPopupMessage(boolean value)
          Sets the value of the popupMessage property.
 void setPopupWarning(boolean value)
          Sets the value of the popupWarning property.
 void setSplit1Location(int value)
          Sets the value of the split1Location property.
 void setSplit2Location(int value)
          Sets the value of the split2Location property.
 void setSplit3Location(int value)
          Sets the value of the split3Location property.
 void setSplit4Location(int value)
          Sets the value of the split4Location property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 void setVisibleDebug(boolean value)
          Sets the value of the visibleDebug property.
 void setVisibleError(boolean value)
          Sets the value of the visibleError property.
 void setVisibleMessage(boolean value)
          Sets the value of the visibleMessage property.
 void setVisibleWarning(boolean value)
          Sets the value of the visibleWarning property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buttons

protected XLptsButtonDisplayType buttons

dateFormat

protected boolean dateFormat

hourFormat

protected java.lang.String hourFormat

id

protected java.lang.String id

language

protected java.lang.String language

lastOpenedFolder

protected java.lang.String lastOpenedFolder

lookAndFeel

protected java.lang.String lookAndFeel

mainScreenDimensions

protected XLptsDimensionType mainScreenDimensions

popupDebug

protected boolean popupDebug

popupError

protected boolean popupError

popupMessage

protected boolean popupMessage

popupWarning

protected boolean popupWarning

recentProjectListItem

protected java.util.List<java.lang.String> recentProjectListItem

recentProjectTempListItem

protected java.util.List<java.lang.String> recentProjectTempListItem

split1Location

protected int split1Location

split2Location

protected int split2Location

split3Location

protected int split3Location

split4Location

protected int split4Location

version

protected java.lang.String version

visibleDebug

protected boolean visibleDebug

visibleError

protected boolean visibleError

visibleMessage

protected boolean visibleMessage

visibleWarning

protected boolean visibleWarning
Constructor Detail

XLptsDBWorkspaceType

public XLptsDBWorkspaceType()
Method Detail

getButtons

public XLptsButtonDisplayType getButtons()
Gets the value of the buttons property.

Returns:
possible object is XLptsButtonDisplayType

getHourFormat

public java.lang.String getHourFormat()
Gets the value of the hourFormat property.

Returns:
possible object is String

getId

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

Returns:
possible object is String

getLanguage

public java.lang.String getLanguage()
Gets the value of the language property.

Returns:
possible object is String

getLastOpenedFolder

public java.lang.String getLastOpenedFolder()
Gets the value of the lastOpenedFolder property.

Returns:
possible object is String

getLookAndFeel

public java.lang.String getLookAndFeel()
Gets the value of the lookAndFeel property.

Returns:
possible object is String

getMainScreenDimensions

public XLptsDimensionType getMainScreenDimensions()
Gets the value of the mainScreenDimensions property.

Returns:
possible object is XLptsDimensionType

getRecentProjectListItem

public java.util.List<java.lang.String> getRecentProjectListItem()
Gets the value of the recentProjectListItem property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the recentProjectListItem property.

For example, to add a new item, do as follows:

    getRecentProjectListItem().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getRecentProjectTempListItem

public java.util.List<java.lang.String> getRecentProjectTempListItem()
Gets the value of the recentProjectTempListItem property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the recentProjectTempListItem property.

For example, to add a new item, do as follows:

    getRecentProjectTempListItem().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getSplit1Location

public int getSplit1Location()
Gets the value of the split1Location property.


getSplit2Location

public int getSplit2Location()
Gets the value of the split2Location property.


getSplit3Location

public int getSplit3Location()
Gets the value of the split3Location property.


getSplit4Location

public int getSplit4Location()
Gets the value of the split4Location property.


getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

isDateFormat

public boolean isDateFormat()
Gets the value of the dateFormat property.


isPopupDebug

public boolean isPopupDebug()
Gets the value of the popupDebug property.


isPopupError

public boolean isPopupError()
Gets the value of the popupError property.


isPopupMessage

public boolean isPopupMessage()
Gets the value of the popupMessage property.


isPopupWarning

public boolean isPopupWarning()
Gets the value of the popupWarning property.


isVisibleDebug

public boolean isVisibleDebug()
Gets the value of the visibleDebug property.


isVisibleError

public boolean isVisibleError()
Gets the value of the visibleError property.


isVisibleMessage

public boolean isVisibleMessage()
Gets the value of the visibleMessage property.


isVisibleWarning

public boolean isVisibleWarning()
Gets the value of the visibleWarning property.


setButtons

public void setButtons(XLptsButtonDisplayType value)
Sets the value of the buttons property.

Parameters:
value - allowed object is XLptsButtonDisplayType

setDateFormat

public void setDateFormat(boolean value)
Sets the value of the dateFormat property.


setHourFormat

public void setHourFormat(java.lang.String value)
Sets the value of the hourFormat property.

Parameters:
value - allowed object is String

setId

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

Parameters:
value - allowed object is String

setLanguage

public void setLanguage(java.lang.String value)
Sets the value of the language property.

Parameters:
value - allowed object is String

setLastOpenedFolder

public void setLastOpenedFolder(java.lang.String value)
Sets the value of the lastOpenedFolder property.

Parameters:
value - allowed object is String

setLookAndFeel

public void setLookAndFeel(java.lang.String value)
Sets the value of the lookAndFeel property.

Parameters:
value - allowed object is String

setMainScreenDimensions

public void setMainScreenDimensions(XLptsDimensionType value)
Sets the value of the mainScreenDimensions property.

Parameters:
value - allowed object is XLptsDimensionType

setPopupDebug

public void setPopupDebug(boolean value)
Sets the value of the popupDebug property.


setPopupError

public void setPopupError(boolean value)
Sets the value of the popupError property.


setPopupMessage

public void setPopupMessage(boolean value)
Sets the value of the popupMessage property.


setPopupWarning

public void setPopupWarning(boolean value)
Sets the value of the popupWarning property.


setSplit1Location

public void setSplit1Location(int value)
Sets the value of the split1Location property.


setSplit2Location

public void setSplit2Location(int value)
Sets the value of the split2Location property.


setSplit3Location

public void setSplit3Location(int value)
Sets the value of the split3Location property.


setSplit4Location

public void setSplit4Location(int value)
Sets the value of the split4Location property.


setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

setVisibleDebug

public void setVisibleDebug(boolean value)
Sets the value of the visibleDebug property.


setVisibleError

public void setVisibleError(boolean value)
Sets the value of the visibleError property.


setVisibleMessage

public void setVisibleMessage(boolean value)
Sets the value of the visibleMessage property.


setVisibleWarning

public void setVisibleWarning(boolean value)
Sets the value of the visibleWarning property.



Copyright 2009,2010, Lapetus Systems Ltd. (All rights reserved)