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
|
public ObjectFactory()
public BaseNameType createBaseNameType()
BaseNameType
public TypeCodeType createTypeCodeType()
TypeCodeType
public Destination createDestination()
Destination
public RoutingInformation createRoutingInformation()
RoutingInformation
public Destinations createDestinations()
Destinations
public JAXBElement<Object> createId(Object value)
value
- Java instance representing xml element's value.JAXBElement
<
Object
>
public JAXBElement<Object> createType(Object value)
value
- Java instance representing xml element's value.JAXBElement
<
Object
>
public JAXBElement<Object> createQuality(Object value)
value
- Java instance representing xml element's value.JAXBElement
<
Object
>
public JAXBElement<org.joda.time.DateTime> createStartDate(org.joda.time.DateTime value)
value
- Java instance representing xml element's value.JAXBElement
<
DateTime
>
public JAXBElement<org.joda.time.DateTime> createEndDate(org.joda.time.DateTime value)
value
- Java instance representing xml element's value.JAXBElement
<
DateTime
>
public JAXBElement<TypeCodeType> createActorId(TypeCodeType value)
value
- Java instance representing xml element's value.JAXBElement
<
TypeCodeType
>
public JAXBElement<Object> createActorLastName(Object value)
value
- Java instance representing xml element's value.JAXBElement
<
Object
>
public JAXBElement<Name> createActorName(Name value)
value
- Java instance representing xml element's value.JAXBElement
<
Name
>
public JAXBElement<PeriodType> createActorPeriod(PeriodType value)
value
- Java instance representing xml element's value.JAXBElement
<
PeriodType
>
public JAXBElement<Actor> createActorActor(Actor value)
value
- Java instance representing xml element's value.JAXBElement
<
Actor
>
public JAXBElement<Object> createActorFirstName(Object value)
value
- Java instance representing xml element's value.JAXBElement
<
Object
>
public JAXBElement<Object> createActorMiddleName(Object value)
value
- Java instance representing xml element's value.JAXBElement
<
Object
>
public JAXBElement<String> createDestinationId(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<String> createDestinationType(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
public JAXBElement<String> createDestinationQuality(String value)
value
- Java instance representing xml element's value.JAXBElement
<
String
>
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.