class: BooleanType

public class: BooleanType
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:19:18; Modified: 16.07.2009 15:19:18;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {5432D5AC-0F78-442b-A09D-CF374114EE32}
 

Goto: Custom Properties, Fields, Methods

See also: ModifiersType, TripleType

Appears in: xcql

Connections
 
Custom Properties
 
BooleanType 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.ModifiersType
  modifiers
private static org.apache.axis.description.TypeDesc
  typeDesc
Initial: new org.apache.axis.description.TypeDesc(BooleanType.class, true)
Notes: Type metadata
private java.lang.String
  value
 
BooleanType Methods
Operation Details
public
BooleanType():
Sequential
public
BooleanType(
   java.lang.String value,
   gov.loc.www.zing.cql.xcql.ModifiersType modifiers):
Sequential
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
getModifiers():gov.loc.www.zing.cql.xcql.ModifiersType
Sequential
Notes: Gets the modifiers value for this BooleanType.
@return modifiers
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
getValue():java.lang.String
Sequential
Notes: Gets the value value for this BooleanType.
@return value
public
hashCode():int
Sequential
public
setModifiers(
   gov.loc.www.zing.cql.xcql.ModifiersType modifiers):void
Sequential
Notes: Sets the modifiers value for this BooleanType.
public
setValue(
   java.lang.String value):void
Sequential
Notes: Sets the value value for this BooleanType.