public class SetScreenResolutionRequestType extends Object
Java class for SetScreenResolutionRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetScreenResolutionRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected int |
height |
protected int |
width |
| Constructor and Description |
|---|
SetScreenResolutionRequestType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Gets the value of the height property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
int |
getWidth()
Gets the value of the width property.
|
void |
setHeight(int value)
Sets the value of the height property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
void |
setWidth(int value)
Sets the value of the width property.
|
protected ManagedObjectReference _this
protected int width
protected int height
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic int getWidth()
public void setWidth(int value)
public int getHeight()
public void setHeight(int value)
Copyright © 2018. All rights reserved.