Class MessageInfo
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.MessageInfo
-
public class MessageInfo extends Object
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
Fields Modifier and Type Field Description protected StringmessageIdprotected StringrefToMessageIdprotected XMLGregorianCalendartimestamp
-
Constructor Summary
Constructors Constructor Description MessageInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessageId()Gets the value of the messageId property.StringgetRefToMessageId()Gets the value of the refToMessageId property.XMLGregorianCalendargetTimestamp()Gets the value of the timestamp property.voidsetMessageId(String value)Sets the value of the messageId property.voidsetRefToMessageId(String value)Sets the value of the refToMessageId property.voidsetTimestamp(XMLGregorianCalendar value)Sets the value of the timestamp property.
-
-
-
Field Detail
-
timestamp
protected XMLGregorianCalendar timestamp
-
messageId
protected String messageId
-
refToMessageId
protected String refToMessageId
-
-
Method Detail
-
getTimestamp
public XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getMessageId
public String getMessageId()
Gets the value of the messageId property.- Returns:
- possible object is
String
-
setMessageId
public void setMessageId(String value)
Sets the value of the messageId property.- Parameters:
value- allowed object isString
-
getRefToMessageId
public String getRefToMessageId()
Gets the value of the refToMessageId property.- Returns:
- possible object is
String
-
-