cgl.narada.mgmt.schemas.bsa
Interface BrokerInformationDocument.BrokerInformation.BrokerConnections

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
BrokerInformationDocumentImpl.BrokerInformationImpl.BrokerConnectionsImpl
Enclosing interface:
BrokerInformationDocument.BrokerInformation

public static interface BrokerInformationDocument.BrokerInformation.BrokerConnections
extends XmlObject

An XML brokerConnections(@). This is a complex type.


Nested Class Summary
static class BrokerInformationDocument.BrokerInformation.BrokerConnections.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 getDestination()
          Gets the "destination" element
 String getLinkId()
          Gets the "linkId" element
 int getPort()
          Gets the "port" element
 String getProtocol()
          Gets the "protocol" element
 void setDestination(String destination)
          Sets the "destination" element
 void setLinkId(String linkId)
          Sets the "linkId" element
 void setPort(int port)
          Sets the "port" element
 void setProtocol(String protocol)
          Sets the "protocol" element
 XmlString xgetDestination()
          Gets (as xml) the "destination" element
 XmlString xgetLinkId()
          Gets (as xml) the "linkId" element
 XmlInt xgetPort()
          Gets (as xml) the "port" element
 XmlString xgetProtocol()
          Gets (as xml) the "protocol" element
 void xsetDestination(XmlString destination)
          Sets (as xml) the "destination" element
 void xsetLinkId(XmlString linkId)
          Sets (as xml) the "linkId" element
 void xsetPort(XmlInt port)
          Sets (as xml) the "port" element
 void xsetProtocol(XmlString protocol)
          Sets (as xml) the "protocol" 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

getLinkId

String getLinkId()
Gets the "linkId" element


xgetLinkId

XmlString xgetLinkId()
Gets (as xml) the "linkId" element


setLinkId

void setLinkId(String linkId)
Sets the "linkId" element


xsetLinkId

void xsetLinkId(XmlString linkId)
Sets (as xml) the "linkId" element


getDestination

String getDestination()
Gets the "destination" element


xgetDestination

XmlString xgetDestination()
Gets (as xml) the "destination" element


setDestination

void setDestination(String destination)
Sets the "destination" element


xsetDestination

void xsetDestination(XmlString destination)
Sets (as xml) the "destination" element


getPort

int getPort()
Gets the "port" element


xgetPort

XmlInt xgetPort()
Gets (as xml) the "port" element


setPort

void setPort(int port)
Sets the "port" element


xsetPort

void xsetPort(XmlInt port)
Sets (as xml) the "port" element


getProtocol

String getProtocol()
Gets the "protocol" element


xgetProtocol

XmlString xgetProtocol()
Gets (as xml) the "protocol" element


setProtocol

void setProtocol(String protocol)
Sets the "protocol" element


xsetProtocol

void xsetProtocol(XmlString protocol)
Sets (as xml) the "protocol" element



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