|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.cagrid.cqlresultset.CQLQueryResults
public class CQLQueryResults
Results from a CQL query executed against a caGrid data service
Constructor Summary | |
---|---|
CQLQueryResults()
|
|
CQLQueryResults(CQLAttributeResult[] attributeResult,
CQLCountResult countResult,
CQLIdentifierResult[] identifierResult,
CQLObjectResult[] objectResult,
java.lang.String targetClassname)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
CQLAttributeResult[] |
getAttributeResult()
Gets the attributeResult value for this CQLQueryResults. |
CQLAttributeResult |
getAttributeResult(int i)
|
CQLCountResult |
getCountResult()
Gets the countResult value for this CQLQueryResults. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
CQLIdentifierResult[] |
getIdentifierResult()
Gets the identifierResult value for this CQLQueryResults. |
CQLIdentifierResult |
getIdentifierResult(int i)
|
CQLObjectResult[] |
getObjectResult()
Gets the objectResult value for this CQLQueryResults. |
CQLObjectResult |
getObjectResult(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 |
java.lang.String |
getTargetClassname()
Gets the targetClassname value for this CQLQueryResults. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAttributeResult(CQLAttributeResult[] attributeResult)
Sets the attributeResult value for this CQLQueryResults. |
void |
setAttributeResult(int i,
CQLAttributeResult _value)
|
void |
setCountResult(CQLCountResult countResult)
Sets the countResult value for this CQLQueryResults. |
void |
setIdentifierResult(CQLIdentifierResult[] identifierResult)
Sets the identifierResult value for this CQLQueryResults. |
void |
setIdentifierResult(int i,
CQLIdentifierResult _value)
|
void |
setObjectResult(CQLObjectResult[] objectResult)
Sets the objectResult value for this CQLQueryResults. |
void |
setObjectResult(int i,
CQLObjectResult _value)
|
void |
setTargetClassname(java.lang.String targetClassname)
Sets the targetClassname value for this CQLQueryResults. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CQLQueryResults()
public CQLQueryResults(CQLAttributeResult[] attributeResult, CQLCountResult countResult, CQLIdentifierResult[] identifierResult, CQLObjectResult[] objectResult, java.lang.String targetClassname)
Method Detail |
---|
public CQLObjectResult[] getObjectResult()
public void setObjectResult(CQLObjectResult[] objectResult)
objectResult
- public CQLObjectResult getObjectResult(int i)
public void setObjectResult(int i, CQLObjectResult _value)
public CQLIdentifierResult[] getIdentifierResult()
public void setIdentifierResult(CQLIdentifierResult[] identifierResult)
identifierResult
- public CQLIdentifierResult getIdentifierResult(int i)
public void setIdentifierResult(int i, CQLIdentifierResult _value)
public CQLAttributeResult[] getAttributeResult()
public void setAttributeResult(CQLAttributeResult[] attributeResult)
attributeResult
- public CQLAttributeResult getAttributeResult(int i)
public void setAttributeResult(int i, CQLAttributeResult _value)
public CQLCountResult getCountResult()
public void setCountResult(CQLCountResult countResult)
countResult
- public java.lang.String getTargetClassname()
public void setTargetClassname(java.lang.String targetClassname)
targetClassname
- 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 |