orca.manage.extensions.standard.beans
Class ResultNodeMng

java.lang.Object
  extended by orca.manage.extensions.standard.beans.ResultNodeMng
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ResultNodeMng()
           
ResultNodeMng(ResultMng status, NodeMng[] result)
           
 
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
 NodeMng[] getResult()
          Gets the result value for this ResultNodeMng.
 NodeMng getResult(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 ResultMng getStatus()
          Gets the status value for this ResultNodeMng.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setResult(int i, NodeMng _value)
           
 void setResult(NodeMng[] result)
          Sets the result value for this ResultNodeMng.
 void setStatus(ResultMng status)
          Sets the status value for this ResultNodeMng.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultNodeMng

public ResultNodeMng()

ResultNodeMng

public ResultNodeMng(ResultMng status,
                     NodeMng[] result)
Method Detail

getStatus

public ResultMng getStatus()
Gets the status value for this ResultNodeMng.

Returns:
status

setStatus

public void setStatus(ResultMng status)
Sets the status value for this ResultNodeMng.

Parameters:
status -

getResult

public NodeMng[] getResult()
Gets the result value for this ResultNodeMng.

Returns:
result

setResult

public void setResult(NodeMng[] result)
Sets the result value for this ResultNodeMng.

Parameters:
result -

getResult

public NodeMng getResult(int i)

setResult

public void setResult(int i,
                      NodeMng _value)

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 © 2007 Network/Internet Computing Lab. All Rights Reserved.