org.alfresco.webservice.dictionary
Class ClassPredicate

java.lang.Object
  extended by org.alfresco.webservice.dictionary.ClassPredicate
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ClassPredicate()
           
ClassPredicate(java.lang.String[] names, boolean followSubClass, boolean followSuperClass)
           
 
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
 java.lang.String[] getNames()
          Gets the names value for this ClassPredicate.
 java.lang.String getNames(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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isFollowSubClass()
          Gets the followSubClass value for this ClassPredicate.
 boolean isFollowSuperClass()
          Gets the followSuperClass value for this ClassPredicate.
 void setFollowSubClass(boolean followSubClass)
          Sets the followSubClass value for this ClassPredicate.
 void setFollowSuperClass(boolean followSuperClass)
          Sets the followSuperClass value for this ClassPredicate.
 void setNames(int i, java.lang.String _value)
           
 void setNames(java.lang.String[] names)
          Sets the names value for this ClassPredicate.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPredicate

public ClassPredicate()

ClassPredicate

public ClassPredicate(java.lang.String[] names,
                      boolean followSubClass,
                      boolean followSuperClass)
Method Detail

getNames

public java.lang.String[] getNames()
Gets the names value for this ClassPredicate.

Returns:
names

setNames

public void setNames(java.lang.String[] names)
Sets the names value for this ClassPredicate.

Parameters:
names -

getNames

public java.lang.String getNames(int i)

setNames

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

isFollowSubClass

public boolean isFollowSubClass()
Gets the followSubClass value for this ClassPredicate.

Returns:
followSubClass

setFollowSubClass

public void setFollowSubClass(boolean followSubClass)
Sets the followSubClass value for this ClassPredicate.

Parameters:
followSubClass -

isFollowSuperClass

public boolean isFollowSuperClass()
Gets the followSuperClass value for this ClassPredicate.

Returns:
followSuperClass

setFollowSuperClass

public void setFollowSuperClass(boolean followSuperClass)
Sets the followSuperClass value for this ClassPredicate.

Parameters:
followSuperClass -

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.