public class VirtualMachineDisplayTopology extends DynamicData
Java class for VirtualMachineDisplayTopology complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineDisplayTopology">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="x" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="y" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
height |
protected int |
width |
protected int |
x |
protected int |
y |
| Constructor and Description |
|---|
VirtualMachineDisplayTopology() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Gets the value of the height property.
|
int |
getWidth()
Gets the value of the width property.
|
int |
getX()
Gets the value of the x property.
|
int |
getY()
Gets the value of the y property.
|
void |
setHeight(int value)
Sets the value of the height property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
void |
setX(int value)
Sets the value of the x property.
|
void |
setY(int value)
Sets the value of the y property.
|
protected int x
protected int y
protected int width
protected int height
public int getX()
public void setX(int value)
public int getY()
public void setY(int value)
public int getWidth()
public void setWidth(int value)
public int getHeight()
public void setHeight(int value)
Copyright © 2018. All rights reserved.