public class Node extends Object implements Serializable
| Constructor and Description |
|---|
Node() |
Node(Reference reference,
String type,
String[] aspects,
NamedValue[] properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String[] |
getAspects()
Gets the aspects value for this Node.
|
String |
getAspects(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
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(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
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,
String _value) |
void |
setAspects(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(String type)
Sets the type value for this Node.
|
public Node()
public Node(Reference reference, String type, String[] aspects, NamedValue[] properties)
public Reference getReference()
public void setReference(Reference reference)
reference - public String getType()
public void setType(String type)
type - public String[] getAspects()
public void setAspects(String[] aspects)
aspects - public String getAspects(int i)
public void setAspects(int i,
String _value)
public NamedValue[] getProperties()
public void setProperties(NamedValue[] properties)
properties - public NamedValue getProperties(int i)
public void setProperties(int i,
NamedValue _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2005–2014 Alfresco Software. All rights reserved.