com.hyper9.simdk.stubs.jaxws
Class AcquireLease

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

public class AcquireLease
extends Object


Constructor Summary
AcquireLease()
           
 
Method Summary
 String getDiskPath()
           
 ManagedObjectReference getSnapshot()
           
 ManagedObjectReference getThis()
           
 void setDiskPath(String diskPath)
           
 void setSnapshot(ManagedObjectReference snapshot)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AcquireLease

public AcquireLease()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getSnapshot

public ManagedObjectReference getSnapshot()
Returns:
returns ManagedObjectReference

setSnapshot

public void setSnapshot(ManagedObjectReference snapshot)
Parameters:
snapshot - the value for the snapshot property

getDiskPath

public String getDiskPath()
Returns:
returns String

setDiskPath

public void setDiskPath(String diskPath)
Parameters:
diskPath - the value for the diskPath property


Copyright © 2009-2010 Hyper9. All Rights Reserved.