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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: network.oxalis.peppol.bdx.jaxb.smp._2016._05
|
public ObjectFactory()
public ParticipantIdentifierType createParticipantIdentifierType()
ParticipantIdentifierTypepublic ServiceGroupType createServiceGroupType()
ServiceGroupTypepublic SignedServiceMetadataType createSignedServiceMetadataType()
SignedServiceMetadataTypepublic DocumentIdentifierType createDocumentIdentifierType()
DocumentIdentifierTypepublic ServiceMetadataType createServiceMetadataType()
ServiceMetadataTypepublic ProcessIdentifierType createProcessIdentifierType()
ProcessIdentifierTypepublic ServiceMetadataReferenceCollectionType createServiceMetadataReferenceCollectionType()
ServiceMetadataReferenceCollectionTypepublic ServiceInformationType createServiceInformationType()
ServiceInformationTypepublic RedirectType createRedirectType()
RedirectTypepublic ProcessType createProcessType()
ProcessTypepublic ServiceMetadataReferenceType createServiceMetadataReferenceType()
ServiceMetadataReferenceTypepublic ExtensionType createExtensionType()
ExtensionTypepublic EndpointType createEndpointType()
EndpointTypepublic ProcessListType createProcessListType()
ProcessListTypepublic ServiceEndpointList createServiceEndpointList()
ServiceEndpointListpublic JAXBElement<ParticipantIdentifierType> createRecipientIdentifier(ParticipantIdentifierType value)
public JAXBElement<ServiceGroupType> createServiceGroup(ServiceGroupType value)
public JAXBElement<ParticipantIdentifierType> createParticipantIdentifier(ParticipantIdentifierType value)
public JAXBElement<ProcessIdentifierType> createProcessIdentifier(ProcessIdentifierType value)
public JAXBElement<ParticipantIdentifierType> createSenderIdentifier(ParticipantIdentifierType value)
public JAXBElement<DocumentIdentifierType> createDocumentIdentifier(DocumentIdentifierType value)
public JAXBElement<ServiceMetadataType> createServiceMetadata(ServiceMetadataType value)
public JAXBElement<SignedServiceMetadataType> createSignedServiceMetadata(SignedServiceMetadataType value)
Copyright © 2022 NorStella. All rights reserved.