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

com.lapetus_ltd._2009.xml.types
Class XLptsDimensionType

java.lang.Object
  extended by com.lapetus_ltd._2009.xml.types.XLptsDimensionType
Direct Known Subclasses:
TLptsDimensionType

public class XLptsDimensionType
extends java.lang.Object

This is the class that holds dimension information for dialogs

Java class for XLptsDimensionType complex type.

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

 <complexType name="XLptsDimensionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="maximized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="minimized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="x" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="y" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int height
           
protected  boolean maximized
           
protected  boolean minimized
           
protected  int width
           
protected  int x
           
protected  int y
           
 
Constructor Summary
XLptsDimensionType()
           
 
Method Summary
 int getHeight()
          Gets the value of the height property.
 int getWidth()
          Gets the value of the width property.
 int getX()
          Gets the value of the x property.
 int getY()
          Gets the value of the y property.
 boolean isMaximized()
          Gets the value of the maximized property.
 boolean isMinimized()
          Gets the value of the minimized property.
 void setHeight(int value)
          Sets the value of the height property.
 void setMaximized(boolean value)
          Sets the value of the maximized property.
 void setMinimized(boolean value)
          Sets the value of the minimized property.
 void setWidth(int value)
          Sets the value of the width property.
 void setX(int value)
          Sets the value of the x property.
 void setY(int value)
          Sets the value of the y property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

height

protected int height

maximized

protected boolean maximized

minimized

protected boolean minimized

width

protected int width

x

protected int x

y

protected int y
Constructor Detail

XLptsDimensionType

public XLptsDimensionType()
Method Detail

getHeight

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


getWidth

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


getX

public int getX()
Gets the value of the x property.


getY

public int getY()
Gets the value of the y property.


isMaximized

public boolean isMaximized()
Gets the value of the maximized property.


isMinimized

public boolean isMinimized()
Gets the value of the minimized property.


setHeight

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


setMaximized

public void setMaximized(boolean value)
Sets the value of the maximized property.


setMinimized

public void setMinimized(boolean value)
Sets the value of the minimized property.


setWidth

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


setX

public void setX(int value)
Sets the value of the x property.


setY

public void setY(int value)
Sets the value of the y property.



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