com.discoverygate.webservice.types
Class PatentResults

java.lang.Object
  extended by com.discoverygate.webservice.types.BaseResults
      extended by com.discoverygate.webservice.types.ListResults
          extended by com.discoverygate.webservice.types.CappedResults
              extended by com.discoverygate.webservice.types.PatentResults
All Implemented Interfaces:
java.io.Serializable

public class PatentResults
extends CappedResults
implements java.io.Serializable

See Also:
Serialized Form

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

PatentResults

public PatentResults()

PatentResults

public PatentResults(int containedCount,
                     int queryCount,
                     DrugPatent[] records)
Method Detail

getRecords

public DrugPatent[] getRecords()
Gets the records value for this PatentResults.

Returns:
records

setRecords

public void setRecords(DrugPatent[] records)
Sets the records value for this PatentResults.

Parameters:
records -

getRecords

public DrugPatent getRecords(int i)

setRecords

public void setRecords(int i,
                       DrugPatent _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class CappedResults

hashCode

public int hashCode()
Overrides:
hashCode in class CappedResults

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 © 2009 - 2011, Accelrys Software, Inc.