interfaceelements
Class SortDescription

java.lang.Object
  extended by interfaceelements.ModuleDescription
      extended by interfaceelements.ExtensionDescription
          extended by interfaceelements.SortDescription
All Implemented Interfaces:
java.io.Serializable

public class SortDescription
extends ExtensionDescription
implements java.io.Serializable

A description of of a LexBIG extension module.

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  SortContext[] restrictToContext
          Indicates the context in which the sort algorithm can be applied.
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
SortDescription()
           
SortDescription(SortContext[] restrictToContext)
           
 
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
 SortContext[] getRestrictToContext()
          Gets the restrictToContext value for this SortDescription.
 SortContext getRestrictToContext(int i)
           
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 setRestrictToContext(int i, SortContext _value)
           
 void setRestrictToContext(SortContext[] restrictToContext)
          Sets the restrictToContext value for this SortDescription.
 
Methods inherited from class interfaceelements.ExtensionDescription
getExtensionBaseClass, getExtensionClass, getExtensionProvider, setExtensionBaseClass, setExtensionClass, setExtensionProvider
 
Methods inherited from class interfaceelements.ModuleDescription
getDescription, getName, getVersion, setDescription, setName, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

restrictToContext

private SortContext[] restrictToContext
Indicates the context in which the sort algorithm can be applied. If unspecified, all contexts are assumed to be valid.


__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

SortDescription

public SortDescription()

SortDescription

public SortDescription(SortContext[] restrictToContext)
Method Detail

getRestrictToContext

public SortContext[] getRestrictToContext()
Gets the restrictToContext value for this SortDescription.

Returns:
restrictToContext Indicates the context in which the sort algorithm can be applied. If unspecified, all contexts are assumed to be valid.

setRestrictToContext

public void setRestrictToContext(SortContext[] restrictToContext)
Sets the restrictToContext value for this SortDescription.

Parameters:
restrictToContext - Indicates the context in which the sort algorithm can be applied. If unspecified, all contexts are assumed to be valid.

getRestrictToContext

public SortContext getRestrictToContext(int i)

setRestrictToContext

public void setRestrictToContext(int i,
                                 SortContext _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ExtensionDescription

hashCode

public int hashCode()
Overrides:
hashCode in class ExtensionDescription

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