class: OperandType

public class: OperandType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:19; Modified: 16.07.2009 15:19:19;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {A935DAA0-C34B-4fbe-9EFC-3D919AE355D3}
 

Goto: Custom Properties, Fields, Methods

See also: PrefixesType, SearchClauseType, TripleType, TripleType, TripleType, EchoedSearchRetrieveRequestType

Appears in: xcql

Connections
 
Custom Properties
 
OperandType 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 gov.loc.www.zing.cql.xcql.PrefixesType
  prefixes
private gov.loc.www.zing.cql.xcql.SearchClauseType
  searchClause
private gov.loc.www.zing.cql.xcql.TripleType
  triple
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(OperandType.class, true)
Notes: Type metadata
 
OperandType 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
getPrefixes():gov.loc.www.zing.cql.xcql.PrefixesType
Sequential
Notes: Gets the prefixes value for this OperandType.
@return prefixes
public
getSearchClause():gov.loc.www.zing.cql.xcql.SearchClauseType
Sequential
Notes: Gets the searchClause value for this OperandType.
@return searchClause
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
getTriple():gov.loc.www.zing.cql.xcql.TripleType
Sequential
Notes: Gets the triple value for this OperandType.
@return triple
public static
getTypeDesc():org.apache.axis.description.TypeDesc
Sequential
Notes: Return type metadata object
public
hashCode():int
Sequential
public
OperandType():
Sequential
public
OperandType(
   gov.loc.www.zing.cql.xcql.PrefixesType prefixes,
   gov.loc.www.zing.cql.xcql.TripleType triple,
   gov.loc.www.zing.cql.xcql.SearchClauseType searchClause):
Sequential
public
setPrefixes(
   gov.loc.www.zing.cql.xcql.PrefixesType prefixes):void
Sequential
Notes: Sets the prefixes value for this OperandType.
public
setSearchClause(
   gov.loc.www.zing.cql.xcql.SearchClauseType searchClause):void
Sequential
Notes: Sets the searchClause value for this OperandType.
public
setTriple(
   gov.loc.www.zing.cql.xcql.TripleType triple):void
Sequential
Notes: Sets the triple value for this OperandType.