net.sf.dynamicreports.adhoc.xmlconfiguration
Class XmlAdhocPage

java.lang.Object
  extended by net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocPage

public class XmlAdhocPage
extends Object

Java class for Page complex type.

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

 <complexType name="Page">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="orientation" type="{http://dynamicreports.sourceforge.net/schema/adhocconfiguration}PageOrientation" />
       <attribute name="topMargin" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="bottomMargin" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="leftMargin" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="rightMargin" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="ignorePageWidth" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer bottomMargin
           
protected  Integer height
           
protected  Boolean ignorePageWidth
           
protected  Integer leftMargin
           
protected  XmlAdhocPageOrientation orientation
           
protected  Integer rightMargin
           
protected  Integer topMargin
           
protected  Integer width
           
 
Constructor Summary
XmlAdhocPage()
           
 
Method Summary
 Integer getBottomMargin()
          Gets the value of the bottomMargin property.
 Integer getHeight()
          Gets the value of the height property.
 Integer getLeftMargin()
          Gets the value of the leftMargin property.
 XmlAdhocPageOrientation getOrientation()
          Gets the value of the orientation property.
 Integer getRightMargin()
          Gets the value of the rightMargin property.
 Integer getTopMargin()
          Gets the value of the topMargin property.
 Integer getWidth()
          Gets the value of the width property.
 Boolean isIgnorePageWidth()
          Gets the value of the ignorePageWidth property.
 void setBottomMargin(Integer value)
          Sets the value of the bottomMargin property.
 void setHeight(Integer value)
          Sets the value of the height property.
 void setIgnorePageWidth(Boolean value)
          Sets the value of the ignorePageWidth property.
 void setLeftMargin(Integer value)
          Sets the value of the leftMargin property.
 void setOrientation(XmlAdhocPageOrientation value)
          Sets the value of the orientation property.
 void setRightMargin(Integer value)
          Sets the value of the rightMargin property.
 void setTopMargin(Integer value)
          Sets the value of the topMargin property.
 void setWidth(Integer value)
          Sets the value of the width property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

protected Integer width

height

protected Integer height

orientation

protected XmlAdhocPageOrientation orientation

topMargin

protected Integer topMargin

bottomMargin

protected Integer bottomMargin

leftMargin

protected Integer leftMargin

rightMargin

protected Integer rightMargin

ignorePageWidth

protected Boolean ignorePageWidth
Constructor Detail

XmlAdhocPage

public XmlAdhocPage()
Method Detail

getWidth

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

Returns:
possible object is Integer

setWidth

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

Parameters:
value - allowed object is Integer

getHeight

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

Returns:
possible object is Integer

setHeight

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

Parameters:
value - allowed object is Integer

getOrientation

public XmlAdhocPageOrientation getOrientation()
Gets the value of the orientation property.

Returns:
possible object is XmlAdhocPageOrientation

setOrientation

public void setOrientation(XmlAdhocPageOrientation value)
Sets the value of the orientation property.

Parameters:
value - allowed object is XmlAdhocPageOrientation

getTopMargin

public Integer getTopMargin()
Gets the value of the topMargin property.

Returns:
possible object is Integer

setTopMargin

public void setTopMargin(Integer value)
Sets the value of the topMargin property.

Parameters:
value - allowed object is Integer

getBottomMargin

public Integer getBottomMargin()
Gets the value of the bottomMargin property.

Returns:
possible object is Integer

setBottomMargin

public void setBottomMargin(Integer value)
Sets the value of the bottomMargin property.

Parameters:
value - allowed object is Integer

getLeftMargin

public Integer getLeftMargin()
Gets the value of the leftMargin property.

Returns:
possible object is Integer

setLeftMargin

public void setLeftMargin(Integer value)
Sets the value of the leftMargin property.

Parameters:
value - allowed object is Integer

getRightMargin

public Integer getRightMargin()
Gets the value of the rightMargin property.

Returns:
possible object is Integer

setRightMargin

public void setRightMargin(Integer value)
Sets the value of the rightMargin property.

Parameters:
value - allowed object is Integer

isIgnorePageWidth

public Boolean isIgnorePageWidth()
Gets the value of the ignorePageWidth property.

Returns:
possible object is Boolean

setIgnorePageWidth

public void setIgnorePageWidth(Boolean value)
Sets the value of the ignorePageWidth property.

Parameters:
value - allowed object is Boolean


Copyright © 2010-2012. All Rights Reserved.