org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704
Class ObjectFactory

java.lang.Object
  extended by 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
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
 AgreementRef createAgreementRef()
          Create an instance of AgreementRef
 CollaborationInfo createCollaborationInfo()
          Create an instance of CollaborationInfo
 Description createDescription()
          Create an instance of Description
 Error createError()
          Create an instance of Error
 From createFrom()
          Create an instance of From
 MessageInfo createMessageInfo()
          Create an instance of MessageInfo
 MessageProperties createMessageProperties()
          Create an instance of MessageProperties
 Messaging createMessaging()
          Create an instance of Messaging
 PartInfo createPartInfo()
          Create an instance of PartInfo
 PartProperties createPartProperties()
          Create an instance of PartProperties
 PartyId createPartyId()
          Create an instance of PartyId
 PartyInfo createPartyInfo()
          Create an instance of PartyInfo
 PayloadInfo createPayloadInfo()
          Create an instance of PayloadInfo
 Property createProperty()
          Create an instance of Property
 PullRequest createPullRequest()
          Create an instance of PullRequest
 Receipt createReceipt()
          Create an instance of Receipt
 Schema createSchema()
          Create an instance of Schema
 Service createService()
          Create an instance of Service
 SignalMessage createSignalMessage()
          Create an instance of SignalMessage
 To createTo()
          Create an instance of To
 UserMessage createUserMessage()
          Create an instance of UserMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public 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 Detail

createMessaging

public Messaging createMessaging()
Create an instance of Messaging


createSignalMessage

public SignalMessage createSignalMessage()
Create an instance of SignalMessage


createUserMessage

public UserMessage createUserMessage()
Create an instance of UserMessage


createMessageInfo

public MessageInfo createMessageInfo()
Create an instance of MessageInfo


createDescription

public Description createDescription()
Create an instance of Description


createService

public Service createService()
Create an instance of Service


createPartyId

public PartyId createPartyId()
Create an instance of PartyId


createCollaborationInfo

public CollaborationInfo createCollaborationInfo()
Create an instance of CollaborationInfo


createSchema

public Schema createSchema()
Create an instance of Schema


createTo

public To createTo()
Create an instance of To


createPullRequest

public PullRequest createPullRequest()
Create an instance of PullRequest


createAgreementRef

public AgreementRef createAgreementRef()
Create an instance of AgreementRef


createPartProperties

public PartProperties createPartProperties()
Create an instance of PartProperties


createProperty

public Property createProperty()
Create an instance of Property


createPartyInfo

public PartyInfo createPartyInfo()
Create an instance of PartyInfo


createMessageProperties

public MessageProperties createMessageProperties()
Create an instance of MessageProperties


createError

public Error createError()
Create an instance of Error


createPayloadInfo

public PayloadInfo createPayloadInfo()
Create an instance of PayloadInfo


createPartInfo

public PartInfo createPartInfo()
Create an instance of PartInfo


createReceipt

public Receipt createReceipt()
Create an instance of Receipt


createFrom

public From createFrom()
Create an instance of From



Copyright © 2014 Digipost Open Source. All Rights Reserved.