class: SearchClauseType

public class: SearchClauseType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:21; Modified: 16.07.2009 15:19:21;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {D844D119-F892-4c63-9A04-B56989FF131F}
 

Goto: Custom Properties, Fields, Methods

See also: OperandType, RelationType, EchoedScanRequestType

Appears in: xcql

Connections
 
Custom Properties
 
SearchClauseType Attributes
Attribute Details
private java.lang.Object
  __equalsCalc
Initial: null
private boolean
  __hashCodeCalc
Initial: false
package org.apache.axis.description.ElementDesc
  elemField
Initial: new org.apache.axis.description.ElementDesc()
private java.lang.String
  index
private gov.loc.www.zing.cql.xcql.RelationType
  relation
private java.lang.String
  term
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(SearchClauseType.class, true)
Notes: Type metadata
 
SearchClauseType Methods
Operation Details
public
equals(
   java.lang.Object obj):boolean
Sequential
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
getIndex():java.lang.String
Sequential
Notes: Gets the index value for this SearchClauseType.
@return index
public
getRelation():gov.loc.www.zing.cql.xcql.RelationType
Sequential
Notes: Gets the relation value for this SearchClauseType.
@return relation
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
getTerm():java.lang.String
Sequential
Notes: Gets the term value for this SearchClauseType.
@return term
public static
getTypeDesc():org.apache.axis.description.TypeDesc
Sequential
Notes: Return type metadata object
public
hashCode():int
Sequential
public
SearchClauseType():
Sequential
public
SearchClauseType(
   java.lang.String index,
   gov.loc.www.zing.cql.xcql.RelationType relation,
   java.lang.String term):
Sequential
public
setIndex(
   java.lang.String index):void
Sequential
Notes: Sets the index value for this SearchClauseType.
public
setRelation(
   gov.loc.www.zing.cql.xcql.RelationType relation):void
Sequential
Notes: Sets the relation value for this SearchClauseType.
public
setTerm(
   java.lang.String term):void
Sequential
Notes: Sets the term value for this SearchClauseType.