com.hyper9.simdk.stubs.jaxws
Class PostEvent

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

public class PostEvent
extends Object


Constructor Summary
PostEvent()
           
 
Method Summary
 Event getEventToPost()
           
 TaskInfo getTaskInfo()
           
 ManagedObjectReference getThis()
           
 void setEventToPost(Event eventToPost)
           
 void setTaskInfo(TaskInfo taskInfo)
           
 void setThis(ManagedObjectReference _this)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostEvent

public PostEvent()
Method Detail

getThis

public ManagedObjectReference getThis()
Returns:
returns ManagedObjectReference

setThis

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

getEventToPost

public Event getEventToPost()
Returns:
returns Event

setEventToPost

public void setEventToPost(Event eventToPost)
Parameters:
eventToPost - the value for the eventToPost property

getTaskInfo

public TaskInfo getTaskInfo()
Returns:
returns TaskInfo

setTaskInfo

public void setTaskInfo(TaskInfo taskInfo)
Parameters:
taskInfo - the value for the taskInfo property


Copyright © 2009-2010 Hyper9. All Rights Reserved.