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

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

public class GetConceptChangeVersionsRequest
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  GetConceptChangeVersionsRequestConceptReference conceptReference
           
private  java.util.Date endDate
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
GetConceptChangeVersionsRequest()
           
GetConceptChangeVersionsRequest(java.util.Date beginDate, GetConceptChangeVersionsRequestConceptReference conceptReference, java.util.Date endDate)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.Date getBeginDate()
          Gets the beginDate value for this GetConceptChangeVersionsRequest.
 GetConceptChangeVersionsRequestConceptReference getConceptReference()
          Gets the conceptReference value for this GetConceptChangeVersionsRequest.
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 GetConceptChangeVersionsRequest.
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 GetConceptChangeVersionsRequest.
 void setConceptReference(GetConceptChangeVersionsRequestConceptReference conceptReference)
          Sets the conceptReference value for this GetConceptChangeVersionsRequest.
 void setEndDate(java.util.Date endDate)
          Sets the endDate value for this GetConceptChangeVersionsRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conceptReference

private GetConceptChangeVersionsRequestConceptReference 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

GetConceptChangeVersionsRequest

public GetConceptChangeVersionsRequest()

GetConceptChangeVersionsRequest

public GetConceptChangeVersionsRequest(java.util.Date beginDate,
                                       GetConceptChangeVersionsRequestConceptReference conceptReference,
                                       java.util.Date endDate)
Method Detail

getConceptReference

public GetConceptChangeVersionsRequestConceptReference getConceptReference()
Gets the conceptReference value for this GetConceptChangeVersionsRequest.

Returns:
conceptReference

setConceptReference

public void setConceptReference(GetConceptChangeVersionsRequestConceptReference conceptReference)
Sets the conceptReference value for this GetConceptChangeVersionsRequest.

Parameters:
conceptReference -

getBeginDate

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

Returns:
beginDate

setBeginDate

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

Parameters:
beginDate -

getEndDate

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

Returns:
endDate

setEndDate

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

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