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.busdox.transport.identifiers._1
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<String> |
createChannelIdentifier(String value)
|
JAXBElement<DocumentIdentifierType> |
createDocumentIdentifier(DocumentIdentifierType value)
|
DocumentIdentifierType |
createDocumentIdentifierType()
Create an instance of
DocumentIdentifierType |
JAXBElement<String> |
createMessageIdentifier(String value)
|
JAXBElement<ParticipantIdentifierType> |
createParticipantIdentifier(ParticipantIdentifierType value)
|
ParticipantIdentifierType |
createParticipantIdentifierType()
Create an instance of
ParticipantIdentifierType |
JAXBElement<ProcessIdentifierType> |
createProcessIdentifier(ProcessIdentifierType value)
|
ProcessIdentifierType |
createProcessIdentifierType()
Create an instance of
ProcessIdentifierType |
JAXBElement<ParticipantIdentifierType> |
createRecipientIdentifier(ParticipantIdentifierType value)
|
JAXBElement<ParticipantIdentifierType> |
createSenderIdentifier(ParticipantIdentifierType value)
|
public ObjectFactory()
public ParticipantIdentifierType createParticipantIdentifierType()
ParticipantIdentifierTypepublic DocumentIdentifierType createDocumentIdentifierType()
DocumentIdentifierTypepublic ProcessIdentifierType createProcessIdentifierType()
ProcessIdentifierTypepublic JAXBElement<DocumentIdentifierType> createDocumentIdentifier(DocumentIdentifierType value)
public JAXBElement<String> createChannelIdentifier(String value)
public JAXBElement<ParticipantIdentifierType> createSenderIdentifier(ParticipantIdentifierType value)
public JAXBElement<String> createMessageIdentifier(String value)
public JAXBElement<ProcessIdentifierType> createProcessIdentifier(ProcessIdentifierType value)
public JAXBElement<ParticipantIdentifierType> createRecipientIdentifier(ParticipantIdentifierType value)
public JAXBElement<ParticipantIdentifierType> createParticipantIdentifier(ParticipantIdentifierType value)
Copyright © 2017 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.