lbinterfacetypes
Class SortContext

java.lang.Object
  extended by lbinterfacetypes.SortContext
All Implemented Interfaces:
java.io.Serializable

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

Describes a LexBIG sort module.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.Object[] _memberTable
           
private  SortContext GRAPH
           
private  int GRAPH_TYPE
          The graph type
private  SortContext SET
           
private  int SET_TYPE
          The set type
private  SortContext SETITERATION
           
private  int SETITERATION_TYPE
          the set iteration type
private  java.lang.String stringValue
          Field stringValue
private  int type
          Field type
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SortContext()
           
SortContext(SortContext GRAPH, int GRAPH_TYPE, SortContext SET, SortContext SETITERATION, int SETITERATION_TYPE, int SET_TYPE, java.lang.Object[] _memberTable, java.lang.String stringValue, int type)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Object[] get_memberTable()
          Gets the _memberTable value for this SortContext.
 java.lang.Object get_memberTable(int i)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getGRAPH_TYPE()
          Gets the GRAPH_TYPE value for this SortContext.
 SortContext getGRAPH()
          Gets the GRAPH value for this SortContext.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getSET_TYPE()
          Gets the SET_TYPE value for this SortContext.
 SortContext getSET()
          Gets the SET value for this SortContext.
 int getSETITERATION_TYPE()
          Gets the SETITERATION_TYPE value for this SortContext.
 SortContext getSETITERATION()
          Gets the SETITERATION value for this SortContext.
 java.lang.String getStringValue()
          Gets the stringValue value for this SortContext.
 int getType()
          Gets the type value for this SortContext.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_memberTable(int i, java.lang.Object _value)
           
 void set_memberTable(java.lang.Object[] _memberTable)
          Sets the _memberTable value for this SortContext.
 void setGRAPH_TYPE(int GRAPH_TYPE)
          Sets the GRAPH_TYPE value for this SortContext.
 void setGRAPH(SortContext GRAPH)
          Sets the GRAPH value for this SortContext.
 void setSET_TYPE(int SET_TYPE)
          Sets the SET_TYPE value for this SortContext.
 void setSET(SortContext SET)
          Sets the SET value for this SortContext.
 void setSETITERATION_TYPE(int SETITERATION_TYPE)
          Sets the SETITERATION_TYPE value for this SortContext.
 void setSETITERATION(SortContext SETITERATION)
          Sets the SETITERATION value for this SortContext.
 void setStringValue(java.lang.String stringValue)
          Sets the stringValue value for this SortContext.
 void setType(int type)
          Sets the type value for this SortContext.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GRAPH_TYPE

private int GRAPH_TYPE
The graph type


SET_TYPE

private int SET_TYPE
The set type


SETITERATION_TYPE

private int SETITERATION_TYPE
the set iteration type


stringValue

private java.lang.String stringValue
Field stringValue


type

private int type
Field type


GRAPH

private SortContext GRAPH

SET

private SortContext SET

SETITERATION

private SortContext SETITERATION

_memberTable

private java.lang.Object[] _memberTable

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

SortContext

public SortContext()

SortContext

public SortContext(SortContext GRAPH,
                   int GRAPH_TYPE,
                   SortContext SET,
                   SortContext SETITERATION,
                   int SETITERATION_TYPE,
                   int SET_TYPE,
                   java.lang.Object[] _memberTable,
                   java.lang.String stringValue,
                   int type)
Method Detail

getGRAPH_TYPE

public int getGRAPH_TYPE()
Gets the GRAPH_TYPE value for this SortContext.

Returns:
GRAPH_TYPE The graph type

setGRAPH_TYPE

public void setGRAPH_TYPE(int GRAPH_TYPE)
Sets the GRAPH_TYPE value for this SortContext.

Parameters:
GRAPH_TYPE - The graph type

getSET_TYPE

public int getSET_TYPE()
Gets the SET_TYPE value for this SortContext.

Returns:
SET_TYPE The set type

setSET_TYPE

public void setSET_TYPE(int SET_TYPE)
Sets the SET_TYPE value for this SortContext.

Parameters:
SET_TYPE - The set type

getSETITERATION_TYPE

public int getSETITERATION_TYPE()
Gets the SETITERATION_TYPE value for this SortContext.

Returns:
SETITERATION_TYPE the set iteration type

setSETITERATION_TYPE

public void setSETITERATION_TYPE(int SETITERATION_TYPE)
Sets the SETITERATION_TYPE value for this SortContext.

Parameters:
SETITERATION_TYPE - the set iteration type

getStringValue

public java.lang.String getStringValue()
Gets the stringValue value for this SortContext.

Returns:
stringValue Field stringValue

setStringValue

public void setStringValue(java.lang.String stringValue)
Sets the stringValue value for this SortContext.

Parameters:
stringValue - Field stringValue

getType

public int getType()
Gets the type value for this SortContext.

Returns:
type Field type

setType

public void setType(int type)
Sets the type value for this SortContext.

Parameters:
type - Field type

getGRAPH

public SortContext getGRAPH()
Gets the GRAPH value for this SortContext.

Returns:
GRAPH

setGRAPH

public void setGRAPH(SortContext GRAPH)
Sets the GRAPH value for this SortContext.

Parameters:
GRAPH -

getSET

public SortContext getSET()
Gets the SET value for this SortContext.

Returns:
SET

setSET

public void setSET(SortContext SET)
Sets the SET value for this SortContext.

Parameters:
SET -

getSETITERATION

public SortContext getSETITERATION()
Gets the SETITERATION value for this SortContext.

Returns:
SETITERATION

setSETITERATION

public void setSETITERATION(SortContext SETITERATION)
Sets the SETITERATION value for this SortContext.

Parameters:
SETITERATION -

get_memberTable

public java.lang.Object[] get_memberTable()
Gets the _memberTable value for this SortContext.

Returns:
_memberTable

set_memberTable

public void set_memberTable(java.lang.Object[] _memberTable)
Sets the _memberTable value for this SortContext.

Parameters:
_memberTable -

get_memberTable

public java.lang.Object get_memberTable(int i)

set_memberTable

public void set_memberTable(int i,
                            java.lang.Object _value)

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