org.enhydra.shark.asap.types
Class SetPropertiesRq

java.lang.Object
  extended byorg.enhydra.shark.asap.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 subject, java.lang.String description, int priority, SetPropertiesRqData data)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 SetPropertiesRqData 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
 int getPriority()
          Gets the priority 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 getSubject()
          Gets the subject value for this SetPropertiesRq.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setData(SetPropertiesRqData data)
          Sets the data value for this SetPropertiesRq.
 void setDescription(java.lang.String description)
          Sets the description value for this SetPropertiesRq.
 void setPriority(int priority)
          Sets the priority value for this SetPropertiesRq.
 void setSubject(java.lang.String subject)
          Sets the subject 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 subject,
                       java.lang.String description,
                       int priority,
                       SetPropertiesRqData data)
Method Detail

getSubject

public java.lang.String getSubject()
Gets the subject value for this SetPropertiesRq.

Returns:
subject

setSubject

public void setSubject(java.lang.String subject)
Sets the subject value for this SetPropertiesRq.

Parameters:
subject -

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 -

getPriority

public int getPriority()
Gets the priority value for this SetPropertiesRq.

Returns:
priority

setPriority

public void setPriority(int priority)
Sets the priority value for this SetPropertiesRq.

Parameters:
priority -

getData

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

Returns:
data

setData

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

Parameters:
data -

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