org.alfresco.webservice.types
Class Node

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

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

See Also:
Serialized Form

Constructor Summary
Node()
           
Node(Reference reference, java.lang.String type, java.lang.String[] aspects, NamedValue[] properties)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String[] getAspects()
          Gets the aspects value for this Node.
 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
 NamedValue[] getProperties()
          Gets the properties value for this Node.
 NamedValue getProperties(int i)
           
 Reference getReference()
          Gets the reference value for this Node.
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 Node.
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 Node.
 void setProperties(int i, NamedValue _value)
           
 void setProperties(NamedValue[] properties)
          Sets the properties value for this Node.
 void setReference(Reference reference)
          Sets the reference value for this Node.
 void setType(java.lang.String type)
          Sets the type value for this Node.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node

public Node()

Node

public Node(Reference reference,
            java.lang.String type,
            java.lang.String[] aspects,
            NamedValue[] properties)
Method Detail

getReference

public Reference getReference()
Gets the reference value for this Node.

Returns:
reference

setReference

public void setReference(Reference reference)
Sets the reference value for this Node.

Parameters:
reference -

getType

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

Returns:
type

setType

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

Parameters:
type -

getAspects

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

Returns:
aspects

setAspects

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

Parameters:
aspects -

getAspects

public java.lang.String getAspects(int i)

setAspects

public void setAspects(int i,
                       java.lang.String _value)

getProperties

public NamedValue[] getProperties()
Gets the properties value for this Node.

Returns:
properties

setProperties

public void setProperties(NamedValue[] properties)
Sets the properties value for this Node.

Parameters:
properties -

getProperties

public NamedValue getProperties(int i)

setProperties

public void setProperties(int i,
                          NamedValue _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.