org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs
Class GetEditActionList3Request

java.lang.Object
  extended by org.LexGrid.LexBIG.cagrid.LexEVSGridService.HistoryService.stubs.GetEditActionList3Request
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.util.Date beginDate
           
private  GetEditActionList3RequestConceptReference conceptReference
           
private  java.util.Date endDate
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
GetEditActionList3Request()
           
GetEditActionList3Request(java.util.Date beginDate, GetEditActionList3RequestConceptReference conceptReference, java.util.Date endDate)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Date getBeginDate()
          Gets the beginDate value for this GetEditActionList3Request.
 GetEditActionList3RequestConceptReference getConceptReference()
          Gets the conceptReference value for this GetEditActionList3Request.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.util.Date getEndDate()
          Gets the endDate value for this GetEditActionList3Request.
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 setBeginDate(java.util.Date beginDate)
          Sets the beginDate value for this GetEditActionList3Request.
 void setConceptReference(GetEditActionList3RequestConceptReference conceptReference)
          Sets the conceptReference value for this GetEditActionList3Request.
 void setEndDate(java.util.Date endDate)
          Sets the endDate value for this GetEditActionList3Request.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conceptReference

private GetEditActionList3RequestConceptReference conceptReference

beginDate

private java.util.Date beginDate

endDate

private java.util.Date endDate

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

GetEditActionList3Request

public GetEditActionList3Request()

GetEditActionList3Request

public GetEditActionList3Request(java.util.Date beginDate,
                                 GetEditActionList3RequestConceptReference conceptReference,
                                 java.util.Date endDate)
Method Detail

getConceptReference

public GetEditActionList3RequestConceptReference getConceptReference()
Gets the conceptReference value for this GetEditActionList3Request.

Returns:
conceptReference

setConceptReference

public void setConceptReference(GetEditActionList3RequestConceptReference conceptReference)
Sets the conceptReference value for this GetEditActionList3Request.

Parameters:
conceptReference -

getBeginDate

public java.util.Date getBeginDate()
Gets the beginDate value for this GetEditActionList3Request.

Returns:
beginDate

setBeginDate

public void setBeginDate(java.util.Date beginDate)
Sets the beginDate value for this GetEditActionList3Request.

Parameters:
beginDate -

getEndDate

public java.util.Date getEndDate()
Gets the endDate value for this GetEditActionList3Request.

Returns:
endDate

setEndDate

public void setEndDate(java.util.Date endDate)
Sets the endDate value for this GetEditActionList3Request.

Parameters:
endDate -

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