public class MarginType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
bottom |
protected Integer |
left |
protected Integer |
right |
protected Integer |
top |
| Constructor and Description |
|---|
MarginType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBottom()
Gets the value of the bottom property.
|
int |
getLeft()
Gets the value of the left property.
|
int |
getRight()
Gets the value of the right property.
|
int |
getTop()
Gets the value of the top property.
|
boolean |
isSetBottom() |
boolean |
isSetLeft() |
boolean |
isSetRight() |
boolean |
isSetTop() |
void |
setBottom(int value)
Sets the value of the bottom property.
|
void |
setLeft(int value)
Sets the value of the left property.
|
void |
setRight(int value)
Sets the value of the right property.
|
void |
setTop(int value)
Sets the value of the top property.
|
void |
unsetBottom() |
void |
unsetLeft() |
void |
unsetRight() |
void |
unsetTop() |
protected Integer left
protected Integer right
protected Integer top
protected Integer bottom
public int getLeft()
Integerpublic void setLeft(int value)
value - allowed object is
Integerpublic boolean isSetLeft()
public void unsetLeft()
public int getRight()
Integerpublic void setRight(int value)
value - allowed object is
Integerpublic boolean isSetRight()
public void unsetRight()
public int getTop()
Integerpublic void setTop(int value)
value - allowed object is
Integerpublic boolean isSetTop()
public void unsetTop()
public int getBottom()
Integerpublic void setBottom(int value)
value - allowed object is
Integerpublic boolean isSetBottom()
public void unsetBottom()
Copyright © 2017–2020 SoftVision Development GmbH, Fulda, Germany. All rights reserved.