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.busdox.jaxb.sml
|
public ObjectFactory()
public ParticipantIdentifierPageType createParticipantIdentifierPageType()
ParticipantIdentifierPageTypepublic ServiceMetadataPublisherServiceType createServiceMetadataPublisherServiceType()
ServiceMetadataPublisherServiceTypepublic ServiceMetadataPublisherServiceForParticipantType createServiceMetadataPublisherServiceForParticipantType()
ServiceMetadataPublisherServiceForParticipantTypepublic MigrationRecordType createMigrationRecordType()
MigrationRecordTypepublic PageRequestType createPageRequestType()
PageRequestTypepublic PublisherEndpointType createPublisherEndpointType()
PublisherEndpointTypepublic JAXBElement<PageRequestType> createPageRequest(PageRequestType value)
public JAXBElement<ServiceMetadataPublisherServiceType> createCreateServiceMetadataPublisherService(ServiceMetadataPublisherServiceType value)
public JAXBElement<ServiceMetadataPublisherServiceType> createReadServiceMetadataPublisherService(ServiceMetadataPublisherServiceType value)
public JAXBElement<ServiceMetadataPublisherServiceType> createUpdateServiceMetadataPublisherService(ServiceMetadataPublisherServiceType value)
public JAXBElement<ParticipantIdentifierPageType> createDeleteList(ParticipantIdentifierPageType value)
public JAXBElement<MigrationRecordType> createCompleteMigrationRecord(MigrationRecordType value)
public JAXBElement<ServiceMetadataPublisherServiceType> createServiceMetadataPublisherService(ServiceMetadataPublisherServiceType value)
public JAXBElement<MigrationRecordType> createPrepareMigrationRecord(MigrationRecordType value)
public JAXBElement<ServiceMetadataPublisherServiceForParticipantType> createDeleteParticipantIdentifier(ServiceMetadataPublisherServiceForParticipantType value)
public JAXBElement<FaultType> createBadRequestFault(FaultType value)
public JAXBElement<FaultType> createNotFoundFault(FaultType value)
public JAXBElement<ServiceMetadataPublisherServiceForParticipantType> createCreateParticipantIdentifier(ServiceMetadataPublisherServiceForParticipantType value)
public JAXBElement<FaultType> createUnauthorizedFault(FaultType value)
public JAXBElement<ParticipantIdentifierPageType> createCreateList(ParticipantIdentifierPageType value)
public JAXBElement<FaultType> createInternalErrorFault(FaultType value)
public JAXBElement<String> createServiceMetadataPublisherID(String value)
public JAXBElement<ParticipantIdentifierPageType> createParticipantIdentifierPage(ParticipantIdentifierPageType value)
Copyright © 2022 NorStella. All rights reserved.