cgl.narada.mgmt.schemas.bsa
Interface ConnectToParametersTypeDocument.ConnectToParametersType

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
ConnectToParametersTypeDocumentImpl.ConnectToParametersTypeImpl
Enclosing interface:
ConnectToParametersTypeDocument

public static interface ConnectToParametersTypeDocument.ConnectToParametersType
extends XmlObject

An XML ConnectToParametersType(@http://www.hpsearch.org/schemas/2006/05/BSA). This is a complex type.


Nested Class Summary
static class ConnectToParametersTypeDocument.ConnectToParametersType.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
 int getLevel()
          Gets the "level" element
 String getLinkType()
          Gets the "linkType" element
 String getTargetBrokerHost()
          Gets the "targetBrokerHost" element
 String getTargetBrokerPort()
          Gets the "targetBrokerPort" element
 void setLevel(int level)
          Sets the "level" element
 void setLinkType(String linkType)
          Sets the "linkType" element
 void setTargetBrokerHost(String targetBrokerHost)
          Sets the "targetBrokerHost" element
 void setTargetBrokerPort(String targetBrokerPort)
          Sets the "targetBrokerPort" element
 XmlInt xgetLevel()
          Gets (as xml) the "level" element
 XmlString xgetLinkType()
          Gets (as xml) the "linkType" element
 XmlString xgetTargetBrokerHost()
          Gets (as xml) the "targetBrokerHost" element
 XmlString xgetTargetBrokerPort()
          Gets (as xml) the "targetBrokerPort" element
 void xsetLevel(XmlInt level)
          Sets (as xml) the "level" element
 void xsetLinkType(XmlString linkType)
          Sets (as xml) the "linkType" element
 void xsetTargetBrokerHost(XmlString targetBrokerHost)
          Sets (as xml) the "targetBrokerHost" element
 void xsetTargetBrokerPort(XmlString targetBrokerPort)
          Sets (as xml) the "targetBrokerPort" 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

static final SchemaType type
Method Detail

getTargetBrokerHost

String getTargetBrokerHost()
Gets the "targetBrokerHost" element


xgetTargetBrokerHost

XmlString xgetTargetBrokerHost()
Gets (as xml) the "targetBrokerHost" element


setTargetBrokerHost

void setTargetBrokerHost(String targetBrokerHost)
Sets the "targetBrokerHost" element


xsetTargetBrokerHost

void xsetTargetBrokerHost(XmlString targetBrokerHost)
Sets (as xml) the "targetBrokerHost" element


getTargetBrokerPort

String getTargetBrokerPort()
Gets the "targetBrokerPort" element


xgetTargetBrokerPort

XmlString xgetTargetBrokerPort()
Gets (as xml) the "targetBrokerPort" element


setTargetBrokerPort

void setTargetBrokerPort(String targetBrokerPort)
Sets the "targetBrokerPort" element


xsetTargetBrokerPort

void xsetTargetBrokerPort(XmlString targetBrokerPort)
Sets (as xml) the "targetBrokerPort" element


getLinkType

String getLinkType()
Gets the "linkType" element


xgetLinkType

XmlString xgetLinkType()
Gets (as xml) the "linkType" element


setLinkType

void setLinkType(String linkType)
Sets the "linkType" element


xsetLinkType

void xsetLinkType(XmlString linkType)
Sets (as xml) the "linkType" element


getLevel

int getLevel()
Gets the "level" element


xgetLevel

XmlInt xgetLevel()
Gets (as xml) the "level" element


setLevel

void setLevel(int level)
Sets the "level" element


xsetLevel

void xsetLevel(XmlInt level)
Sets (as xml) the "level" element



For comments and suggestions please send e-mail to The NaradaBrokering Project