be.fgov.ehealth.daas.complextype.v1
Class ObjectFactory

java.lang.Object
  extended by be.fgov.ehealth.daas.complextype.v1.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the be.fgov.ehealth.daas.complextype.v1 package.

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 Summary
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
 
Method Summary
 Actor createActor()
          Create an instance of Actor
 JAXBElement<Actor> createActorActor(Actor value)
          Create an instance of JAXBElement<Actor>
 JAXBElement<Object> createActorFirstName(Object value)
          Create an instance of JAXBElement<Object>
 JAXBElement<TypeCodeType> createActorId(TypeCodeType value)
          Create an instance of JAXBElement<TypeCodeType>
 JAXBElement<Object> createActorLastName(Object value)
          Create an instance of JAXBElement<Object>
 JAXBElement<Object> createActorMiddleName(Object value)
          Create an instance of JAXBElement<Object>
 JAXBElement<Name> createActorName(Name value)
          Create an instance of JAXBElement<Name>
 JAXBElement<PeriodType> createActorPeriod(PeriodType value)
          Create an instance of JAXBElement<PeriodType>
 BaseNameType createBaseNameType()
          Create an instance of BaseNameType
 Context createContext()
          Create an instance of Context
 Destination createDestination()
          Create an instance of Destination
 JAXBElement<String> createDestinationId(String value)
          Create an instance of JAXBElement<String>
 JAXBElement<String> createDestinationQuality(String value)
          Create an instance of JAXBElement<String>
 Destinations createDestinations()
          Create an instance of Destinations
 JAXBElement<String> createDestinationType(String value)
          Create an instance of JAXBElement<String>
 JAXBElement<org.joda.time.DateTime> createEndDate(org.joda.time.DateTime value)
          Create an instance of JAXBElement<DateTime>
 JAXBElement<Object> createId(Object value)
          Create an instance of JAXBElement<Object>
 Name createName()
          Create an instance of Name
 JAXBElement<Object> createQuality(Object value)
          Create an instance of JAXBElement<Object>
 RoutingInformation createRoutingInformation()
          Create an instance of RoutingInformation
 JAXBElement<org.joda.time.DateTime> createStartDate(org.joda.time.DateTime value)
          Create an instance of JAXBElement<DateTime>
 JAXBElement<Object> createType(Object value)
          Create an instance of JAXBElement<Object>
 TypeCodeType createTypeCodeType()
          Create an instance of TypeCodeType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public 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

Method Detail

createName

public Name createName()
Create an instance of Name


createBaseNameType

public BaseNameType createBaseNameType()
Create an instance of BaseNameType


createActor

public Actor createActor()
Create an instance of Actor


createTypeCodeType

public TypeCodeType createTypeCodeType()
Create an instance of TypeCodeType


createDestination

public Destination createDestination()
Create an instance of Destination


createContext

public Context createContext()
Create an instance of Context


createRoutingInformation

public RoutingInformation createRoutingInformation()
Create an instance of RoutingInformation


createDestinations

public Destinations createDestinations()
Create an instance of Destinations


createId

public JAXBElement<Object> createId(Object value)
Create an instance of JAXBElement<Object>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<Object>

createType

public JAXBElement<Object> createType(Object value)
Create an instance of JAXBElement<Object>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<Object>

createQuality

public JAXBElement<Object> createQuality(Object value)
Create an instance of JAXBElement<Object>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<Object>

createStartDate

public JAXBElement<org.joda.time.DateTime> createStartDate(org.joda.time.DateTime value)
Create an instance of JAXBElement<DateTime>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<DateTime>

createEndDate

public JAXBElement<org.joda.time.DateTime> createEndDate(org.joda.time.DateTime value)
Create an instance of JAXBElement<DateTime>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<DateTime>

createActorId

public JAXBElement<TypeCodeType> createActorId(TypeCodeType value)
Create an instance of JAXBElement<TypeCodeType>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<TypeCodeType>

createActorLastName

public JAXBElement<Object> createActorLastName(Object value)
Create an instance of JAXBElement<Object>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<Object>

createActorName

public JAXBElement<Name> createActorName(Name value)
Create an instance of JAXBElement<Name>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<Name>

createActorPeriod

public JAXBElement<PeriodType> createActorPeriod(PeriodType value)
Create an instance of JAXBElement<PeriodType>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<PeriodType>

createActorActor

public JAXBElement<Actor> createActorActor(Actor value)
Create an instance of JAXBElement<Actor>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<Actor>

createActorFirstName

public JAXBElement<Object> createActorFirstName(Object value)
Create an instance of JAXBElement<Object>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<Object>

createActorMiddleName

public JAXBElement<Object> createActorMiddleName(Object value)
Create an instance of JAXBElement<Object>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<Object>

createDestinationId

public JAXBElement<String> createDestinationId(String value)
Create an instance of JAXBElement<String>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<String>

createDestinationType

public JAXBElement<String> createDestinationType(String value)
Create an instance of JAXBElement<String>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<String>

createDestinationQuality

public JAXBElement<String> createDestinationQuality(String value)
Create an instance of JAXBElement<String>

Parameters:
value - Java instance representing xml element's value.
Returns:
the new instance of JAXBElement<String>



Connector Packaging TECHNICAL 3.25.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.