class: TripleType

public class: TripleType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:22; Modified: 16.07.2009 15:19:22;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {2DB33A28-85E4-4831-8B01-F56FAEBD8C2E}
 

Goto: Custom Properties, Fields, Methods

See also: OperandType, BooleanType, OperandType, OperandType

Appears in: xcql

Connections
 
Custom Properties
 
TripleType Attributes
Attribute Details
private java.lang.Object
  __equalsCalc
Initial: null
private boolean
  __hashCodeCalc
Initial: false
private gov.loc.www.zing.cql.xcql.BooleanType
  _boolean
package org.apache.axis.description.ElementDesc
  elemField
Initial: new org.apache.axis.description.ElementDesc()
private gov.loc.www.zing.cql.xcql.OperandType
  leftOperand
private gov.loc.www.zing.cql.xcql.OperandType
  rightOperand
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(TripleType.class, true)
Notes: Type metadata
 
TripleType Methods
Operation Details
public
equals(
   java.lang.Object obj):boolean
Sequential
public
get_boolean():gov.loc.www.zing.cql.xcql.BooleanType
Sequential <<property get>>
Tags: attribute_name=_boolean
Notes: Gets the _boolean value for this TripleType.
@return _boolean
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
getLeftOperand():gov.loc.www.zing.cql.xcql.OperandType
Sequential
Notes: Gets the leftOperand value for this TripleType.
@return leftOperand
public
getRightOperand():gov.loc.www.zing.cql.xcql.OperandType
Sequential
Notes: Gets the rightOperand value for this TripleType.
@return rightOperand
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
set_boolean(
   gov.loc.www.zing.cql.xcql.BooleanType _boolean):void
Sequential <<property set>>
Tags: attribute_name=_boolean
Notes: Sets the _boolean value for this TripleType.
public
setLeftOperand(
   gov.loc.www.zing.cql.xcql.OperandType leftOperand):void
Sequential
Notes: Sets the leftOperand value for this TripleType.
public
setRightOperand(
   gov.loc.www.zing.cql.xcql.OperandType rightOperand):void
Sequential
Notes: Sets the rightOperand value for this TripleType.
public
TripleType():
Sequential
public
TripleType(
   gov.loc.www.zing.cql.xcql.BooleanType _boolean,
   gov.loc.www.zing.cql.xcql.OperandType leftOperand,
   gov.loc.www.zing.cql.xcql.OperandType rightOperand):
Sequential