public interface TcpLog extends MessageEntry
Modifier and Type | Interface and Description |
---|---|
static class |
TcpLog.Factory
A factory class with static methods for creating instances
of this type.
|
MessageEntry.MessageContent
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getReceiverHostAndPort()
Gets the "receiverHostAndPort" element
|
String |
getSenderHostAndPort()
Gets the "senderHostAndPort" element
|
TcpMessageType.Enum |
getType()
Gets the "type" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
setReceiverHostAndPort(String receiverHostAndPort)
Sets the "receiverHostAndPort" element
|
void |
setSenderHostAndPort(String senderHostAndPort)
Sets the "senderHostAndPort" element
|
void |
setType(TcpMessageType.Enum type)
Sets the "type" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlString |
xgetReceiverHostAndPort()
Gets (as xml) the "receiverHostAndPort" element
|
org.apache.xmlbeans.XmlString |
xgetSenderHostAndPort()
Gets (as xml) the "senderHostAndPort" element
|
TcpMessageType |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetReceiverHostAndPort(org.apache.xmlbeans.XmlString receiverHostAndPort)
Sets (as xml) the "receiverHostAndPort" element
|
void |
xsetSenderHostAndPort(org.apache.xmlbeans.XmlString senderHostAndPort)
Sets (as xml) the "senderHostAndPort" element
|
void |
xsetType(TcpMessageType type)
Sets (as xml) the "type" attribute
|
addNewMessageContent, getConversationID, getID, getMessageContent, getTimestamp, isSetConversationID, isSetID, isSetMessageContent, isSetTimestamp, setConversationID, setID, setMessageContent, setTimestamp, unsetConversationID, unsetID, unsetMessageContent, unsetTimestamp, xgetConversationID, xgetID, xgetTimestamp, xsetConversationID, xsetID, xsetTimestamp
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
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
String getSenderHostAndPort()
org.apache.xmlbeans.XmlString xgetSenderHostAndPort()
void setSenderHostAndPort(String senderHostAndPort)
void xsetSenderHostAndPort(org.apache.xmlbeans.XmlString senderHostAndPort)
String getReceiverHostAndPort()
org.apache.xmlbeans.XmlString xgetReceiverHostAndPort()
void setReceiverHostAndPort(String receiverHostAndPort)
void xsetReceiverHostAndPort(org.apache.xmlbeans.XmlString receiverHostAndPort)
TcpMessageType.Enum getType()
TcpMessageType xgetType()
boolean isSetType()
void setType(TcpMessageType.Enum type)
void xsetType(TcpMessageType type)
void unsetType()
Copyright © 2019. All Rights Reserved.