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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessageInfo.Builder<_B>static classMessageInfo.Selectstatic classMessageInfo.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Field Summary
Fields Modifier and Type Field Description protected StringmessageIdprotected StringrefToMessageIdprotected XMLGregorianCalendartimestamp
-
Constructor Summary
Constructors Constructor Description MessageInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessageInfo.Builder<Void>builder()static MessageInfo.Builder<Void>copyExcept(MessageInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static <_B> MessageInfo.Builder<_B>copyOf(MessageInfo _other)static <_B> MessageInfo.Builder<_B>copyOf(MessageInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static MessageInfo.Builder<Void>copyOnly(MessageInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)<_B> voidcopyTo(MessageInfo.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(MessageInfo.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)Copies all state of this object to a builder.StringgetMessageId()Gets the value of the messageId property.StringgetRefToMessageId()Gets the value of the refToMessageId property.XMLGregorianCalendargetTimestamp()Gets the value of the timestamp property.MessageInfo.Builder<Void>newCopyBuilder()<_B> MessageInfo.Builder<_B>newCopyBuilder(_B _parentBuilder)<_B> MessageInfo.Builder<_B>newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)MessageInfo.Builder<Void>newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)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
-
setRefToMessageId
public void setRefToMessageId(String value)
Sets the value of the refToMessageId property.- Parameters:
value- allowed object isString
-
copyTo
public <_B> void copyTo(MessageInfo.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.MessageInfo)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> MessageInfo.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public MessageInfo.Builder<Void> newCopyBuilder()
-
builder
public static MessageInfo.Builder<Void> builder()
-
copyOf
public static <_B> MessageInfo.Builder<_B> copyOf(MessageInfo _other)
-
copyTo
public <_B> void copyTo(MessageInfo.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.MessageInfo)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> MessageInfo.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public MessageInfo.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> MessageInfo.Builder<_B> copyOf(MessageInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static MessageInfo.Builder<Void> copyExcept(MessageInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static MessageInfo.Builder<Void> copyOnly(MessageInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-