org.enhydra.shark.asap.types
Class Instance

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

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

See Also:
Serialized Form

Constructor Summary
Instance()
           
Instance(org.apache.axis.types.URI instanceKey, java.lang.String name, java.lang.String subject, java.lang.Integer priority)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.URI getInstanceKey()
          Gets the instanceKey value for this Instance.
 java.lang.String getName()
          Gets the name value for this Instance.
 java.lang.Integer getPriority()
          Gets the priority value for this Instance.
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 Instance.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setInstanceKey(org.apache.axis.types.URI instanceKey)
          Sets the instanceKey value for this Instance.
 void setName(java.lang.String name)
          Sets the name value for this Instance.
 void setPriority(java.lang.Integer priority)
          Sets the priority value for this Instance.
 void setSubject(java.lang.String subject)
          Sets the subject value for this Instance.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Instance

public Instance()

Instance

public Instance(org.apache.axis.types.URI instanceKey,
                java.lang.String name,
                java.lang.String subject,
                java.lang.Integer priority)
Method Detail

getInstanceKey

public org.apache.axis.types.URI getInstanceKey()
Gets the instanceKey value for this Instance.

Returns:
instanceKey

setInstanceKey

public void setInstanceKey(org.apache.axis.types.URI instanceKey)
Sets the instanceKey value for this Instance.

Parameters:
instanceKey -

getName

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

Returns:
name

setName

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

Parameters:
name -

getSubject

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

Returns:
subject

setSubject

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

Parameters:
subject -

getPriority

public java.lang.Integer getPriority()
Gets the priority value for this Instance.

Returns:
priority

setPriority

public void setPriority(java.lang.Integer priority)
Sets the priority value for this Instance.

Parameters:
priority -

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