com.ibm.wpc
Class WpcWorkFlowType

java.lang.Object
  extended by com.ibm.wpc.WpcWorkFlowType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
WpcWorkFlowType()
           
WpcWorkFlowType(java.lang.String name, java.lang.String description, WpcAccessControlGroupType accessControlGroup, java.lang.String containerType, java.lang.String GUIDocStorePath, WpcWFStepType[] step)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 WpcAccessControlGroupType getAccessControlGroup()
          Gets the accessControlGroup value for this WpcWorkFlowType.
 java.lang.String getContainerType()
          Gets the containerType value for this WpcWorkFlowType.
 java.lang.String getDescription()
          Gets the description value for this WpcWorkFlowType.
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 getGUIDocStorePath()
          Gets the GUIDocStorePath value for this WpcWorkFlowType.
 java.lang.String getName()
          Gets the name value for this WpcWorkFlowType.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 WpcWFStepType[] getStep()
          Gets the step value for this WpcWorkFlowType.
 WpcWFStepType getStep(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAccessControlGroup(WpcAccessControlGroupType accessControlGroup)
          Sets the accessControlGroup value for this WpcWorkFlowType.
 void setContainerType(java.lang.String containerType)
          Sets the containerType value for this WpcWorkFlowType.
 void setDescription(java.lang.String description)
          Sets the description value for this WpcWorkFlowType.
 void setGUIDocStorePath(java.lang.String GUIDocStorePath)
          Sets the GUIDocStorePath value for this WpcWorkFlowType.
 void setName(java.lang.String name)
          Sets the name value for this WpcWorkFlowType.
 void setStep(int i, WpcWFStepType _value)
           
 void setStep(WpcWFStepType[] step)
          Sets the step value for this WpcWorkFlowType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcWorkFlowType

public WpcWorkFlowType()

WpcWorkFlowType

public WpcWorkFlowType(java.lang.String name,
                       java.lang.String description,
                       WpcAccessControlGroupType accessControlGroup,
                       java.lang.String containerType,
                       java.lang.String GUIDocStorePath,
                       WpcWFStepType[] step)
Method Detail

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getAccessControlGroup

public WpcAccessControlGroupType getAccessControlGroup()
Gets the accessControlGroup value for this WpcWorkFlowType.

Returns:
accessControlGroup

setAccessControlGroup

public void setAccessControlGroup(WpcAccessControlGroupType accessControlGroup)
Sets the accessControlGroup value for this WpcWorkFlowType.

Parameters:
accessControlGroup -

getContainerType

public java.lang.String getContainerType()
Gets the containerType value for this WpcWorkFlowType.

Returns:
containerType

setContainerType

public void setContainerType(java.lang.String containerType)
Sets the containerType value for this WpcWorkFlowType.

Parameters:
containerType -

getGUIDocStorePath

public java.lang.String getGUIDocStorePath()
Gets the GUIDocStorePath value for this WpcWorkFlowType.

Returns:
GUIDocStorePath

setGUIDocStorePath

public void setGUIDocStorePath(java.lang.String GUIDocStorePath)
Sets the GUIDocStorePath value for this WpcWorkFlowType.

Parameters:
GUIDocStorePath -

getStep

public WpcWFStepType[] getStep()
Gets the step value for this WpcWorkFlowType.

Returns:
step

setStep

public void setStep(WpcWFStepType[] step)
Sets the step value for this WpcWorkFlowType.

Parameters:
step -

getStep

public WpcWFStepType getStep(int i)

setStep

public void setStep(int i,
                    WpcWFStepType _value)

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