org.LexGrid.LexBIG.cagrid.LexEVSGridService.stubs
Class GetNodeGraphRequest

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

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  GetNodeGraphRequestCodingSchemeIdentification codingSchemeIdentification
           
private  GetNodeGraphRequestRelationContainerIdentification relationContainerIdentification
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  GetNodeGraphRequestVersionOrTag versionOrTag
           
 
Constructor Summary
GetNodeGraphRequest()
           
GetNodeGraphRequest(GetNodeGraphRequestCodingSchemeIdentification codingSchemeIdentification, GetNodeGraphRequestRelationContainerIdentification relationContainerIdentification, GetNodeGraphRequestVersionOrTag versionOrTag)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 GetNodeGraphRequestCodingSchemeIdentification getCodingSchemeIdentification()
          Gets the codingSchemeIdentification value for this GetNodeGraphRequest.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 GetNodeGraphRequestRelationContainerIdentification getRelationContainerIdentification()
          Gets the relationContainerIdentification value for this GetNodeGraphRequest.
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
 GetNodeGraphRequestVersionOrTag getVersionOrTag()
          Gets the versionOrTag value for this GetNodeGraphRequest.
 int hashCode()
           
 void setCodingSchemeIdentification(GetNodeGraphRequestCodingSchemeIdentification codingSchemeIdentification)
          Sets the codingSchemeIdentification value for this GetNodeGraphRequest.
 void setRelationContainerIdentification(GetNodeGraphRequestRelationContainerIdentification relationContainerIdentification)
          Sets the relationContainerIdentification value for this GetNodeGraphRequest.
 void setVersionOrTag(GetNodeGraphRequestVersionOrTag versionOrTag)
          Sets the versionOrTag value for this GetNodeGraphRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codingSchemeIdentification

private GetNodeGraphRequestCodingSchemeIdentification codingSchemeIdentification

versionOrTag

private GetNodeGraphRequestVersionOrTag versionOrTag

relationContainerIdentification

private GetNodeGraphRequestRelationContainerIdentification relationContainerIdentification

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

GetNodeGraphRequest

public GetNodeGraphRequest()

GetNodeGraphRequest

public GetNodeGraphRequest(GetNodeGraphRequestCodingSchemeIdentification codingSchemeIdentification,
                           GetNodeGraphRequestRelationContainerIdentification relationContainerIdentification,
                           GetNodeGraphRequestVersionOrTag versionOrTag)
Method Detail

getCodingSchemeIdentification

public GetNodeGraphRequestCodingSchemeIdentification getCodingSchemeIdentification()
Gets the codingSchemeIdentification value for this GetNodeGraphRequest.

Returns:
codingSchemeIdentification

setCodingSchemeIdentification

public void setCodingSchemeIdentification(GetNodeGraphRequestCodingSchemeIdentification codingSchemeIdentification)
Sets the codingSchemeIdentification value for this GetNodeGraphRequest.

Parameters:
codingSchemeIdentification -

getVersionOrTag

public GetNodeGraphRequestVersionOrTag getVersionOrTag()
Gets the versionOrTag value for this GetNodeGraphRequest.

Returns:
versionOrTag

setVersionOrTag

public void setVersionOrTag(GetNodeGraphRequestVersionOrTag versionOrTag)
Sets the versionOrTag value for this GetNodeGraphRequest.

Parameters:
versionOrTag -

getRelationContainerIdentification

public GetNodeGraphRequestRelationContainerIdentification getRelationContainerIdentification()
Gets the relationContainerIdentification value for this GetNodeGraphRequest.

Returns:
relationContainerIdentification

setRelationContainerIdentification

public void setRelationContainerIdentification(GetNodeGraphRequestRelationContainerIdentification relationContainerIdentification)
Sets the relationContainerIdentification value for this GetNodeGraphRequest.

Parameters:
relationContainerIdentification -

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