@CodingStyleguideUnaware 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.
This class was annotated by ph-jaxb22-plugin -Xph-annotate
| Modifier and Type | Field and Description |
|---|---|
static QName |
_IncomingMessage_QNAME |
static QName |
_OutgoingMessage_QNAME |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.toop.connector.api.rest
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<TCIncomingMessage> |
createIncomingMessage(TCIncomingMessage value)
|
JAXBElement<TCOutgoingMessage> |
createOutgoingMessage(TCOutgoingMessage value)
|
TCIdentifierType |
createTCIdentifierType()
Create an instance of
TCIdentifierType |
TCIncomingMessage |
createTCIncomingMessage()
Create an instance of
TCIncomingMessage |
TCIncomingMetadata |
createTCIncomingMetadata()
Create an instance of
TCIncomingMetadata |
TCOutgoingMessage |
createTCOutgoingMessage()
Create an instance of
TCOutgoingMessage |
TCOutgoingMetadata |
createTCOutgoingMetadata()
Create an instance of
TCOutgoingMetadata |
TCPayload |
createTCPayload()
Create an instance of
TCPayload |
public static final QName _OutgoingMessage_QNAME
public static final QName _IncomingMessage_QNAME
public ObjectFactory()
@Nonnull public TCOutgoingMessage createTCOutgoingMessage()
TCOutgoingMessagenull.@Nonnull public TCIncomingMessage createTCIncomingMessage()
TCIncomingMessagenull.@Nonnull public TCIdentifierType createTCIdentifierType()
TCIdentifierTypenull.@Nonnull public TCPayload createTCPayload()
TCPayloadnull.@Nonnull public TCOutgoingMetadata createTCOutgoingMetadata()
TCOutgoingMetadatanull.@Nonnull public TCIncomingMetadata createTCIncomingMetadata()
TCIncomingMetadatanull.@Nonnull public JAXBElement<TCOutgoingMessage> createOutgoingMessage(@Nullable TCOutgoingMessage value)
value - Java instance representing xml element's value.JAXBElement<TCOutgoingMessage> The created JAXBElement and never null.@Nonnull public JAXBElement<TCIncomingMessage> createIncomingMessage(@Nullable TCIncomingMessage value)
value - Java instance representing xml element's value.JAXBElement<TCIncomingMessage> The created JAXBElement and never null.Copyright © 2020 toop.eu. All rights reserved.