org.enhydra.shark.wfxml.types
Class DefinitionInfo

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

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

See Also:
Serialized Form

Constructor Summary
DefinitionInfo()
           
DefinitionInfo(org.apache.axis.types.URI definitionKey, java.lang.String name, java.lang.String description, java.lang.String version, java.lang.String status)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getDefinitionKey()
          Gets the definitionKey value for this DefinitionInfo.
 java.lang.String getDescription()
          Gets the description value for this DefinitionInfo.
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 DefinitionInfo.
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 getStatus()
          Gets the status value for this DefinitionInfo.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVersion()
          Gets the version value for this DefinitionInfo.
 int hashCode()
           
 void setDefinitionKey(org.apache.axis.types.URI definitionKey)
          Sets the definitionKey value for this DefinitionInfo.
 void setDescription(java.lang.String description)
          Sets the description value for this DefinitionInfo.
 void setName(java.lang.String name)
          Sets the name value for this DefinitionInfo.
 void setStatus(java.lang.String status)
          Sets the status value for this DefinitionInfo.
 void setVersion(java.lang.String version)
          Sets the version value for this DefinitionInfo.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefinitionInfo

public DefinitionInfo()

DefinitionInfo

public DefinitionInfo(org.apache.axis.types.URI definitionKey,
                      java.lang.String name,
                      java.lang.String description,
                      java.lang.String version,
                      java.lang.String status)
Method Detail

getDefinitionKey

public org.apache.axis.types.URI getDefinitionKey()
Gets the definitionKey value for this DefinitionInfo.

Returns:
definitionKey

setDefinitionKey

public void setDefinitionKey(org.apache.axis.types.URI definitionKey)
Sets the definitionKey value for this DefinitionInfo.

Parameters:
definitionKey -

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getVersion

public java.lang.String getVersion()
Gets the version value for this DefinitionInfo.

Returns:
version

setVersion

public void setVersion(java.lang.String version)
Sets the version value for this DefinitionInfo.

Parameters:
version -

getStatus

public java.lang.String getStatus()
Gets the status value for this DefinitionInfo.

Returns:
status

setStatus

public void setStatus(java.lang.String status)
Sets the status value for this DefinitionInfo.

Parameters:
status -

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