cagrid
Class ExtensionIdentification

java.lang.Object
  extended by cagrid.ExtensionIdentification
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String lexBIGExtensionName
          Name of a class that extends functionality.
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
ExtensionIdentification()
           
ExtensionIdentification(java.lang.String lexBIGExtensionName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getLexBIGExtensionName()
          Gets the lexBIGExtensionName value for this ExtensionIdentification.
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 setLexBIGExtensionName(java.lang.String lexBIGExtensionName)
          Sets the lexBIGExtensionName value for this ExtensionIdentification.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lexBIGExtensionName

private java.lang.String lexBIGExtensionName
Name of a class that extends functionality. This name serves as an identifier to the api to call through to the service layer for a particular extension class.


__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

ExtensionIdentification

public ExtensionIdentification()

ExtensionIdentification

public ExtensionIdentification(java.lang.String lexBIGExtensionName)
Method Detail

getLexBIGExtensionName

public java.lang.String getLexBIGExtensionName()
Gets the lexBIGExtensionName value for this ExtensionIdentification.

Returns:
lexBIGExtensionName Name of a class that extends functionality. This name serves as an identifier to the api to call through to the service layer for a particular extension class.

setLexBIGExtensionName

public void setLexBIGExtensionName(java.lang.String lexBIGExtensionName)
Sets the lexBIGExtensionName value for this ExtensionIdentification.

Parameters:
lexBIGExtensionName - Name of a class that extends functionality. This name serves as an identifier to the api to call through to the service layer for a particular extension class.

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