public class GuestScreenInfo extends DynamicData
Java class for GuestScreenInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestScreenInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<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 |
| Constructor and Description |
|---|
GuestScreenInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Gets the value of the height property.
|
int |
getWidth()
Gets the value of the width property.
|
void |
setHeight(int value)
Sets the value of the height property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
public int getWidth()
public void setWidth(int value)
public int getHeight()
public void setHeight(int value)
Copyright © 2018. All rights reserved.