|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.borland.tm.webservices.tmexecution.ExecutionNode
public class ExecutionNode
| 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 |
|---|
public ExecutionNode()
public ExecutionNode(int id,
int kind,
PropertyValue[] propertyValues)
| Method Detail |
|---|
public int getId()
public void setId(int id)
id - public int getKind()
public void setKind(int kind)
kind - public PropertyValue[] getPropertyValues()
public void setPropertyValues(PropertyValue[] propertyValues)
propertyValues - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||