public interface MessageEntry
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
MessageEntry.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
MessageEntry.MessageContent
An XML messageContent(@http://www.ws-i.org/testing/2003/03/log/).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
MessageEntry.MessageContent |
addNewMessageContent()
Appends and returns a new empty "messageContent" element
|
String |
getConversationID()
Gets the "conversationID" attribute
|
String |
getID()
Gets the "ID" attribute
|
MessageEntry.MessageContent |
getMessageContent()
Gets the "messageContent" element
|
Calendar |
getTimestamp()
Gets the "timestamp" attribute
|
boolean |
isSetConversationID()
True if has "conversationID" attribute
|
boolean |
isSetID()
True if has "ID" attribute
|
boolean |
isSetMessageContent()
True if has "messageContent" element
|
boolean |
isSetTimestamp()
True if has "timestamp" attribute
|
void |
setConversationID(String conversationID)
Sets the "conversationID" attribute
|
void |
setID(String id)
Sets the "ID" attribute
|
void |
setMessageContent(MessageEntry.MessageContent messageContent)
Sets the "messageContent" element
|
void |
setTimestamp(Calendar timestamp)
Sets the "timestamp" attribute
|
void |
unsetConversationID()
Unsets the "conversationID" attribute
|
void |
unsetID()
Unsets the "ID" attribute
|
void |
unsetMessageContent()
Unsets the "messageContent" element
|
void |
unsetTimestamp()
Unsets the "timestamp" attribute
|
org.apache.xmlbeans.XmlNMTOKEN |
xgetConversationID()
Gets (as xml) the "conversationID" attribute
|
org.apache.xmlbeans.XmlString |
xgetID()
Gets (as xml) the "ID" attribute
|
org.apache.xmlbeans.XmlDateTime |
xgetTimestamp()
Gets (as xml) the "timestamp" attribute
|
void |
xsetConversationID(org.apache.xmlbeans.XmlNMTOKEN conversationID)
Sets (as xml) the "conversationID" attribute
|
void |
xsetID(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "ID" attribute
|
void |
xsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp)
Sets (as xml) the "timestamp" attribute
|
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
MessageEntry.MessageContent getMessageContent()
boolean isSetMessageContent()
void setMessageContent(MessageEntry.MessageContent messageContent)
MessageEntry.MessageContent addNewMessageContent()
void unsetMessageContent()
Calendar getTimestamp()
org.apache.xmlbeans.XmlDateTime xgetTimestamp()
boolean isSetTimestamp()
void setTimestamp(Calendar timestamp)
void xsetTimestamp(org.apache.xmlbeans.XmlDateTime timestamp)
void unsetTimestamp()
String getConversationID()
org.apache.xmlbeans.XmlNMTOKEN xgetConversationID()
boolean isSetConversationID()
void setConversationID(String conversationID)
void xsetConversationID(org.apache.xmlbeans.XmlNMTOKEN conversationID)
void unsetConversationID()
String getID()
org.apache.xmlbeans.XmlString xgetID()
boolean isSetID()
void setID(String id)
void xsetID(org.apache.xmlbeans.XmlString id)
void unsetID()
Copyright © 2019. All Rights Reserved.