com.discoverygate.webservice.types
Class ServiceRequest

java.lang.Object
  extended by com.discoverygate.webservice.types.ServiceRequest
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ServiceRequest()
           
ServiceRequest(java.lang.String licenseKey, DataPage page, MoleculeRetrievalFlags[] moleculeFlags, ReactionRetrievalFlags[] reactionFlags, java.lang.String statefulQueryKey, Datasource[] sourceFilter, boolean exclusiveFlagHits)
           
 
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 getLicenseKey()
          Gets the licenseKey value for this ServiceRequest.
 MoleculeRetrievalFlags[] getMoleculeFlags()
          Gets the moleculeFlags value for this ServiceRequest.
 MoleculeRetrievalFlags getMoleculeFlags(int i)
           
 DataPage getPage()
          Gets the page value for this ServiceRequest.
 ReactionRetrievalFlags[] getReactionFlags()
          Gets the reactionFlags value for this ServiceRequest.
 ReactionRetrievalFlags getReactionFlags(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
 Datasource[] getSourceFilter()
          Gets the sourceFilter value for this ServiceRequest.
 Datasource getSourceFilter(int i)
           
 java.lang.String getStatefulQueryKey()
          Gets the statefulQueryKey value for this ServiceRequest.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isExclusiveFlagHits()
          Gets the exclusiveFlagHits value for this ServiceRequest.
 void setExclusiveFlagHits(boolean exclusiveFlagHits)
          Sets the exclusiveFlagHits value for this ServiceRequest.
 void setLicenseKey(java.lang.String licenseKey)
          Sets the licenseKey value for this ServiceRequest.
 void setMoleculeFlags(int i, MoleculeRetrievalFlags _value)
           
 void setMoleculeFlags(MoleculeRetrievalFlags[] moleculeFlags)
          Sets the moleculeFlags value for this ServiceRequest.
 void setPage(DataPage page)
          Sets the page value for this ServiceRequest.
 void setReactionFlags(int i, ReactionRetrievalFlags _value)
           
 void setReactionFlags(ReactionRetrievalFlags[] reactionFlags)
          Sets the reactionFlags value for this ServiceRequest.
 void setSourceFilter(Datasource[] sourceFilter)
          Sets the sourceFilter value for this ServiceRequest.
 void setSourceFilter(int i, Datasource _value)
           
 void setStatefulQueryKey(java.lang.String statefulQueryKey)
          Sets the statefulQueryKey value for this ServiceRequest.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceRequest

public ServiceRequest()

ServiceRequest

public ServiceRequest(java.lang.String licenseKey,
                      DataPage page,
                      MoleculeRetrievalFlags[] moleculeFlags,
                      ReactionRetrievalFlags[] reactionFlags,
                      java.lang.String statefulQueryKey,
                      Datasource[] sourceFilter,
                      boolean exclusiveFlagHits)
Method Detail

getLicenseKey

public java.lang.String getLicenseKey()
Gets the licenseKey value for this ServiceRequest.

Returns:
licenseKey

setLicenseKey

public void setLicenseKey(java.lang.String licenseKey)
Sets the licenseKey value for this ServiceRequest.

Parameters:
licenseKey -

getPage

public DataPage getPage()
Gets the page value for this ServiceRequest.

Returns:
page

setPage

public void setPage(DataPage page)
Sets the page value for this ServiceRequest.

Parameters:
page -

getMoleculeFlags

public MoleculeRetrievalFlags[] getMoleculeFlags()
Gets the moleculeFlags value for this ServiceRequest.

Returns:
moleculeFlags

setMoleculeFlags

public void setMoleculeFlags(MoleculeRetrievalFlags[] moleculeFlags)
Sets the moleculeFlags value for this ServiceRequest.

Parameters:
moleculeFlags -

getMoleculeFlags

public MoleculeRetrievalFlags getMoleculeFlags(int i)

setMoleculeFlags

public void setMoleculeFlags(int i,
                             MoleculeRetrievalFlags _value)

getReactionFlags

public ReactionRetrievalFlags[] getReactionFlags()
Gets the reactionFlags value for this ServiceRequest.

Returns:
reactionFlags

setReactionFlags

public void setReactionFlags(ReactionRetrievalFlags[] reactionFlags)
Sets the reactionFlags value for this ServiceRequest.

Parameters:
reactionFlags -

getReactionFlags

public ReactionRetrievalFlags getReactionFlags(int i)

setReactionFlags

public void setReactionFlags(int i,
                             ReactionRetrievalFlags _value)

getStatefulQueryKey

public java.lang.String getStatefulQueryKey()
Gets the statefulQueryKey value for this ServiceRequest.

Returns:
statefulQueryKey

setStatefulQueryKey

public void setStatefulQueryKey(java.lang.String statefulQueryKey)
Sets the statefulQueryKey value for this ServiceRequest.

Parameters:
statefulQueryKey -

getSourceFilter

public Datasource[] getSourceFilter()
Gets the sourceFilter value for this ServiceRequest.

Returns:
sourceFilter

setSourceFilter

public void setSourceFilter(Datasource[] sourceFilter)
Sets the sourceFilter value for this ServiceRequest.

Parameters:
sourceFilter -

getSourceFilter

public Datasource getSourceFilter(int i)

setSourceFilter

public void setSourceFilter(int i,
                            Datasource _value)

isExclusiveFlagHits

public boolean isExclusiveFlagHits()
Gets the exclusiveFlagHits value for this ServiceRequest.

Returns:
exclusiveFlagHits

setExclusiveFlagHits

public void setExclusiveFlagHits(boolean exclusiveFlagHits)
Sets the exclusiveFlagHits value for this ServiceRequest.

Parameters:
exclusiveFlagHits -

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