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 programmatically 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
-
createMessaging
public Messaging createMessaging()
Create an instance ofMessaging- Returns:
- the new instance of
Messaging
-
createSignalMessage
public SignalMessage createSignalMessage()
Create an instance ofSignalMessage- Returns:
- the new instance of
SignalMessage
-
createError
public Error createError()
Create an instance ofError- Returns:
- the new instance of
Error
-
createPullRequest
public PullRequest createPullRequest()
Create an instance ofPullRequest- Returns:
- the new instance of
PullRequest
-
createReceipt
public Receipt createReceipt()
Create an instance ofReceipt- Returns:
- the new instance of
Receipt
-
createUserMessage
public UserMessage createUserMessage()
Create an instance ofUserMessage- Returns:
- the new instance of
UserMessage
-
createMessageInfo
public MessageInfo createMessageInfo()
Create an instance ofMessageInfo- Returns:
- the new instance of
MessageInfo
-
createPartyInfo
public PartyInfo createPartyInfo()
Create an instance ofPartyInfo- Returns:
- the new instance of
PartyInfo
-
createPartyId
public PartyId createPartyId()
Create an instance ofPartyId- Returns:
- the new instance of
PartyId
-
createCollaborationInfo
public CollaborationInfo createCollaborationInfo()
Create an instance ofCollaborationInfo- Returns:
- the new instance of
CollaborationInfo
-
createService
public Service createService()
Create an instance ofService- Returns:
- the new instance of
Service
-
createAgreementRef
public AgreementRef createAgreementRef()
Create an instance ofAgreementRef- Returns:
- the new instance of
AgreementRef
-
createPayloadInfo
public PayloadInfo createPayloadInfo()
Create an instance ofPayloadInfo- Returns:
- the new instance of
PayloadInfo
-
createPartInfo
public PartInfo createPartInfo()
Create an instance ofPartInfo- Returns:
- the new instance of
PartInfo
-
createSchema
public Schema createSchema()
Create an instance ofSchema- Returns:
- the new instance of
Schema
-
createProperty
public Property createProperty()
Create an instance ofProperty- Returns:
- the new instance of
Property
-
createPartProperties
public PartProperties createPartProperties()
Create an instance ofPartProperties- Returns:
- the new instance of
PartProperties
-
createMessageProperties
public MessageProperties createMessageProperties()
Create an instance ofMessageProperties- Returns:
- the new instance of
MessageProperties
-
createDescription
public Description createDescription()
Create an instance ofDescription- Returns:
- the new instance of
Description
-
-