|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.webservice.types.Predicate
public class Predicate
Constructor Summary | |
---|---|
Predicate()
|
|
Predicate(Reference[] nodes,
Store store,
Query query)
|
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 |
Reference[] |
getNodes()
Gets the nodes value for this Predicate. |
Reference |
getNodes(int i)
|
Query |
getQuery()
Gets the query value for this Predicate. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
Store |
getStore()
Gets the store value for this Predicate. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setNodes(int i,
Reference _value)
|
void |
setNodes(Reference[] nodes)
Sets the nodes value for this Predicate. |
void |
setQuery(Query query)
Sets the query value for this Predicate. |
void |
setStore(Store store)
Sets the store value for this Predicate. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Predicate()
public Predicate(Reference[] nodes, Store store, Query query)
Method Detail |
---|
public Reference[] getNodes()
public void setNodes(Reference[] nodes)
nodes
- public Reference getNodes(int i)
public void setNodes(int i, Reference _value)
public Store getStore()
public void setStore(Store store)
store
- public Query getQuery()
public void setQuery(Query query)
query
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |