|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.discoverygate.webservice.types.ServiceRequest
public class ServiceRequest
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 |
---|
public ServiceRequest()
public ServiceRequest(java.lang.String licenseKey, DataPage page, MoleculeRetrievalFlags[] moleculeFlags, ReactionRetrievalFlags[] reactionFlags, java.lang.String statefulQueryKey, Datasource[] sourceFilter, boolean exclusiveFlagHits)
Method Detail |
---|
public java.lang.String getLicenseKey()
public void setLicenseKey(java.lang.String licenseKey)
licenseKey
- public DataPage getPage()
public void setPage(DataPage page)
page
- public MoleculeRetrievalFlags[] getMoleculeFlags()
public void setMoleculeFlags(MoleculeRetrievalFlags[] moleculeFlags)
moleculeFlags
- public MoleculeRetrievalFlags getMoleculeFlags(int i)
public void setMoleculeFlags(int i, MoleculeRetrievalFlags _value)
public ReactionRetrievalFlags[] getReactionFlags()
public void setReactionFlags(ReactionRetrievalFlags[] reactionFlags)
reactionFlags
- public ReactionRetrievalFlags getReactionFlags(int i)
public void setReactionFlags(int i, ReactionRetrievalFlags _value)
public java.lang.String getStatefulQueryKey()
public void setStatefulQueryKey(java.lang.String statefulQueryKey)
statefulQueryKey
- public Datasource[] getSourceFilter()
public void setSourceFilter(Datasource[] sourceFilter)
sourceFilter
- public Datasource getSourceFilter(int i)
public void setSourceFilter(int i, Datasource _value)
public boolean isExclusiveFlagHits()
public void setExclusiveFlagHits(boolean exclusiveFlagHits)
exclusiveFlagHits
- 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 |