org.enhydra.shark.wfxml.types
Class SetPropertiesRq

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

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

See Also:
Serialized Form

Constructor Summary
SetPropertiesRq()
           
SetPropertiesRq(java.lang.String key, java.lang.String name, java.lang.String description, java.lang.String version, java.lang.String status, java.lang.String state, Data data)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Data getData()
          Gets the data value for this SetPropertiesRq.
 java.lang.String getDescription()
          Gets the description value for this SetPropertiesRq.
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 getKey()
          Gets the key value for this SetPropertiesRq.
 java.lang.String getName()
          Gets the name value for this SetPropertiesRq.
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 getState()
          Gets the state value for this SetPropertiesRq.
 java.lang.String getStatus()
          Gets the status value for this SetPropertiesRq.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getVersion()
          Gets the version value for this SetPropertiesRq.
 int hashCode()
           
 void setData(Data data)
          Sets the data value for this SetPropertiesRq.
 void setDescription(java.lang.String description)
          Sets the description value for this SetPropertiesRq.
 void setKey(java.lang.String key)
          Sets the key value for this SetPropertiesRq.
 void setName(java.lang.String name)
          Sets the name value for this SetPropertiesRq.
 void setState(java.lang.String state)
          Sets the state value for this SetPropertiesRq.
 void setStatus(java.lang.String status)
          Sets the status value for this SetPropertiesRq.
 void setVersion(java.lang.String version)
          Sets the version value for this SetPropertiesRq.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetPropertiesRq

public SetPropertiesRq()

SetPropertiesRq

public SetPropertiesRq(java.lang.String key,
                       java.lang.String name,
                       java.lang.String description,
                       java.lang.String version,
                       java.lang.String status,
                       java.lang.String state,
                       Data data)
Method Detail

getKey

public java.lang.String getKey()
Gets the key value for this SetPropertiesRq.

Returns:
key

setKey

public void setKey(java.lang.String key)
Sets the key value for this SetPropertiesRq.

Parameters:
key -

getName

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

Returns:
name

setName

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

Parameters:
name -

getDescription

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

Returns:
description

setDescription

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

Parameters:
description -

getVersion

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

Returns:
version

setVersion

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

Parameters:
version -

getStatus

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

Returns:
status

setStatus

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

Parameters:
status -

getState

public java.lang.String getState()
Gets the state value for this SetPropertiesRq.

Returns:
state

setState

public void setState(java.lang.String state)
Sets the state value for this SetPropertiesRq.

Parameters:
state -

getData

public Data getData()
Gets the data value for this SetPropertiesRq.

Returns:
data

setData

public void setData(Data data)
Sets the data value for this SetPropertiesRq.

Parameters:
data -

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