|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface BrokerInformationDocument.BrokerInformation.BrokerConnections
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 |
---|
static final SchemaType type
Method Detail |
---|
String getLinkId()
XmlString xgetLinkId()
void setLinkId(String linkId)
void xsetLinkId(XmlString linkId)
String getDestination()
XmlString xgetDestination()
void setDestination(String destination)
void xsetDestination(XmlString destination)
int getPort()
XmlInt xgetPort()
void setPort(int port)
void xsetPort(XmlInt port)
String getProtocol()
XmlString xgetProtocol()
void setProtocol(String protocol)
void xsetProtocol(XmlString protocol)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |