@CodingStyleguideUnaware public class ObjectFactory extends Object
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.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
| Modifier and Type | Field and Description |
|---|---|
static QName |
_Messaging_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.helger.phase4.ebms3header
|
public static final QName _Messaging_QNAME
public ObjectFactory()
@Nonnull public Exception createException()
Exceptionnull.@Nonnull public EbbpSigSignalIdentificationInformation createEbbpSigSignalIdentificationInformation()
EbbpSigSignalIdentificationInformationnull.@Nonnull public EbbpSigPartyInfoType createEbbpSigPartyInfoType()
EbbpSigPartyInfoTypenull.@Nonnull public EbbpSigRoleType createEbbpSigRoleType()
EbbpSigRoleTypenull.@Nonnull public EbbpSigProcessSpecificationInfoType createEbbpSigProcessSpecificationInfoType()
EbbpSigProcessSpecificationInfoTypenull.@Nonnull public Exception.ExceptionType createExceptionExceptionType()
Exception.ExceptionTypenull.@Nonnull public ReceiptAcknowledgement createReceiptAcknowledgement()
ReceiptAcknowledgementnull.@Nonnull public NonRepudiationInformation createNonRepudiationInformation()
NonRepudiationInformationnull.@Nonnull public MessagePartNRInformation createMessagePartNRInformation()
MessagePartNRInformationnull.@Nonnull public AcceptanceAcknowledgement createAcceptanceAcknowledgement()
AcceptanceAcknowledgementnull.@Nonnull public Ebms3Messaging createEbms3Messaging()
Ebms3Messagingnull.@Nonnull public Ebms3SignalMessage createEbms3SignalMessage()
Ebms3SignalMessagenull.@Nonnull public Ebms3Error createEbms3Error()
Ebms3Errornull.@Nonnull public Ebms3PullRequest createEbms3PullRequest()
Ebms3PullRequestnull.@Nonnull public Ebms3Receipt createEbms3Receipt()
Ebms3Receiptnull.@Nonnull public Ebms3UserMessage createEbms3UserMessage()
Ebms3UserMessagenull.@Nonnull public Ebms3MessageInfo createEbms3MessageInfo()
Ebms3MessageInfonull.@Nonnull public Ebms3PartyInfo createEbms3PartyInfo()
Ebms3PartyInfonull.@Nonnull public Ebms3PartyId createEbms3PartyId()
Ebms3PartyIdnull.@Nonnull public Ebms3From createEbms3From()
Ebms3Fromnull.@Nonnull public Ebms3To createEbms3To()
Ebms3Tonull.@Nonnull public Ebms3CollaborationInfo createEbms3CollaborationInfo()
Ebms3CollaborationInfonull.@Nonnull public Ebms3Service createEbms3Service()
Ebms3Servicenull.@Nonnull public Ebms3AgreementRef createEbms3AgreementRef()
Ebms3AgreementRefnull.@Nonnull public Ebms3PayloadInfo createEbms3PayloadInfo()
Ebms3PayloadInfonull.@Nonnull public Ebms3PartInfo createEbms3PartInfo()
Ebms3PartInfonull.@Nonnull public Ebms3Schema createEbms3Schema()
Ebms3Schemanull.@Nonnull public Ebms3Property createEbms3Property()
Ebms3Propertynull.@Nonnull public Ebms3PartProperties createEbms3PartProperties()
Ebms3PartPropertiesnull.@Nonnull public Ebms3MessageProperties createEbms3MessageProperties()
Ebms3MessagePropertiesnull.@Nonnull public Ebms3Description createEbms3Description()
Ebms3Descriptionnull.@Nonnull public JAXBElement<Ebms3Messaging> createMessaging(@Nullable Ebms3Messaging value)
value - Java instance representing xml element's value.JAXBElement<Ebms3Messaging> The created JAXBElement and never null.Copyright © 2015–2020 Philip Helger. All rights reserved.