com.konakart.wsapp
Class Expression

java.lang.Object
  extended by com.konakart.wsapp.Expression
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Expression()
           
Expression(java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, java.lang.String description, int id, java.lang.String name, int numVariables)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCustom1()
          Gets the custom1 value for this Expression.
 java.lang.String getCustom2()
          Gets the custom2 value for this Expression.
 java.lang.String getCustom3()
          Gets the custom3 value for this Expression.
 java.lang.String getDescription()
          Gets the description value for this Expression.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this Expression.
 java.lang.String getName()
          Gets the name value for this Expression.
 int getNumVariables()
          Gets the numVariables value for this Expression.
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 setCustom1(java.lang.String custom1)
          Sets the custom1 value for this Expression.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this Expression.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this Expression.
 void setDescription(java.lang.String description)
          Sets the description value for this Expression.
 void setId(int id)
          Sets the id value for this Expression.
 void setName(java.lang.String name)
          Sets the name value for this Expression.
 void setNumVariables(int numVariables)
          Sets the numVariables value for this Expression.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expression

public Expression()

Expression

public Expression(java.lang.String custom1,
                  java.lang.String custom2,
                  java.lang.String custom3,
                  java.lang.String description,
                  int id,
                  java.lang.String name,
                  int numVariables)
Method Detail

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this Expression.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this Expression.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this Expression.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this Expression.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this Expression.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this Expression.

Parameters:
custom3 -

getDescription

public java.lang.String getDescription()
Gets the description value for this Expression.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this Expression.

Parameters:
description -

getId

public int getId()
Gets the id value for this Expression.

Returns:
id

setId

public void setId(int id)
Sets the id value for this Expression.

Parameters:
id -

getName

public java.lang.String getName()
Gets the name value for this Expression.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Expression.

Parameters:
name -

getNumVariables

public int getNumVariables()
Gets the numVariables value for this Expression.

Returns:
numVariables

setNumVariables

public void setNumVariables(int numVariables)
Sets the numVariables value for this Expression.

Parameters:
numVariables -

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



Copyright © 2011 DS Data Systems UK Ltd.