Uses of Class
org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.MessageInfo
-
Packages that use MessageInfo Package Description org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 -
-
Uses of MessageInfo in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704
Fields in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 declared as MessageInfo Modifier and Type Field Description protected MessageInfoMessageInfo.Builder. _storedValueprotected MessageInfoSignalMessage. messageInfoprotected MessageInfoUserMessage. messageInfoMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type MessageInfo Modifier and Type Method Description protected <_P extends MessageInfo>
_PMessageInfo.Builder. init(_P _product)Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return MessageInfo Modifier and Type Method Description MessageInfoMessageInfo.Builder. build()MessageInfoObjectFactory. createMessageInfo()Create an instance ofMessageInfoMessageInfoSignalMessage. getMessageInfo()Gets the value of the messageInfo property.MessageInfoUserMessage. getMessageInfo()Gets the value of the messageInfo property.Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type MessageInfo Modifier and Type Method Description static MessageInfo.Builder<Void>MessageInfo. copyExcept(MessageInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)MessageInfo.Builder<_B>MessageInfo.Builder. copyOf(MessageInfo _other)static <_B> MessageInfo.Builder<_B>MessageInfo. copyOf(MessageInfo _other)static <_B> MessageInfo.Builder<_B>MessageInfo. copyOf(MessageInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static MessageInfo.Builder<Void>MessageInfo. copyOnly(MessageInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)voidSignalMessage. setMessageInfo(MessageInfo value)Sets the value of the messageInfo property.voidUserMessage. setMessageInfo(MessageInfo value)Sets the value of the messageInfo property.SignalMessage.Builder<_B>SignalMessage.Builder. withMessageInfo(MessageInfo messageInfo)Sets the new value of "messageInfo" (any previous value will be replaced)UserMessage.Builder<_B>UserMessage.Builder. withMessageInfo(MessageInfo messageInfo)Sets the new value of "messageInfo" (any previous value will be replaced)Constructors in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type MessageInfo Constructor Description Builder(_B _parentBuilder, MessageInfo _other, boolean _copy)Builder(_B _parentBuilder, MessageInfo _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-