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: org.oasis_open.docs.bdxr.ns.smp._2016._05
|
public ObjectFactory()
public ServiceGroupType createServiceGroupType()
ServiceGroupTypepublic ServiceMetadataType createServiceMetadataType()
ServiceMetadataTypepublic SignedServiceMetadataType createSignedServiceMetadataType()
SignedServiceMetadataTypepublic ParticipantIdentifierType createParticipantIdentifierType()
ParticipantIdentifierTypepublic DocumentIdentifierType createDocumentIdentifierType()
DocumentIdentifierTypepublic ProcessIdentifierType createProcessIdentifierType()
ProcessIdentifierTypepublic ServiceInformationType createServiceInformationType()
ServiceInformationTypepublic ProcessListType createProcessListType()
ProcessListTypepublic ProcessType createProcessType()
ProcessTypepublic ServiceEndpointList createServiceEndpointList()
ServiceEndpointListpublic EndpointType createEndpointType()
EndpointTypepublic ServiceMetadataReferenceCollectionType createServiceMetadataReferenceCollectionType()
ServiceMetadataReferenceCollectionTypepublic ServiceMetadataReferenceType createServiceMetadataReferenceType()
ServiceMetadataReferenceTypepublic RedirectType createRedirectType()
RedirectTypepublic ExtensionType createExtensionType()
ExtensionTypepublic JAXBElement<ServiceGroupType> createServiceGroup(ServiceGroupType value)
value - Java instance representing xml element's value.JAXBElement<ServiceGroupType>public JAXBElement<ServiceMetadataType> createServiceMetadata(ServiceMetadataType value)
value - Java instance representing xml element's value.JAXBElement<ServiceMetadataType>public JAXBElement<SignedServiceMetadataType> createSignedServiceMetadata(SignedServiceMetadataType value)
value - Java instance representing xml element's value.JAXBElement<SignedServiceMetadataType>public JAXBElement<ParticipantIdentifierType> createParticipantIdentifier(ParticipantIdentifierType value)
value - Java instance representing xml element's value.JAXBElement<ParticipantIdentifierType>public JAXBElement<DocumentIdentifierType> createDocumentIdentifier(DocumentIdentifierType value)
value - Java instance representing xml element's value.JAXBElement<DocumentIdentifierType>public JAXBElement<ProcessIdentifierType> createProcessIdentifier(ProcessIdentifierType value)
value - Java instance representing xml element's value.JAXBElement<ProcessIdentifierType>public JAXBElement<ParticipantIdentifierType> createRecipientIdentifier(ParticipantIdentifierType value)
value - Java instance representing xml element's value.JAXBElement<ParticipantIdentifierType>public JAXBElement<ParticipantIdentifierType> createSenderIdentifier(ParticipantIdentifierType value)
value - Java instance representing xml element's value.JAXBElement<ParticipantIdentifierType>Copyright © 2019–2020 toop.eu. All rights reserved.