org.enhydra.shark.wfxml.types
Class NewDefinitionRq

java.lang.Object
  extended by org.enhydra.shark.wfxml.types.NewDefinitionRq
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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

Constructor Detail

NewDefinitionRq

public NewDefinitionRq()

NewDefinitionRq

public NewDefinitionRq(java.lang.String processLanguage,
                       NewDefinitionRqDefinition definition)
Method Detail

getProcessLanguage

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

Returns:
processLanguage

setProcessLanguage

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

Parameters:
processLanguage -

getDefinition

public NewDefinitionRqDefinition getDefinition()
Gets the definition value for this NewDefinitionRq.

Returns:
definition

setDefinition

public void setDefinition(NewDefinitionRqDefinition definition)
Sets the definition value for this NewDefinitionRq.

Parameters:
definition -

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