Uses of Class
org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.UserMessage

Packages that use UserMessage
org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704   
 

Uses of UserMessage 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 with type parameters of type UserMessage
protected  List<UserMessage> Messaging.userMessages
           
 

Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return UserMessage
 UserMessage ObjectFactory.createUserMessage()
          Create an instance of UserMessage
 UserMessage UserMessage.withCollaborationInfo(CollaborationInfo value)
           
 UserMessage UserMessage.withMessageInfo(MessageInfo value)
           
 UserMessage UserMessage.withMessageProperties(MessageProperties value)
           
 UserMessage UserMessage.withMpc(String value)
           
 UserMessage UserMessage.withPartyInfo(PartyInfo value)
           
 UserMessage UserMessage.withPayloadInfo(PayloadInfo value)
           
 

Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return types with arguments of type UserMessage
 List<UserMessage> Messaging.getUserMessages()
          Gets the value of the userMessages property.
 

Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type UserMessage
 Messaging Messaging.withUserMessages(UserMessage... values)
           
 

Method parameters in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type arguments of type UserMessage
 void Messaging.setUserMessages(List<UserMessage> value)
           
 Messaging Messaging.withUserMessages(Collection<UserMessage> values)
           
 Messaging Messaging.withUserMessages(List<UserMessage> value)
           
 

Constructor parameters in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type arguments of type UserMessage
Messaging(List<SignalMessage> signalMessages, List<UserMessage> userMessages, List<Object> anies, String id, Boolean mustUnderstand, Boolean mustUnderstand12, Map<QName,String> otherAttributes)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.