Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

edu.ou.kmi.buddyspace.xml
Class IQServicesBuilder  view IQServicesBuilder download IQServicesBuilder.java

java.lang.Object
  extended byHashExtensionBuilder
      extended byedu.ou.kmi.buddyspace.xml.IQServicesBuilder

public class IQServicesBuilder
extends HashExtensionBuilder

An IQServicesBuilder is used by BuddySpace for services namespace.

Version:
$Revision: 1.1 $, $Revision: 1.1 $

Field Summary
private  java.util.Vector extensions
          Vector of extension objects contained.
private  boolean iq
          is this query or x
 
Constructor Summary
IQServicesBuilder()
          Construct a new IQServicesExtensionBuilder object
 
Method Summary
 void addExtension(Extension extension)
          addExtension adds a new child tag object to the end of this list.
 Extension build()
          Construct an IQServices extension object
 java.util.Vector extensions()
          extensions returns the vector representing the extensions objects associated with this object.
 boolean isIQ()
           
 void reset()
          reset clears all data values (sets to null), so that the builder may be reused.
 void setIQ(boolean iq)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extensions

private java.util.Vector extensions
Vector of extension objects contained.


iq

private boolean iq
is this query or x

Constructor Detail

IQServicesBuilder

public IQServicesBuilder()
Construct a new IQServicesExtensionBuilder object

Method Detail

reset

public void reset()
reset clears all data values (sets to null), so that the builder may be reused.


addExtension

public void addExtension(Extension extension)
addExtension adds a new child tag object to the end of this list.


extensions

public java.util.Vector extensions()
extensions returns the vector representing the extensions objects associated with this object.


isIQ

public boolean isIQ()

setIQ

public void setIQ(boolean iq)

build

public Extension build()
                throws java.lang.InstantiationException
Construct an IQServices extension object