com.borland.sctm.ws.execution.entities
Class ExecutionNode

java.lang.Object
  extended by com.borland.sctm.ws.execution.entities.ExecutionNode
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ExecutionNode()
           
ExecutionNode(int id, int kind, PropertyValue[] propertyValues)
           
 
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
 int getId()
          Gets the id value for this ExecutionNode.
 int getKind()
          Gets the kind value for this ExecutionNode.
 PropertyValue[] getPropertyValues()
          Gets the propertyValues value for this ExecutionNode.
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 setId(int id)
          Sets the id value for this ExecutionNode.
 void setKind(int kind)
          Sets the kind value for this ExecutionNode.
 void setPropertyValues(PropertyValue[] propertyValues)
          Sets the propertyValues value for this ExecutionNode.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionNode

public ExecutionNode()

ExecutionNode

public ExecutionNode(int id,
                     int kind,
                     PropertyValue[] propertyValues)
Method Detail

getId

public int getId()
Gets the id value for this ExecutionNode.

Returns:
id

setId

public void setId(int id)
Sets the id value for this ExecutionNode.

Parameters:
id -

getKind

public int getKind()
Gets the kind value for this ExecutionNode.

Returns:
kind

setKind

public void setKind(int kind)
Sets the kind value for this ExecutionNode.

Parameters:
kind -

getPropertyValues

public PropertyValue[] getPropertyValues()
Gets the propertyValues value for this ExecutionNode.

Returns:
propertyValues

setPropertyValues

public void setPropertyValues(PropertyValue[] propertyValues)
Sets the propertyValues value for this ExecutionNode.

Parameters:
propertyValues -

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



Copyright © 2010. All Rights Reserved.