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.daas.complextype.v1
|
Modifier and Type | Method and Description |
---|---|
Actor |
createActor()
Create an instance of
Actor |
BaseNameType |
createBaseNameType()
Create an instance of
BaseNameType |
Context |
createContext()
Create an instance of
Context |
Destination |
createDestination()
Create an instance of
Destination |
Destinations |
createDestinations()
Create an instance of
Destinations |
JAXBElement<Object> |
createId(Object value)
|
Name |
createName()
Create an instance of
Name |
PeriodType |
createPeriodType()
Create an instance of
PeriodType |
JAXBElement<Object> |
createQuality(Object value)
|
RoutingInformation |
createRoutingInformation()
Create an instance of
RoutingInformation |
JAXBElement<Object> |
createType(Object value)
|
TypeCodeType |
createTypeCodeType()
Create an instance of
TypeCodeType |
public ObjectFactory()
public BaseNameType createBaseNameType()
BaseNameType
public TypeCodeType createTypeCodeType()
TypeCodeType
public PeriodType createPeriodType()
PeriodType
public Destination createDestination()
Destination
public RoutingInformation createRoutingInformation()
RoutingInformation
public Destinations createDestinations()
Destinations
public JAXBElement<Object> createId(Object value)
public JAXBElement<Object> createType(Object value)
public JAXBElement<Object> createQuality(Object value)
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.