com.hyper9.simdk.stubs.jaxws
Class CreateTask

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

public class CreateTask
extends Object


Constructor Summary
CreateTask()
           
 
Method Summary
 Boolean getCancelable()
           
 String getInitiatedBy()
           
 ManagedObjectReference getObj()
           
 String getParentTaskKey()
           
 String getTaskTypeId()
           
 ManagedObjectReference getThis()
           
 void setCancelable(Boolean cancelable)
           
 void setInitiatedBy(String initiatedBy)
           
 void setObj(ManagedObjectReference obj)
           
 void setParentTaskKey(String parentTaskKey)
           
 void setTaskTypeId(String taskTypeId)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTask

public CreateTask()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getObj

public ManagedObjectReference getObj()
Returns:
returns ManagedObjectReference

setObj

public void setObj(ManagedObjectReference obj)
Parameters:
obj - the value for the obj property

getTaskTypeId

public String getTaskTypeId()
Returns:
returns String

setTaskTypeId

public void setTaskTypeId(String taskTypeId)
Parameters:
taskTypeId - the value for the taskTypeId property

getInitiatedBy

public String getInitiatedBy()
Returns:
returns String

setInitiatedBy

public void setInitiatedBy(String initiatedBy)
Parameters:
initiatedBy - the value for the initiatedBy property

getCancelable

public Boolean getCancelable()
Returns:
returns Boolean

setCancelable

public void setCancelable(Boolean cancelable)
Parameters:
cancelable - the value for the cancelable property

getParentTaskKey

public String getParentTaskKey()
Returns:
returns String

setParentTaskKey

public void setParentTaskKey(String parentTaskKey)
Parameters:
parentTaskKey - the value for the parentTaskKey property


Copyright © 2009-2010 Hyper9. All Rights Reserved.