Class ObjectFactory
- java.lang.Object
-
- network.oxalis.peppol.busdox.jaxb.sml.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the network.oxalis.peppol.busdox.jaxb.sml 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: network.oxalis.peppol.busdox.jaxb.sml
-
Method Summary
-
-
-
Method Detail
-
createServiceMetadataPublisherServiceType
public ServiceMetadataPublisherServiceType createServiceMetadataPublisherServiceType()
Create an instance ofServiceMetadataPublisherServiceType- Returns:
- the new instance of
ServiceMetadataPublisherServiceType
-
createServiceMetadataPublisherServiceForParticipantType
public ServiceMetadataPublisherServiceForParticipantType createServiceMetadataPublisherServiceForParticipantType()
Create an instance ofServiceMetadataPublisherServiceForParticipantType- Returns:
- the new instance of
ServiceMetadataPublisherServiceForParticipantType
-
createParticipantIdentifierPageType
public ParticipantIdentifierPageType createParticipantIdentifierPageType()
Create an instance ofParticipantIdentifierPageType- Returns:
- the new instance of
ParticipantIdentifierPageType
-
createPageRequestType
public PageRequestType createPageRequestType()
Create an instance ofPageRequestType- Returns:
- the new instance of
PageRequestType
-
createMigrationRecordType
public MigrationRecordType createMigrationRecordType()
Create an instance ofMigrationRecordType- Returns:
- the new instance of
MigrationRecordType
-
createFaultType
public FaultType createFaultType()
Create an instance ofFaultType- Returns:
- the new instance of
FaultType
-
createPublisherEndpointType
public PublisherEndpointType createPublisherEndpointType()
Create an instance ofPublisherEndpointType- Returns:
- the new instance of
PublisherEndpointType
-
createServiceMetadataPublisherID
public jakarta.xml.bind.JAXBElement<String> createServiceMetadataPublisherID(String value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createCreateServiceMetadataPublisherService
public jakarta.xml.bind.JAXBElement<ServiceMetadataPublisherServiceType> createCreateServiceMetadataPublisherService(ServiceMetadataPublisherServiceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ServiceMetadataPublisherServiceType>
-
createReadServiceMetadataPublisherService
public jakarta.xml.bind.JAXBElement<ServiceMetadataPublisherServiceType> createReadServiceMetadataPublisherService(ServiceMetadataPublisherServiceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ServiceMetadataPublisherServiceType>
-
createUpdateServiceMetadataPublisherService
public jakarta.xml.bind.JAXBElement<ServiceMetadataPublisherServiceType> createUpdateServiceMetadataPublisherService(ServiceMetadataPublisherServiceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ServiceMetadataPublisherServiceType>
-
createServiceMetadataPublisherService
public jakarta.xml.bind.JAXBElement<ServiceMetadataPublisherServiceType> createServiceMetadataPublisherService(ServiceMetadataPublisherServiceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ServiceMetadataPublisherServiceType>
-
createCreateParticipantIdentifier
public jakarta.xml.bind.JAXBElement<ServiceMetadataPublisherServiceForParticipantType> createCreateParticipantIdentifier(ServiceMetadataPublisherServiceForParticipantType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ServiceMetadataPublisherServiceForParticipantType>
-
createDeleteParticipantIdentifier
public jakarta.xml.bind.JAXBElement<ServiceMetadataPublisherServiceForParticipantType> createDeleteParticipantIdentifier(ServiceMetadataPublisherServiceForParticipantType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ServiceMetadataPublisherServiceForParticipantType>
-
createParticipantIdentifierPage
public jakarta.xml.bind.JAXBElement<ParticipantIdentifierPageType> createParticipantIdentifierPage(ParticipantIdentifierPageType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ParticipantIdentifierPageType>
-
createCreateList
public jakarta.xml.bind.JAXBElement<ParticipantIdentifierPageType> createCreateList(ParticipantIdentifierPageType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ParticipantIdentifierPageType>
-
createDeleteList
public jakarta.xml.bind.JAXBElement<ParticipantIdentifierPageType> createDeleteList(ParticipantIdentifierPageType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ParticipantIdentifierPageType>
-
createPageRequest
public jakarta.xml.bind.JAXBElement<PageRequestType> createPageRequest(PageRequestType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<PageRequestType>
-
createPrepareMigrationRecord
public jakarta.xml.bind.JAXBElement<MigrationRecordType> createPrepareMigrationRecord(MigrationRecordType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MigrationRecordType>
-
createCompleteMigrationRecord
public jakarta.xml.bind.JAXBElement<MigrationRecordType> createCompleteMigrationRecord(MigrationRecordType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<MigrationRecordType>
-
createBadRequestFault
public jakarta.xml.bind.JAXBElement<FaultType> createBadRequestFault(FaultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FaultType>
-
createInternalErrorFault
public jakarta.xml.bind.JAXBElement<FaultType> createInternalErrorFault(FaultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FaultType>
-
createNotFoundFault
public jakarta.xml.bind.JAXBElement<FaultType> createNotFoundFault(FaultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FaultType>
-
-