public static class Ofxchart.Size extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
height |
protected Integer |
width |
| Constructor and Description |
|---|
Size() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Gets the value of the height property.
|
int |
getWidth()
Gets the value of the width property.
|
boolean |
isSetHeight() |
boolean |
isSetWidth() |
void |
setHeight(int value)
Sets the value of the height property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
void |
unsetHeight() |
void |
unsetWidth() |
public int getHeight()
Integerpublic void setHeight(int value)
value - allowed object is
Integerpublic boolean isSetHeight()
public void unsetHeight()
public int getWidth()
Integerpublic void setWidth(int value)
value - allowed object is
Integerpublic boolean isSetWidth()
public void unsetWidth()
Copyright © 2023. All rights reserved.