class: SortKeyType

public class: SortKeyType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:36; Modified: 16.07.2009 15:19:36;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E1BA281E-FB95-43bb-A019-6912ADA22094}
 

Goto: Custom Properties, Fields, Methods

See also: XSortKeysType

Appears in: srw

Connections
 
Custom Properties
 
SortKeyType Attributes
Attribute Details
private java.lang.Object
  __equalsCalc
Initial: null
private boolean
  __hashCodeCalc
Initial: false
private java.lang.Boolean
  ascending
private java.lang.Boolean
  caseSensitive
package org.apache.axis.description.ElementDesc
  elemField
Initial: new org.apache.axis.description.ElementDesc()
private java.lang.String
  missingValue
private java.lang.String
  path
private java.lang.String
  schema
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(SortKeyType.class, true)
Notes: Type metadata
 
SortKeyType Methods
Operation Details
public
equals(
   java.lang.Object obj):boolean
Sequential
public
getAscending():java.lang.Boolean
Sequential
Notes: Gets the ascending value for this SortKeyType.
@return ascending
public
getCaseSensitive():java.lang.Boolean
Sequential
Notes: Gets the caseSensitive value for this SortKeyType.
@return caseSensitive
public static
getDeserializer(
   java.lang.String mechType,
   java.lang.Class _javaType,
   javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Deserializer
Sequential
Notes: Get Custom Deserializer
public
getMissingValue():java.lang.String
Sequential
Notes: Gets the missingValue value for this SortKeyType.
@return missingValue
public
getPath():java.lang.String
Sequential
Notes: Gets the path value for this SortKeyType.
@return path
public
getSchema():java.lang.String
Sequential
Notes: Gets the schema value for this SortKeyType.
@return schema
public static
getSerializer(
   java.lang.String mechType,
   java.lang.Class _javaType,
   javax.xml.namespace.QName _xmlType):org.apache.axis.encoding.Serializer
Sequential
Notes: Get Custom Serializer
public static
getTypeDesc():org.apache.axis.description.TypeDesc
Sequential
Notes: Return type metadata object
public
hashCode():int
Sequential
public
setAscending(
   java.lang.Boolean ascending):void
Sequential
Notes: Sets the ascending value for this SortKeyType.
public
setCaseSensitive(
   java.lang.Boolean caseSensitive):void
Sequential
Notes: Sets the caseSensitive value for this SortKeyType.
public
setMissingValue(
   java.lang.String missingValue):void
Sequential
Notes: Sets the missingValue value for this SortKeyType.
public
setPath(
   java.lang.String path):void
Sequential
Notes: Sets the path value for this SortKeyType.
public
setSchema(
   java.lang.String schema):void
Sequential
Notes: Sets the schema value for this SortKeyType.
public
SortKeyType():
Sequential
public
SortKeyType(
   java.lang.String path,
   java.lang.String schema,
   java.lang.Boolean ascending,
   java.lang.Boolean caseSensitive,
   java.lang.String missingValue):
Sequential