Class MarginType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.MarginType
-
- Direct Known Subclasses:
PageType
public class MarginType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p20622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p420076_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to define a margin for a rectangular container.</p>
Java class for MarginType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarginType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="left" type="{http://www.w3.org/2001/XMLSchema}int" default="20" /> <attribute name="right" type="{http://www.w3.org/2001/XMLSchema}int" default="20" /> <attribute name="top" type="{http://www.w3.org/2001/XMLSchema}int" default="20" /> <attribute name="bottom" type="{http://www.w3.org/2001/XMLSchema}int" default="20" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description MarginType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBottom()Gets the value of the bottom property.intgetLeft()Gets the value of the left property.intgetRight()Gets the value of the right property.intgetTop()Gets the value of the top property.booleanisSetBottom()booleanisSetLeft()booleanisSetRight()booleanisSetTop()voidsetBottom(int value)Sets the value of the bottom property.voidsetLeft(int value)Sets the value of the left property.voidsetRight(int value)Sets the value of the right property.voidsetTop(int value)Sets the value of the top property.voidunsetBottom()voidunsetLeft()voidunsetRight()voidunsetTop()
-
-
-
Method Detail
-
getLeft
public int getLeft()
Gets the value of the left property.- Returns:
- possible object is
Integer
-
setLeft
public void setLeft(int value)
Sets the value of the left property.- Parameters:
value- allowed object isInteger
-
isSetLeft
public boolean isSetLeft()
-
unsetLeft
public void unsetLeft()
-
getRight
public int getRight()
Gets the value of the right property.- Returns:
- possible object is
Integer
-
setRight
public void setRight(int value)
Sets the value of the right property.- Parameters:
value- allowed object isInteger
-
isSetRight
public boolean isSetRight()
-
unsetRight
public void unsetRight()
-
getTop
public int getTop()
Gets the value of the top property.- Returns:
- possible object is
Integer
-
setTop
public void setTop(int value)
Sets the value of the top property.- Parameters:
value- allowed object isInteger
-
isSetTop
public boolean isSetTop()
-
unsetTop
public void unsetTop()
-
getBottom
public int getBottom()
Gets the value of the bottom property.- Returns:
- possible object is
Integer
-
setBottom
public void setBottom(int value)
Sets the value of the bottom property.- Parameters:
value- allowed object isInteger
-
isSetBottom
public boolean isSetBottom()
-
unsetBottom
public void unsetBottom()
-
-