HPSearch

cgl.hpsearch.schemas.BrokerInstantiator
Interface ConnectToDocument.ConnectTo

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
ConnectToDocumentImpl.ConnectToImpl
Enclosing interface:
ConnectToDocument

public static interface ConnectToDocument.ConnectTo
extends XmlObject

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


Nested Class Summary
static class ConnectToDocument.ConnectTo.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
 String getHost()
          Gets the "host" element
 String getMedium()
          Gets the "medium" element
 String getOptConfig()
          Gets the "optConfig" element
 String getPortNum()
          Gets the "portNum" element
 void setHost(String host)
          Sets the "host" element
 void setMedium(String medium)
          Sets the "medium" element
 void setOptConfig(String optConfig)
          Sets the "optConfig" element
 void setPortNum(String portNum)
          Sets the "portNum" element
 XmlString xgetHost()
          Gets (as xml) the "host" element
 XmlString xgetMedium()
          Gets (as xml) the "medium" element
 XmlString xgetOptConfig()
          Gets (as xml) the "optConfig" element
 XmlString xgetPortNum()
          Gets (as xml) the "portNum" element
 void xsetHost(XmlString host)
          Sets (as xml) the "host" element
 void xsetMedium(XmlString medium)
          Sets (as xml) the "medium" element
 void xsetOptConfig(XmlString optConfig)
          Sets (as xml) the "optConfig" element
 void xsetPortNum(XmlString portNum)
          Sets (as xml) the "portNum" 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

getHost

public String getHost()
Gets the "host" element


xgetHost

public XmlString xgetHost()
Gets (as xml) the "host" element


setHost

public void setHost(String host)
Sets the "host" element


xsetHost

public void xsetHost(XmlString host)
Sets (as xml) the "host" element


getPortNum

public String getPortNum()
Gets the "portNum" element


xgetPortNum

public XmlString xgetPortNum()
Gets (as xml) the "portNum" element


setPortNum

public void setPortNum(String portNum)
Sets the "portNum" element


xsetPortNum

public void xsetPortNum(XmlString portNum)
Sets (as xml) the "portNum" element


getMedium

public String getMedium()
Gets the "medium" element


xgetMedium

public XmlString xgetMedium()
Gets (as xml) the "medium" element


setMedium

public void setMedium(String medium)
Sets the "medium" element


xsetMedium

public void xsetMedium(XmlString medium)
Sets (as xml) the "medium" element


getOptConfig

public String getOptConfig()
Gets the "optConfig" element


xgetOptConfig

public XmlString xgetOptConfig()
Gets (as xml) the "optConfig" element


setOptConfig

public void setOptConfig(String optConfig)
Sets the "optConfig" element


xsetOptConfig

public void xsetOptConfig(XmlString optConfig)
Sets (as xml) the "optConfig" element


HPSearch

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