Class ObjectFactory
- java.lang.Object
-
- org.oasis_open.docs.ebxml_bp.ebbp_signals_2.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_bp.ebbp_signals_2 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_bp.ebbp_signals_2
-
Method Summary
-
-
-
Method Detail
-
createException
public Exception createException()
Create an instance ofException- Returns:
- the new instance of
Exception
-
createSignalIdentificationInformation
public SignalIdentificationInformation createSignalIdentificationInformation()
Create an instance ofSignalIdentificationInformation- Returns:
- the new instance of
SignalIdentificationInformation
-
createPartyInfoType
public PartyInfoType createPartyInfoType()
Create an instance ofPartyInfoType- Returns:
- the new instance of
PartyInfoType
-
createRoleType
public RoleType createRoleType()
Create an instance ofRoleType- Returns:
- the new instance of
RoleType
-
createProcessSpecificationInfoType
public ProcessSpecificationInfoType createProcessSpecificationInfoType()
Create an instance ofProcessSpecificationInfoType- Returns:
- the new instance of
ProcessSpecificationInfoType
-
createExceptionExceptionType
public Exception.ExceptionType createExceptionExceptionType()
Create an instance ofException.ExceptionType- Returns:
- the new instance of
Exception.ExceptionType
-
createReceiptAcknowledgement
public ReceiptAcknowledgement createReceiptAcknowledgement()
Create an instance ofReceiptAcknowledgement- Returns:
- the new instance of
ReceiptAcknowledgement
-
createNonRepudiationInformation
public NonRepudiationInformation createNonRepudiationInformation()
Create an instance ofNonRepudiationInformation- Returns:
- the new instance of
NonRepudiationInformation
-
createMessagePartNRInformation
public MessagePartNRInformation createMessagePartNRInformation()
Create an instance ofMessagePartNRInformation- Returns:
- the new instance of
MessagePartNRInformation
-
createAcceptanceAcknowledgement
public AcceptanceAcknowledgement createAcceptanceAcknowledgement()
Create an instance ofAcceptanceAcknowledgement- Returns:
- the new instance of
AcceptanceAcknowledgement
-
-