HPSearch

cgl.hpsearch.schemas.BrokerInstantiator
Interface GetBrokersResponseDocument.GetBrokersResponse

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
GetBrokersResponseDocumentImpl.GetBrokersResponseImpl
Enclosing interface:
GetBrokersResponseDocument

public static interface GetBrokersResponseDocument.GetBrokersResponse
extends XmlObject

An XML GetBrokersResponse(@http://www.hpsearch.org/schemas/2005/02/BrokerService). This is a complex type.


Nested Class Summary
static class GetBrokersResponseDocument.GetBrokersResponse.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 void addBrokerID(String brokerID)
          Appends the value as the last "BrokerID" element
 XmlString addNewBrokerID()
          Appends and returns a new empty value (as xml) as the last "BrokerID" element
 String[] getBrokerIDArray()
          Gets array of all "BrokerID" elements
 String getBrokerIDArray(int i)
          Gets ith "BrokerID" element
 void insertBrokerID(int i, String brokerID)
          Inserts the value as the ith "BrokerID" element
 XmlString insertNewBrokerID(int i)
          Inserts and returns a new empty value (as xml) as the ith "BrokerID" element
 void removeBrokerID(int i)
          Removes the ith "BrokerID" element
 void setBrokerIDArray(int i, String brokerID)
          Sets ith "BrokerID" element
 void setBrokerIDArray(String[] brokerIDArray)
          Sets array of all "BrokerID" element
 int sizeOfBrokerIDArray()
          Returns number of "BrokerID" element
 XmlString[] xgetBrokerIDArray()
          Gets (as xml) array of all "BrokerID" elements
 XmlString xgetBrokerIDArray(int i)
          Gets (as xml) ith "BrokerID" element
 void xsetBrokerIDArray(int i, XmlString brokerID)
          Sets (as xml) ith "BrokerID" element
 void xsetBrokerIDArray(XmlString[] brokerIDArray)
          Sets (as xml) array of all "BrokerID" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final SchemaType type
Method Detail

getBrokerIDArray

public String[] getBrokerIDArray()
Gets array of all "BrokerID" elements


getBrokerIDArray

public String getBrokerIDArray(int i)
Gets ith "BrokerID" element


xgetBrokerIDArray

public XmlString[] xgetBrokerIDArray()
Gets (as xml) array of all "BrokerID" elements


xgetBrokerIDArray

public XmlString xgetBrokerIDArray(int i)
Gets (as xml) ith "BrokerID" element


sizeOfBrokerIDArray

public int sizeOfBrokerIDArray()
Returns number of "BrokerID" element


setBrokerIDArray

public void setBrokerIDArray(String[] brokerIDArray)
Sets array of all "BrokerID" element


setBrokerIDArray

public void setBrokerIDArray(int i,
                             String brokerID)
Sets ith "BrokerID" element


xsetBrokerIDArray

public void xsetBrokerIDArray(XmlString[] brokerIDArray)
Sets (as xml) array of all "BrokerID" element


xsetBrokerIDArray

public void xsetBrokerIDArray(int i,
                              XmlString brokerID)
Sets (as xml) ith "BrokerID" element


insertBrokerID

public void insertBrokerID(int i,
                           String brokerID)
Inserts the value as the ith "BrokerID" element


addBrokerID

public void addBrokerID(String brokerID)
Appends the value as the last "BrokerID" element


insertNewBrokerID

public XmlString insertNewBrokerID(int i)
Inserts and returns a new empty value (as xml) as the ith "BrokerID" element


addNewBrokerID

public XmlString addNewBrokerID()
Appends and returns a new empty value (as xml) as the last "BrokerID" element


removeBrokerID

public void removeBrokerID(int i)
Removes the ith "BrokerID" element


HPSearch

For comments and suggestions please send e-mail to Harshawardhan Gadgil
Last updated: June 9 2006