HPSearch

cgl.hpsearch.schemas.BrokerInstantiator
Interface GetLinksResponseDocument.GetLinksResponse

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
GetLinksResponseDocumentImpl.GetLinksResponseImpl
Enclosing interface:
GetLinksResponseDocument

public static interface GetLinksResponseDocument.GetLinksResponse
extends XmlObject

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


Nested Class Summary
static class GetLinksResponseDocument.GetLinksResponse.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 addLinkID(String linkID)
          Appends the value as the last "linkID" element
 XmlString addNewLinkID()
          Appends and returns a new empty value (as xml) as the last "linkID" element
 String[] getLinkIDArray()
          Gets array of all "linkID" elements
 String getLinkIDArray(int i)
          Gets ith "linkID" element
 void insertLinkID(int i, String linkID)
          Inserts the value as the ith "linkID" element
 XmlString insertNewLinkID(int i)
          Inserts and returns a new empty value (as xml) as the ith "linkID" element
 void removeLinkID(int i)
          Removes the ith "linkID" element
 void setLinkIDArray(int i, String linkID)
          Sets ith "linkID" element
 void setLinkIDArray(String[] linkIDArray)
          Sets array of all "linkID" element
 int sizeOfLinkIDArray()
          Returns number of "linkID" element
 XmlString[] xgetLinkIDArray()
          Gets (as xml) array of all "linkID" elements
 XmlString xgetLinkIDArray(int i)
          Gets (as xml) ith "linkID" element
 void xsetLinkIDArray(int i, XmlString linkID)
          Sets (as xml) ith "linkID" element
 void xsetLinkIDArray(XmlString[] linkIDArray)
          Sets (as xml) array of all "linkID" 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

getLinkIDArray

public String[] getLinkIDArray()
Gets array of all "linkID" elements


getLinkIDArray

public String getLinkIDArray(int i)
Gets ith "linkID" element


xgetLinkIDArray

public XmlString[] xgetLinkIDArray()
Gets (as xml) array of all "linkID" elements


xgetLinkIDArray

public XmlString xgetLinkIDArray(int i)
Gets (as xml) ith "linkID" element


sizeOfLinkIDArray

public int sizeOfLinkIDArray()
Returns number of "linkID" element


setLinkIDArray

public void setLinkIDArray(String[] linkIDArray)
Sets array of all "linkID" element


setLinkIDArray

public void setLinkIDArray(int i,
                           String linkID)
Sets ith "linkID" element


xsetLinkIDArray

public void xsetLinkIDArray(XmlString[] linkIDArray)
Sets (as xml) array of all "linkID" element


xsetLinkIDArray

public void xsetLinkIDArray(int i,
                            XmlString linkID)
Sets (as xml) ith "linkID" element


insertLinkID

public void insertLinkID(int i,
                         String linkID)
Inserts the value as the ith "linkID" element


addLinkID

public void addLinkID(String linkID)
Appends the value as the last "linkID" element


insertNewLinkID

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


addNewLinkID

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


removeLinkID

public void removeLinkID(int i)
Removes the ith "linkID" element


HPSearch

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