|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd._2009.xml.types.XLptsDBWorkspaceType
public class XLptsDBWorkspaceType
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 |
---|
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 Detail |
---|
public XLptsDBWorkspaceType()
Method Detail |
---|
public XLptsButtonDisplayType getButtons()
XLptsButtonDisplayType
public java.lang.String getHourFormat()
String
public java.lang.String getId()
String
public java.lang.String getLanguage()
String
public java.lang.String getLastOpenedFolder()
String
public java.lang.String getLookAndFeel()
String
public XLptsDimensionType getMainScreenDimensions()
XLptsDimensionType
public java.util.List<java.lang.String> getRecentProjectListItem()
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
public java.util.List<java.lang.String> getRecentProjectTempListItem()
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
public int getSplit1Location()
public int getSplit2Location()
public int getSplit3Location()
public int getSplit4Location()
public java.lang.String getVersion()
String
public boolean isDateFormat()
public boolean isPopupDebug()
public boolean isPopupError()
public boolean isPopupMessage()
public boolean isPopupWarning()
public boolean isVisibleDebug()
public boolean isVisibleError()
public boolean isVisibleMessage()
public boolean isVisibleWarning()
public void setButtons(XLptsButtonDisplayType value)
value
- allowed object is
XLptsButtonDisplayType
public void setDateFormat(boolean value)
public void setHourFormat(java.lang.String value)
value
- allowed object is
String
public void setId(java.lang.String value)
value
- allowed object is
String
public void setLanguage(java.lang.String value)
value
- allowed object is
String
public void setLastOpenedFolder(java.lang.String value)
value
- allowed object is
String
public void setLookAndFeel(java.lang.String value)
value
- allowed object is
String
public void setMainScreenDimensions(XLptsDimensionType value)
value
- allowed object is
XLptsDimensionType
public void setPopupDebug(boolean value)
public void setPopupError(boolean value)
public void setPopupMessage(boolean value)
public void setPopupWarning(boolean value)
public void setSplit1Location(int value)
public void setSplit2Location(int value)
public void setSplit3Location(int value)
public void setSplit4Location(int value)
public void setVersion(java.lang.String value)
value
- allowed object is
String
public void setVisibleDebug(boolean value)
public void setVisibleError(boolean value)
public void setVisibleMessage(boolean value)
public void setVisibleWarning(boolean value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |