com.hyper9.simdk.stubs.jaxws
Class AcquireLeaseExt

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

public class AcquireLeaseExt
extends Object


Constructor Summary
AcquireLeaseExt()
           
 
Method Summary
 String getDiskPath()
           
 Boolean getReadOnly()
           
 ManagedObjectReference getSnapshot()
           
 ManagedObjectReference getThis()
           
 void setDiskPath(String diskPath)
           
 void setReadOnly(Boolean readOnly)
           
 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

AcquireLeaseExt

public AcquireLeaseExt()
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

getReadOnly

public Boolean getReadOnly()
Returns:
returns Boolean

setReadOnly

public void setReadOnly(Boolean readOnly)
Parameters:
readOnly - the value for the readOnly property


Copyright © 2009-2010 Hyper9. All Rights Reserved.