org.enhydra.shark.wfxml.types
Class SetDefinitionRq

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

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

See Also:
Serialized Form

Constructor Summary
SetDefinitionRq()
           
SetDefinitionRq(java.lang.String processLanguage, SetDefinitionRqDefinition definition)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 SetDefinitionRqDefinition getDefinition()
          Gets the definition value for this SetDefinitionRq.
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 getProcessLanguage()
          Gets the processLanguage value for this SetDefinitionRq.
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 setDefinition(SetDefinitionRqDefinition definition)
          Sets the definition value for this SetDefinitionRq.
 void setProcessLanguage(java.lang.String processLanguage)
          Sets the processLanguage value for this SetDefinitionRq.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetDefinitionRq

public SetDefinitionRq()

SetDefinitionRq

public SetDefinitionRq(java.lang.String processLanguage,
                       SetDefinitionRqDefinition definition)
Method Detail

getProcessLanguage

public java.lang.String getProcessLanguage()
Gets the processLanguage value for this SetDefinitionRq.

Returns:
processLanguage

setProcessLanguage

public void setProcessLanguage(java.lang.String processLanguage)
Sets the processLanguage value for this SetDefinitionRq.

Parameters:
processLanguage -

getDefinition

public SetDefinitionRqDefinition getDefinition()
Gets the definition value for this SetDefinitionRq.

Returns:
definition

setDefinition

public void setDefinition(SetDefinitionRqDefinition definition)
Sets the definition value for this SetDefinitionRq.

Parameters:
definition -

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