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

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
getClass, notify, notifyAll, toString, wait, wait, wait
 

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