IBM BPM API for Web Service Clients v8.0.0

com.lombardisoftware.webapi
Class SendTaskInfo

java.lang.Object
  extended by com.lombardisoftware.webapi.SendTaskInfo
All Implemented Interfaces:
java.io.Serializable

public class SendTaskInfo
extends java.lang.Object
implements java.io.Serializable

SendTaskInfo can be used to construct and send a task that has no implementation and is not associated with a process instance. This can be useful for testing and custom notifications.

See Also:
Serialized Form

Constructor Summary
SendTaskInfo()
           
SendTaskInfo(java.lang.String calendar, java.util.Calendar dueDate, java.lang.Boolean ignoreCalendarConflicts, java.lang.String narrative, java.lang.String priority, java.lang.String routing, java.lang.String sendTo, java.lang.String subject)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCalendar()
          Gets the calendar value for this SendTaskInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Calendar getDueDate()
          Gets the dueDate value for this SendTaskInfo.
 java.lang.Boolean getIgnoreCalendarConflicts()
          Gets the ignoreCalendarConflicts value for this SendTaskInfo.
 java.lang.String getNarrative()
          Gets the narrative value for this SendTaskInfo.
 java.lang.String getPriority()
          Gets the priority value for this SendTaskInfo.
 java.lang.String getRouting()
          Gets the routing value for this SendTaskInfo.
 java.lang.String getSendTo()
          Gets the sendTo value for this SendTaskInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSubject()
          Gets the subject value for this SendTaskInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCalendar(java.lang.String calendar)
          Sets the calendar value for this SendTaskInfo.
 void setDueDate(java.util.Calendar dueDate)
          Sets the dueDate value for this SendTaskInfo.
 void setIgnoreCalendarConflicts(java.lang.Boolean ignoreCalendarConflicts)
          Sets the ignoreCalendarConflicts value for this SendTaskInfo.
 void setNarrative(java.lang.String narrative)
          Sets the narrative value for this SendTaskInfo.
 void setPriority(java.lang.String priority)
          Sets the priority value for this SendTaskInfo.
 void setRouting(java.lang.String routing)
          Sets the routing value for this SendTaskInfo.
 void setSendTo(java.lang.String sendTo)
          Sets the sendTo value for this SendTaskInfo.
 void setSubject(java.lang.String subject)
          Sets the subject value for this SendTaskInfo.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SendTaskInfo

public SendTaskInfo()

SendTaskInfo

public SendTaskInfo(java.lang.String calendar,
                    java.util.Calendar dueDate,
                    java.lang.Boolean ignoreCalendarConflicts,
                    java.lang.String narrative,
                    java.lang.String priority,
                    java.lang.String routing,
                    java.lang.String sendTo,
                    java.lang.String subject)
Method Detail

getCalendar

public java.lang.String getCalendar()
Gets the calendar value for this SendTaskInfo.

Returns:
calendar

setCalendar

public void setCalendar(java.lang.String calendar)
Sets the calendar value for this SendTaskInfo.

Parameters:
calendar -

getDueDate

public java.util.Calendar getDueDate()
Gets the dueDate value for this SendTaskInfo.

Returns:
dueDate

setDueDate

public void setDueDate(java.util.Calendar dueDate)
Sets the dueDate value for this SendTaskInfo.

Parameters:
dueDate -

getIgnoreCalendarConflicts

public java.lang.Boolean getIgnoreCalendarConflicts()
Gets the ignoreCalendarConflicts value for this SendTaskInfo.

Returns:
ignoreCalendarConflicts

setIgnoreCalendarConflicts

public void setIgnoreCalendarConflicts(java.lang.Boolean ignoreCalendarConflicts)
Sets the ignoreCalendarConflicts value for this SendTaskInfo.

Parameters:
ignoreCalendarConflicts -

getNarrative

public java.lang.String getNarrative()
Gets the narrative value for this SendTaskInfo.

Returns:
narrative

setNarrative

public void setNarrative(java.lang.String narrative)
Sets the narrative value for this SendTaskInfo.

Parameters:
narrative -

getPriority

public java.lang.String getPriority()
Gets the priority value for this SendTaskInfo.

Returns:
priority

setPriority

public void setPriority(java.lang.String priority)
Sets the priority value for this SendTaskInfo.

Parameters:
priority -

getRouting

public java.lang.String getRouting()
Gets the routing value for this SendTaskInfo.

Returns:
routing

setRouting

public void setRouting(java.lang.String routing)
Sets the routing value for this SendTaskInfo.

Parameters:
routing -

getSendTo

public java.lang.String getSendTo()
Gets the sendTo value for this SendTaskInfo.

Returns:
sendTo

setSendTo

public void setSendTo(java.lang.String sendTo)
Sets the sendTo value for this SendTaskInfo.

Parameters:
sendTo -

getSubject

public java.lang.String getSubject()
Gets the subject value for this SendTaskInfo.

Returns:
subject

setSubject

public void setSubject(java.lang.String subject)
Sets the subject value for this SendTaskInfo.

Parameters:
subject -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


IBM BPM API for Web Service Clients v8.0.0

(C) Copyright IBM Corporation 2011. All Rights Reserved.