Class ObjectFactory
- java.lang.Object
-
- org.busdox.servicemetadata.locator._1.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.busdox.servicemetadata.locator._1 package.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 Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.busdox.servicemetadata.locator._1
-
Method Summary
-
-
-
Method Detail
-
createServiceMetadataPublisherServiceType
public ServiceMetadataPublisherServiceType createServiceMetadataPublisherServiceType()
Create an instance ofServiceMetadataPublisherServiceType
-
createServiceMetadataPublisherServiceForParticipantType
public ServiceMetadataPublisherServiceForParticipantType createServiceMetadataPublisherServiceForParticipantType()
Create an instance ofServiceMetadataPublisherServiceForParticipantType
-
createParticipantIdentifierPageType
public ParticipantIdentifierPageType createParticipantIdentifierPageType()
Create an instance ofParticipantIdentifierPageType
-
createPageRequestType
public PageRequestType createPageRequestType()
Create an instance ofPageRequestType
-
createMigrationRecordType
public MigrationRecordType createMigrationRecordType()
Create an instance ofMigrationRecordType
-
createPublisherEndpointType
public PublisherEndpointType createPublisherEndpointType()
Create an instance ofPublisherEndpointType
-
createServiceMetadataPublisherID
public javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.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 javax.xml.bind.JAXBElement<FaultType> createNotFoundFault(FaultType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<FaultType>
-
-