org.enhydra.shark.wfxml.types
Class ActivityInfo

java.lang.Object
  extended byorg.enhydra.shark.wfxml.types.ActivityInfo
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ActivityInfo()
           
ActivityInfo(org.apache.axis.types.URI activityKey, java.lang.String name, java.lang.String description, java.lang.String[] assignee)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getActivityKey()
          Gets the activityKey value for this ActivityInfo.
 java.lang.String[] getAssignee()
          Gets the assignee value for this ActivityInfo.
 java.lang.String getAssignee(int i)
           
 java.lang.String getDescription()
          Gets the description value for this ActivityInfo.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getName()
          Gets the name value for this ActivityInfo.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setActivityKey(org.apache.axis.types.URI activityKey)
          Sets the activityKey value for this ActivityInfo.
 void setAssignee(int i, java.lang.String _value)
           
 void setAssignee(java.lang.String[] assignee)
          Sets the assignee value for this ActivityInfo.
 void setDescription(java.lang.String description)
          Sets the description value for this ActivityInfo.
 void setName(java.lang.String name)
          Sets the name value for this ActivityInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityInfo

public ActivityInfo()

ActivityInfo

public ActivityInfo(org.apache.axis.types.URI activityKey,
                    java.lang.String name,
                    java.lang.String description,
                    java.lang.String[] assignee)
Method Detail

getActivityKey

public org.apache.axis.types.URI getActivityKey()
Gets the activityKey value for this ActivityInfo.

Returns:
activityKey

setActivityKey

public void setActivityKey(org.apache.axis.types.URI activityKey)
Sets the activityKey value for this ActivityInfo.

Parameters:
activityKey -

getName

public java.lang.String getName()
Gets the name value for this ActivityInfo.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this ActivityInfo.

Parameters:
name -

getDescription

public java.lang.String getDescription()
Gets the description value for this ActivityInfo.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this ActivityInfo.

Parameters:
description -

getAssignee

public java.lang.String[] getAssignee()
Gets the assignee value for this ActivityInfo.

Returns:
assignee

setAssignee

public void setAssignee(java.lang.String[] assignee)
Sets the assignee value for this ActivityInfo.

Parameters:
assignee -

getAssignee

public java.lang.String getAssignee(int i)

setAssignee

public void setAssignee(int i,
                        java.lang.String _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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