Class ObjectFactory
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 package.An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704
-
Method Summary
-
-
-
Method Detail
-
createSignalMessage
public SignalMessage createSignalMessage()
Create an instance ofSignalMessage
-
createPullRequest
public PullRequest createPullRequest()
Create an instance ofPullRequest
-
createUserMessage
public UserMessage createUserMessage()
Create an instance ofUserMessage
-
createMessageInfo
public MessageInfo createMessageInfo()
Create an instance ofMessageInfo
-
createCollaborationInfo
public CollaborationInfo createCollaborationInfo()
Create an instance ofCollaborationInfo
-
createAgreementRef
public AgreementRef createAgreementRef()
Create an instance ofAgreementRef
-
createPayloadInfo
public PayloadInfo createPayloadInfo()
Create an instance ofPayloadInfo
-
createPartProperties
public PartProperties createPartProperties()
Create an instance ofPartProperties
-
createMessageProperties
public MessageProperties createMessageProperties()
Create an instance ofMessageProperties
-
createDescription
public Description createDescription()
Create an instance ofDescription
-
-