com.discoverygate.webservice.types
Class DrugActivity

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

public class DrugActivity
extends Classifier
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DrugActivity()
           
DrugActivity(java.lang.String classification, java.lang.String activIndex, java.lang.Long activityNo, java.lang.Long cdbregno)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getActivIndex()
          Gets the activIndex value for this DrugActivity.
 java.lang.Long getActivityNo()
          Gets the activityNo value for this DrugActivity.
 java.lang.Long getCdbregno()
          Gets the cdbregno value for this DrugActivity.
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 setActivIndex(java.lang.String activIndex)
          Sets the activIndex value for this DrugActivity.
 void setActivityNo(java.lang.Long activityNo)
          Sets the activityNo value for this DrugActivity.
 void setCdbregno(java.lang.Long cdbregno)
          Sets the cdbregno value for this DrugActivity.
 
Methods inherited from class com.discoverygate.webservice.types.Classifier
getClassification, setClassification
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DrugActivity

public DrugActivity()

DrugActivity

public DrugActivity(java.lang.String classification,
                    java.lang.String activIndex,
                    java.lang.Long activityNo,
                    java.lang.Long cdbregno)
Method Detail

getActivIndex

public java.lang.String getActivIndex()
Gets the activIndex value for this DrugActivity.

Returns:
activIndex

setActivIndex

public void setActivIndex(java.lang.String activIndex)
Sets the activIndex value for this DrugActivity.

Parameters:
activIndex -

getActivityNo

public java.lang.Long getActivityNo()
Gets the activityNo value for this DrugActivity.

Returns:
activityNo

setActivityNo

public void setActivityNo(java.lang.Long activityNo)
Sets the activityNo value for this DrugActivity.

Parameters:
activityNo -

getCdbregno

public java.lang.Long getCdbregno()
Gets the cdbregno value for this DrugActivity.

Returns:
cdbregno

setCdbregno

public void setCdbregno(java.lang.Long cdbregno)
Sets the cdbregno value for this DrugActivity.

Parameters:
cdbregno -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Classifier

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.