public class Signature extends Object
Java class for signature complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="signature">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="left" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="top" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="right" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="bottom" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
bottom |
protected long |
left |
protected long |
right |
protected long |
top |
| Constructor and Description |
|---|
Signature() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBottom()
Gets the value of the bottom property.
|
long |
getLeft()
Gets the value of the left property.
|
long |
getRight()
Gets the value of the right property.
|
long |
getTop()
Gets the value of the top property.
|
void |
setBottom(long value)
Sets the value of the bottom property.
|
void |
setLeft(long value)
Sets the value of the left property.
|
void |
setRight(long value)
Sets the value of the right property.
|
void |
setTop(long value)
Sets the value of the top property.
|
Signature |
withBottom(long value) |
Signature |
withLeft(long value) |
Signature |
withRight(long value) |
Signature |
withTop(long value) |
protected long left
protected long top
protected long right
protected long bottom
public long getLeft()
public void setLeft(long value)
public long getTop()
public void setTop(long value)
public long getRight()
public void setRight(long value)
public long getBottom()
public void setBottom(long value)
public Signature withLeft(long value)
public Signature withTop(long value)
public Signature withRight(long value)
public Signature withBottom(long value)
Copyright © 2021. All rights reserved.