public class UserMessage extends Object
Java class for UserMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserMessage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MessageInfo" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}MessageInfo"/>
<element name="PartyInfo" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}PartyInfo"/>
<element name="CollaborationInfo" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}CollaborationInfo"/>
<element name="MessageProperties" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}MessageProperties" minOccurs="0"/>
<element name="PayloadInfo" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}PayloadInfo" minOccurs="0"/>
</sequence>
<attribute name="mpc" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
UserMessage.Builder<_B> |
static class |
UserMessage.Select |
static class |
UserMessage.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected CollaborationInfo |
collaborationInfo |
protected MessageInfo |
messageInfo |
protected MessageProperties |
messageProperties |
protected String |
mpc |
protected PartyInfo |
partyInfo |
protected PayloadInfo |
payloadInfo |
| Constructor and Description |
|---|
UserMessage() |
| Modifier and Type | Method and Description |
|---|---|
static UserMessage.Builder<Void> |
builder() |
static UserMessage.Builder<Void> |
copyExcept(UserMessage _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> UserMessage.Builder<_B> |
copyOf(UserMessage _other) |
static <_B> UserMessage.Builder<_B> |
copyOf(UserMessage _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static UserMessage.Builder<Void> |
copyOnly(UserMessage _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(UserMessage.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(UserMessage.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
CollaborationInfo |
getCollaborationInfo()
Gets the value of the collaborationInfo property.
|
MessageInfo |
getMessageInfo()
Gets the value of the messageInfo property.
|
MessageProperties |
getMessageProperties()
Gets the value of the messageProperties property.
|
String |
getMpc()
Gets the value of the mpc property.
|
PartyInfo |
getPartyInfo()
Gets the value of the partyInfo property.
|
PayloadInfo |
getPayloadInfo()
Gets the value of the payloadInfo property.
|
<_B> UserMessage.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> UserMessage.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
UserMessage.Builder<Void> |
newCopyBuilder() |
UserMessage.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setCollaborationInfo(CollaborationInfo value)
Sets the value of the collaborationInfo property.
|
void |
setMessageInfo(MessageInfo value)
Sets the value of the messageInfo property.
|
void |
setMessageProperties(MessageProperties value)
Sets the value of the messageProperties property.
|
void |
setMpc(String value)
Sets the value of the mpc property.
|
void |
setPartyInfo(PartyInfo value)
Sets the value of the partyInfo property.
|
void |
setPayloadInfo(PayloadInfo value)
Sets the value of the payloadInfo property.
|
protected MessageInfo messageInfo
protected PartyInfo partyInfo
protected CollaborationInfo collaborationInfo
protected MessageProperties messageProperties
protected PayloadInfo payloadInfo
protected String mpc
public MessageInfo getMessageInfo()
MessageInfopublic void setMessageInfo(MessageInfo value)
value - allowed object is
MessageInfopublic PartyInfo getPartyInfo()
PartyInfopublic void setPartyInfo(PartyInfo value)
value - allowed object is
PartyInfopublic CollaborationInfo getCollaborationInfo()
CollaborationInfopublic void setCollaborationInfo(CollaborationInfo value)
value - allowed object is
CollaborationInfopublic MessageProperties getMessageProperties()
MessagePropertiespublic void setMessageProperties(MessageProperties value)
value - allowed object is
MessagePropertiespublic PayloadInfo getPayloadInfo()
PayloadInfopublic void setPayloadInfo(PayloadInfo value)
value - allowed object is
PayloadInfopublic String getMpc()
Stringpublic void setMpc(String value)
value - allowed object is
Stringpublic <_B> void copyTo(UserMessage.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.UserMessage) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> UserMessage.Builder<_B> newCopyBuilder(_B _parentBuilder)
public UserMessage.Builder<Void> newCopyBuilder()
public static UserMessage.Builder<Void> builder()
public static <_B> UserMessage.Builder<_B> copyOf(UserMessage _other)
public <_B> void copyTo(UserMessage.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.UserMessage) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> UserMessage.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public UserMessage.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> UserMessage.Builder<_B> copyOf(UserMessage _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static UserMessage.Builder<Void> copyExcept(UserMessage _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static UserMessage.Builder<Void> copyOnly(UserMessage _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.