|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.discoverygate.webservice.types.BaseResults
com.discoverygate.webservice.types.ListResults
com.discoverygate.webservice.types.CappedResults
com.discoverygate.webservice.types.PatentResults
public class PatentResults
Constructor Summary | |
---|---|
PatentResults()
|
|
PatentResults(int containedCount,
int queryCount,
DrugPatent[] records)
|
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 |
DrugPatent[] |
getRecords()
Gets the records value for this PatentResults. |
DrugPatent |
getRecords(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()
|
void |
setRecords(DrugPatent[] records)
Sets the records value for this PatentResults. |
void |
setRecords(int i,
DrugPatent _value)
|
Methods inherited from class com.discoverygate.webservice.types.BaseResults |
---|
getContainedCount, getQueryCount, setContainedCount, setQueryCount |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatentResults()
public PatentResults(int containedCount, int queryCount, DrugPatent[] records)
Method Detail |
---|
public DrugPatent[] getRecords()
public void setRecords(DrugPatent[] records)
records
- public DrugPatent getRecords(int i)
public void setRecords(int i, DrugPatent _value)
public boolean equals(java.lang.Object obj)
equals
in class CappedResults
public int hashCode()
hashCode
in class CappedResults
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 |