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)
public JAXBElement<Object> createType(Object value)
public JAXBElement<Object> createQuality(Object value)
public JAXBElement<org.joda.time.DateTime> createStartDate(org.joda.time.DateTime value)
public JAXBElement<org.joda.time.DateTime> createEndDate(org.joda.time.DateTime value)
public JAXBElement<TypeCodeType> createActorId(TypeCodeType value)
public JAXBElement<Object> createActorLastName(Object value)
public JAXBElement<Name> createActorName(Name value)
public JAXBElement<PeriodType> createActorPeriod(PeriodType value)
public JAXBElement<Actor> createActorActor(Actor value)
public JAXBElement<Object> createActorFirstName(Object value)
public JAXBElement<Object> createActorMiddleName(Object value)
public JAXBElement<String> createDestinationId(String value)
public JAXBElement<String> createDestinationType(String value)
public JAXBElement<String> createDestinationQuality(String value)
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.