Class UserMessage
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.UserMessage
-
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserMessage.Builder<_B>static classUserMessage.Selectstatic classUserMessage.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Field Summary
Fields Modifier and Type Field Description protected CollaborationInfocollaborationInfoprotected MessageInfomessageInfoprotected MessagePropertiesmessagePropertiesprotected Stringmpcprotected PartyInfopartyInfoprotected PayloadInfopayloadInfo
-
Constructor Summary
Constructors Constructor Description UserMessage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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> voidcopyTo(UserMessage.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(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.CollaborationInfogetCollaborationInfo()Gets the value of the collaborationInfo property.MessageInfogetMessageInfo()Gets the value of the messageInfo property.MessagePropertiesgetMessageProperties()Gets the value of the messageProperties property.StringgetMpc()Gets the value of the mpc property.PartyInfogetPartyInfo()Gets the value of the partyInfo property.PayloadInfogetPayloadInfo()Gets the value of the payloadInfo property.UserMessage.Builder<Void>newCopyBuilder()<_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(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetCollaborationInfo(CollaborationInfo value)Sets the value of the collaborationInfo property.voidsetMessageInfo(MessageInfo value)Sets the value of the messageInfo property.voidsetMessageProperties(MessageProperties value)Sets the value of the messageProperties property.voidsetMpc(String value)Sets the value of the mpc property.voidsetPartyInfo(PartyInfo value)Sets the value of the partyInfo property.voidsetPayloadInfo(PayloadInfo value)Sets the value of the payloadInfo property.
-
-
-
Field Detail
-
messageInfo
protected MessageInfo messageInfo
-
partyInfo
protected PartyInfo partyInfo
-
collaborationInfo
protected CollaborationInfo collaborationInfo
-
messageProperties
protected MessageProperties messageProperties
-
payloadInfo
protected PayloadInfo payloadInfo
-
mpc
protected String mpc
-
-
Method Detail
-
getMessageInfo
public MessageInfo getMessageInfo()
Gets the value of the messageInfo property.- Returns:
- possible object is
MessageInfo
-
setMessageInfo
public void setMessageInfo(MessageInfo value)
Sets the value of the messageInfo property.- Parameters:
value- allowed object isMessageInfo
-
getPartyInfo
public PartyInfo getPartyInfo()
Gets the value of the partyInfo property.- Returns:
- possible object is
PartyInfo
-
setPartyInfo
public void setPartyInfo(PartyInfo value)
Sets the value of the partyInfo property.- Parameters:
value- allowed object isPartyInfo
-
getCollaborationInfo
public CollaborationInfo getCollaborationInfo()
Gets the value of the collaborationInfo property.- Returns:
- possible object is
CollaborationInfo
-
setCollaborationInfo
public void setCollaborationInfo(CollaborationInfo value)
Sets the value of the collaborationInfo property.- Parameters:
value- allowed object isCollaborationInfo
-
getMessageProperties
public MessageProperties getMessageProperties()
Gets the value of the messageProperties property.- Returns:
- possible object is
MessageProperties
-
setMessageProperties
public void setMessageProperties(MessageProperties value)
Sets the value of the messageProperties property.- Parameters:
value- allowed object isMessageProperties
-
getPayloadInfo
public PayloadInfo getPayloadInfo()
Gets the value of the payloadInfo property.- Returns:
- possible object is
PayloadInfo
-
setPayloadInfo
public void setPayloadInfo(PayloadInfo value)
Sets the value of the payloadInfo property.- Parameters:
value- allowed object isPayloadInfo
-
getMpc
public String getMpc()
Gets the value of the mpc property.- Returns:
- possible object is
String
-
setMpc
public void setMpc(String value)
Sets the value of the mpc property.- Parameters:
value- allowed object isString
-
copyTo
public <_B> void copyTo(UserMessage.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.UserMessage)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> UserMessage.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public UserMessage.Builder<Void> newCopyBuilder()
-
builder
public static UserMessage.Builder<Void> builder()
-
copyOf
public static <_B> UserMessage.Builder<_B> copyOf(UserMessage _other)
-
copyTo
public <_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. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.UserMessage)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> UserMessage.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public UserMessage.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> UserMessage.Builder<_B> copyOf(UserMessage _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static UserMessage.Builder<Void> copyExcept(UserMessage _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static UserMessage.Builder<Void> copyOnly(UserMessage _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-