com.discoverygate.webservice.types
Class SourceId

java.lang.Object
  extended by com.discoverygate.webservice.types.Capped
      extended by com.discoverygate.webservice.types.SourceId
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Carcinogenic, ChemicalProperty, ExistenceResult, ExternalSource, Names, SimilaritySourceResult, SourceProperties, SourceSummary, SourceSummary3D, ToxExperiment

public class SourceId
extends Capped
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SourceId()
           
SourceId(java.lang.String compoundId, Datasource datasource)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCompoundId()
          Gets the compoundId value for this SourceId.
 Datasource getDatasource()
          Gets the datasource value for this SourceId.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
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 setCompoundId(java.lang.String compoundId)
          Sets the compoundId value for this SourceId.
 void setDatasource(Datasource datasource)
          Sets the datasource value for this SourceId.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceId

public SourceId()

SourceId

public SourceId(java.lang.String compoundId,
                Datasource datasource)
Method Detail

getCompoundId

public java.lang.String getCompoundId()
Gets the compoundId value for this SourceId.

Returns:
compoundId

setCompoundId

public void setCompoundId(java.lang.String compoundId)
Sets the compoundId value for this SourceId.

Parameters:
compoundId -

getDatasource

public Datasource getDatasource()
Gets the datasource value for this SourceId.

Returns:
datasource

setDatasource

public void setDatasource(Datasource datasource)
Sets the datasource value for this SourceId.

Parameters:
datasource -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Capped

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.