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: be.fgov.ehealth.commons.protocol.v2
|
Modifier and Type | Method and Description |
---|---|
AuthorPaginationRequestType |
createAuthorPaginationRequestType()
Create an instance of
AuthorPaginationRequestType |
AuthorRequestType |
createAuthorRequestType()
Create an instance of
AuthorRequestType |
PaginationRequestType |
createPaginationRequestType()
Create an instance of
PaginationRequestType |
PaginationResponseType |
createPaginationResponseType()
Create an instance of
PaginationResponseType |
PaginationStatusResponseType |
createPaginationStatusResponseType()
Create an instance of
PaginationStatusResponseType |
RequestType |
createRequestType()
Create an instance of
RequestType |
ResponseType |
createResponseType()
Create an instance of
ResponseType |
StatusResponseType |
createStatusResponseType()
Create an instance of
StatusResponseType |
public ObjectFactory()
public RequestType createRequestType()
RequestType
public AuthorRequestType createAuthorRequestType()
AuthorRequestType
public PaginationRequestType createPaginationRequestType()
PaginationRequestType
public AuthorPaginationRequestType createAuthorPaginationRequestType()
AuthorPaginationRequestType
public ResponseType createResponseType()
ResponseType
public StatusResponseType createStatusResponseType()
StatusResponseType
public PaginationResponseType createPaginationResponseType()
PaginationResponseType
public PaginationStatusResponseType createPaginationStatusResponseType()
PaginationStatusResponseType
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.