public class NodeDefinition
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
NodeDefinition() |
NodeDefinition(ClassDefinition type,
ClassDefinition[] aspects) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ClassDefinition[] |
getAspects()
Gets the aspects value for this NodeDefinition.
|
ClassDefinition |
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
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
ClassDefinition |
getType()
Gets the type value for this NodeDefinition.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAspects(ClassDefinition[] aspects)
Sets the aspects value for this NodeDefinition.
|
void |
setAspects(int i,
ClassDefinition _value) |
void |
setType(ClassDefinition type)
Sets the type value for this NodeDefinition.
|
public NodeDefinition()
public NodeDefinition(ClassDefinition type, ClassDefinition[] aspects)
public ClassDefinition getType()
public void setType(ClassDefinition type)
type - public ClassDefinition[] getAspects()
public void setAspects(ClassDefinition[] aspects)
aspects - public ClassDefinition getAspects(int i)
public void setAspects(int i,
ClassDefinition _value)
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)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.