|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.MessageInfo
public class MessageInfo
Java class for MessageInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="MessageId" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string"/>
<element name="RefToMessageId" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
messageId
|
protected String |
refToMessageId
|
protected org.joda.time.DateTime |
timestamp
|
| Constructor Summary | |
|---|---|
MessageInfo()
Default no-arg constructor |
|
MessageInfo(org.joda.time.DateTime timestamp,
String messageId,
String refToMessageId)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
String |
getMessageId()
Gets the value of the messageId property. |
String |
getRefToMessageId()
Gets the value of the refToMessageId property. |
org.joda.time.DateTime |
getTimestamp()
Gets the value of the timestamp property. |
void |
setMessageId(String value)
Sets the value of the messageId property. |
void |
setRefToMessageId(String value)
Sets the value of the refToMessageId property. |
void |
setTimestamp(org.joda.time.DateTime value)
Sets the value of the timestamp property. |
String |
toString()
|
MessageInfo |
withMessageId(String value)
|
MessageInfo |
withRefToMessageId(String value)
|
MessageInfo |
withTimestamp(org.joda.time.DateTime value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected org.joda.time.DateTime timestamp
protected String messageId
protected String refToMessageId
| Constructor Detail |
|---|
public MessageInfo()
public MessageInfo(org.joda.time.DateTime timestamp,
String messageId,
String refToMessageId)
| Method Detail |
|---|
public org.joda.time.DateTime getTimestamp()
Stringpublic void setTimestamp(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getMessageId()
Stringpublic void setMessageId(String value)
value - allowed object is
Stringpublic String getRefToMessageId()
Stringpublic void setRefToMessageId(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic MessageInfo withTimestamp(org.joda.time.DateTime value)
public MessageInfo withMessageId(String value)
public MessageInfo withRefToMessageId(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||