org.alfresco.webservice.types
Class ResultSetRowNode

java.lang.Object
  extended by org.alfresco.webservice.types.ResultSetRowNode
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ResultSetRowNode()
           
ResultSetRowNode(java.lang.String id, java.lang.String type, java.lang.String[] aspects)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String[] getAspects()
          Gets the aspects value for this ResultSetRowNode.
 java.lang.String getAspects(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getId()
          Gets the id value for this ResultSetRowNode.
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 getType()
          Gets the type value for this ResultSetRowNode.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAspects(int i, java.lang.String _value)
           
 void setAspects(java.lang.String[] aspects)
          Sets the aspects value for this ResultSetRowNode.
 void setId(java.lang.String id)
          Sets the id value for this ResultSetRowNode.
 void setType(java.lang.String type)
          Sets the type value for this ResultSetRowNode.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultSetRowNode

public ResultSetRowNode()

ResultSetRowNode

public ResultSetRowNode(java.lang.String id,
                        java.lang.String type,
                        java.lang.String[] aspects)
Method Detail

getId

public java.lang.String getId()
Gets the id value for this ResultSetRowNode.

Returns:
id

setId

public void setId(java.lang.String id)
Sets the id value for this ResultSetRowNode.

Parameters:
id -

getType

public java.lang.String getType()
Gets the type value for this ResultSetRowNode.

Returns:
type

setType

public void setType(java.lang.String type)
Sets the type value for this ResultSetRowNode.

Parameters:
type -

getAspects

public java.lang.String[] getAspects()
Gets the aspects value for this ResultSetRowNode.

Returns:
aspects

setAspects

public void setAspects(java.lang.String[] aspects)
Sets the aspects value for this ResultSetRowNode.

Parameters:
aspects -

getAspects

public java.lang.String getAspects(int i)

setAspects

public void setAspects(int i,
                       java.lang.String _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 © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.