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

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  GetEditActionListRequestConceptReference conceptReference
           
private  org.apache.axis.types.URI releaseURN
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
GetEditActionListRequest()
           
GetEditActionListRequest(GetEditActionListRequestConceptReference conceptReference, org.apache.axis.types.URI releaseURN)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 GetEditActionListRequestConceptReference getConceptReference()
          Gets the conceptReference value for this GetEditActionListRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.URI getReleaseURN()
          Gets the releaseURN value for this GetEditActionListRequest.
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 setConceptReference(GetEditActionListRequestConceptReference conceptReference)
          Sets the conceptReference value for this GetEditActionListRequest.
 void setReleaseURN(org.apache.axis.types.URI releaseURN)
          Sets the releaseURN value for this GetEditActionListRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conceptReference

private GetEditActionListRequestConceptReference conceptReference

releaseURN

private org.apache.axis.types.URI releaseURN

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

GetEditActionListRequest

public GetEditActionListRequest()

GetEditActionListRequest

public GetEditActionListRequest(GetEditActionListRequestConceptReference conceptReference,
                                org.apache.axis.types.URI releaseURN)
Method Detail

getConceptReference

public GetEditActionListRequestConceptReference getConceptReference()
Gets the conceptReference value for this GetEditActionListRequest.

Returns:
conceptReference

setConceptReference

public void setConceptReference(GetEditActionListRequestConceptReference conceptReference)
Sets the conceptReference value for this GetEditActionListRequest.

Parameters:
conceptReference -

getReleaseURN

public org.apache.axis.types.URI getReleaseURN()
Gets the releaseURN value for this GetEditActionListRequest.

Returns:
releaseURN

setReleaseURN

public void setReleaseURN(org.apache.axis.types.URI releaseURN)
Sets the releaseURN value for this GetEditActionListRequest.

Parameters:
releaseURN -

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