com.hyper9.simdk.stubs.jaxws
Class SetScreenResolution

java.lang.Object
  extended by com.hyper9.simdk.stubs.jaxws.SetScreenResolution

public class SetScreenResolution
extends Object


Constructor Summary
SetScreenResolution()
           
 
Method Summary
 Integer getHeight()
           
 ManagedObjectReference getThis()
           
 Integer getWidth()
           
 void setHeight(Integer height)
           
 void setThis(ManagedObjectReference _this)
           
 void setWidth(Integer width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetScreenResolution

public SetScreenResolution()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

public void setThis(ManagedObjectReference _this)
Parameters:
_this - the value for the _this property

getWidth

public Integer getWidth()
Returns:
returns Integer

setWidth

public void setWidth(Integer width)
Parameters:
width - the value for the width property

getHeight

public Integer getHeight()
Returns:
returns Integer

setHeight

public void setHeight(Integer height)
Parameters:
height - the value for the height property


Copyright © 2009-2010 Hyper9. All Rights Reserved.