|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlbinterfacetypes.SortContext
public class SortContext
Describes a LexBIG sort module.
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 |
---|
public 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 |
---|
public int getGRAPH_TYPE()
public void setGRAPH_TYPE(int GRAPH_TYPE)
GRAPH_TYPE
- The graph typepublic int getSET_TYPE()
public void setSET_TYPE(int SET_TYPE)
SET_TYPE
- The set typepublic int getSETITERATION_TYPE()
public void setSETITERATION_TYPE(int SETITERATION_TYPE)
SETITERATION_TYPE
- the set iteration typepublic java.lang.String getStringValue()
public void setStringValue(java.lang.String stringValue)
stringValue
- Field stringValuepublic int getType()
public void setType(int type)
type
- Field typepublic SortContext getGRAPH()
public void setGRAPH(SortContext GRAPH)
GRAPH
- public SortContext getSET()
public void setSET(SortContext SET)
SET
- public SortContext getSETITERATION()
public void setSETITERATION(SortContext SETITERATION)
SETITERATION
- public java.lang.Object[] get_memberTable()
public void set_memberTable(java.lang.Object[] _memberTable)
_memberTable
- public java.lang.Object get_memberTable(int i)
public void set_memberTable(int i, java.lang.Object _value)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |