com.mirth.match.ejb.inex
Class ObjectFactory

java.lang.Object
  extended by com.mirth.match.ejb.inex.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.mirth.match.ejb.inex 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: com.mirth.match.ejb.inex
 
Method Summary
 ArrayList createArrayList()
          Create an instance of ArrayList
 BaseDataType createBaseDataType()
          Create an instance of BaseDataType
 BaseEntityImportExportModel createBaseEntityImportExportModel()
          Create an instance of BaseEntityImportExportModel
 CodeSet createCodeSet()
          Create an instance of CodeSet
 CodeSetElement createCodeSetElement()
          Create an instance of CodeSetElement
 ConsumerEventSubscription createConsumerEventSubscription()
          Create an instance of ConsumerEventSubscription
 Department createDepartment()
          Create an instance of Department
 DomainGroup createDomainGroup()
          Create an instance of DomainGroup
 DomainGroupRole createDomainGroupRole()
          Create an instance of DomainGroupRole
 DtoList createDtoList()
          Create an instance of DtoList
 EisEntityIdentifyingTraits createEisEntityIdentifyingTraits()
          Create an instance of EisEntityIdentifyingTraits
 EisResult createEisResult()
          Create an instance of EisResult
 EisResultSet createEisResultSet()
          Create an instance of EisResultSet
 EisResultSetElement createEisResultSetElement()
          Create an instance of EisResultSetElement
 Entity createEntity()
          Create an instance of Entity
 EntityDomain createEntityDomain()
          Create an instance of EntityDomain
 EntityDomainAccess createEntityDomainAccess()
          Create an instance of EntityDomainAccess
 EntityDomainType createEntityDomainType()
          Create an instance of EntityDomainType
 EntityExportModel createEntityExportModel()
          Create an instance of EntityExportModel
 EntityFilter createEntityFilter()
          Create an instance of EntityFilter
 EntityImportModel createEntityImportModel()
          Create an instance of EntityImportModel
 EntityRelationshipType createEntityRelationshipType()
          Create an instance of EntityRelationshipType
 EntityType createEntityType()
          Create an instance of EntityType
 EntityTypeTrait createEntityTypeTrait()
          Create an instance of EntityTypeTrait
 EventAuditType createEventAuditType()
          Create an instance of EventAuditType
 ExportConfig createExportConfig()
          Create an instance of ExportConfig
 ExportEntities createExportEntities()
          Create an instance of ExportEntities
 javax.xml.bind.JAXBElement<ExportEntities> createExportEntities(ExportEntities value)
          Create an instance of JAXBElement<ExportEntities>}
 ExportEntitiesResponse createExportEntitiesResponse()
          Create an instance of ExportEntitiesResponse
 javax.xml.bind.JAXBElement<ExportEntitiesResponse> createExportEntitiesResponse(ExportEntitiesResponse value)
          Create an instance of JAXBElement<ExportEntitiesResponse>}
 ExportMirthMatchConfig createExportMirthMatchConfig()
          Create an instance of ExportMirthMatchConfig
 javax.xml.bind.JAXBElement<ExportMirthMatchConfig> createExportMirthMatchConfig(ExportMirthMatchConfig value)
          Create an instance of JAXBElement<ExportMirthMatchConfig>}
 ExportMirthMatchConfigResponse createExportMirthMatchConfigResponse()
          Create an instance of ExportMirthMatchConfigResponse
 javax.xml.bind.JAXBElement<ExportMirthMatchConfigResponse> createExportMirthMatchConfigResponse(ExportMirthMatchConfigResponse value)
          Create an instance of JAXBElement<ExportMirthMatchConfigResponse>}
 Facility createFacility()
          Create an instance of Facility
 IdentifierDomain createIdentifierDomain()
          Create an instance of IdentifierDomain
 ImportConfig createImportConfig()
          Create an instance of ImportConfig
 ImportEntities createImportEntities()
          Create an instance of ImportEntities
 javax.xml.bind.JAXBElement<ImportEntities> createImportEntities(ImportEntities value)
          Create an instance of JAXBElement<ImportEntities>}
 ImportEntitiesResponse createImportEntitiesResponse()
          Create an instance of ImportEntitiesResponse
 javax.xml.bind.JAXBElement<ImportEntitiesResponse> createImportEntitiesResponse(ImportEntitiesResponse value)
          Create an instance of JAXBElement<ImportEntitiesResponse>}
 ImportMirthMatchConfig createImportMirthMatchConfig()
          Create an instance of ImportMirthMatchConfig
 javax.xml.bind.JAXBElement<ImportMirthMatchConfig> createImportMirthMatchConfig(ImportMirthMatchConfig value)
          Create an instance of JAXBElement<ImportMirthMatchConfig>}
 ImportMirthMatchConfigResponse createImportMirthMatchConfigResponse()
          Create an instance of ImportMirthMatchConfigResponse
 javax.xml.bind.JAXBElement<ImportMirthMatchConfigResponse> createImportMirthMatchConfigResponse(ImportMirthMatchConfigResponse value)
          Create an instance of JAXBElement<ImportMirthMatchConfigResponse>}
 IsoCountry createIsoCountry()
          Create an instance of IsoCountry
 MatchingModule createMatchingModule()
          Create an instance of MatchingModule
 NotificationMethodType createNotificationMethodType()
          Create an instance of NotificationMethodType
 Password createPassword()
          Create an instance of Password
 Privilege createPrivilege()
          Create an instance of Privilege
 Property createProperty()
          Create an instance of Property
 Result createResult()
          Create an instance of Result
 SecurityRole createSecurityRole()
          Create an instance of SecurityRole
 Status createStatus()
          Create an instance of Status
 StatusCondition createStatusCondition()
          Create an instance of StatusCondition
 StatusGroup createStatusGroup()
          Create an instance of StatusGroup
 StatusHolder createStatusHolder()
          Create an instance of StatusHolder
 Trait createTrait()
          Create an instance of Trait
 TraitGroup createTraitGroup()
          Create an instance of TraitGroup
 TraitInstance createTraitInstance()
          Create an instance of TraitInstance
 TraitValue createTraitValue()
          Create an instance of TraitValue
 User createUser()
          Create an instance of User
 UserFilter createUserFilter()
          Create an instance of UserFilter
 UserPreference createUserPreference()
          Create an instance of UserPreference
 User.Preferences createUserPreferences()
          Create an instance of User.Preferences
 User.Preferences.Entry createUserPreferencesEntry()
          Create an instance of User.Preferences.Entry
 Workflow createWorkflow()
          Create an instance of Workflow
 WorkflowAction createWorkflowAction()
          Create an instance of WorkflowAction
 WorkflowCondition createWorkflowCondition()
          Create an instance of WorkflowCondition
 WorkflowState createWorkflowState()
          Create an instance of WorkflowState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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: com.mirth.match.ejb.inex

Method Detail

createProperty

public Property createProperty()
Create an instance of Property


createNotificationMethodType

public NotificationMethodType createNotificationMethodType()
Create an instance of NotificationMethodType


createEisResult

public EisResult createEisResult()
Create an instance of EisResult


createSecurityRole

public SecurityRole createSecurityRole()
Create an instance of SecurityRole


createDomainGroup

public DomainGroup createDomainGroup()
Create an instance of DomainGroup


createTrait

public Trait createTrait()
Create an instance of Trait


createPrivilege

public Privilege createPrivilege()
Create an instance of Privilege


createTraitInstance

public TraitInstance createTraitInstance()
Create an instance of TraitInstance


createUserPreferencesEntry

public User.Preferences.Entry createUserPreferencesEntry()
Create an instance of User.Preferences.Entry


createIdentifierDomain

public IdentifierDomain createIdentifierDomain()
Create an instance of IdentifierDomain


createEisResultSet

public EisResultSet createEisResultSet()
Create an instance of EisResultSet


createExportConfig

public ExportConfig createExportConfig()
Create an instance of ExportConfig


createWorkflowCondition

public WorkflowCondition createWorkflowCondition()
Create an instance of WorkflowCondition


createImportMirthMatchConfig

public ImportMirthMatchConfig createImportMirthMatchConfig()
Create an instance of ImportMirthMatchConfig


createDtoList

public DtoList createDtoList()
Create an instance of DtoList


createEisEntityIdentifyingTraits

public EisEntityIdentifyingTraits createEisEntityIdentifyingTraits()
Create an instance of EisEntityIdentifyingTraits


createEntityDomainType

public EntityDomainType createEntityDomainType()
Create an instance of EntityDomainType


createTraitGroup

public TraitGroup createTraitGroup()
Create an instance of TraitGroup


createEntityDomain

public EntityDomain createEntityDomain()
Create an instance of EntityDomain


createImportEntities

public ImportEntities createImportEntities()
Create an instance of ImportEntities


createEntity

public Entity createEntity()
Create an instance of Entity


createEntityRelationshipType

public EntityRelationshipType createEntityRelationshipType()
Create an instance of EntityRelationshipType


createWorkflow

public Workflow createWorkflow()
Create an instance of Workflow


createDepartment

public Department createDepartment()
Create an instance of Department


createStatusCondition

public StatusCondition createStatusCondition()
Create an instance of StatusCondition


createMatchingModule

public MatchingModule createMatchingModule()
Create an instance of MatchingModule


createDomainGroupRole

public DomainGroupRole createDomainGroupRole()
Create an instance of DomainGroupRole


createWorkflowAction

public WorkflowAction createWorkflowAction()
Create an instance of WorkflowAction


createEntityType

public EntityType createEntityType()
Create an instance of EntityType


createCodeSetElement

public CodeSetElement createCodeSetElement()
Create an instance of CodeSetElement


createConsumerEventSubscription

public ConsumerEventSubscription createConsumerEventSubscription()
Create an instance of ConsumerEventSubscription


createEntityImportModel

public EntityImportModel createEntityImportModel()
Create an instance of EntityImportModel


createEntityFilter

public EntityFilter createEntityFilter()
Create an instance of EntityFilter


createCodeSet

public CodeSet createCodeSet()
Create an instance of CodeSet


createWorkflowState

public WorkflowState createWorkflowState()
Create an instance of WorkflowState


createArrayList

public ArrayList createArrayList()
Create an instance of ArrayList


createStatusHolder

public StatusHolder createStatusHolder()
Create an instance of StatusHolder


createExportMirthMatchConfigResponse

public ExportMirthMatchConfigResponse createExportMirthMatchConfigResponse()
Create an instance of ExportMirthMatchConfigResponse


createImportConfig

public ImportConfig createImportConfig()
Create an instance of ImportConfig


createStatusGroup

public StatusGroup createStatusGroup()
Create an instance of StatusGroup


createUserPreferences

public User.Preferences createUserPreferences()
Create an instance of User.Preferences


createBaseDataType

public BaseDataType createBaseDataType()
Create an instance of BaseDataType


createUserPreference

public UserPreference createUserPreference()
Create an instance of UserPreference


createUserFilter

public UserFilter createUserFilter()
Create an instance of UserFilter


createIsoCountry

public IsoCountry createIsoCountry()
Create an instance of IsoCountry


createImportMirthMatchConfigResponse

public ImportMirthMatchConfigResponse createImportMirthMatchConfigResponse()
Create an instance of ImportMirthMatchConfigResponse


createResult

public Result createResult()
Create an instance of Result


createEntityTypeTrait

public EntityTypeTrait createEntityTypeTrait()
Create an instance of EntityTypeTrait


createEntityExportModel

public EntityExportModel createEntityExportModel()
Create an instance of EntityExportModel


createPassword

public Password createPassword()
Create an instance of Password


createEventAuditType

public EventAuditType createEventAuditType()
Create an instance of EventAuditType


createEntityDomainAccess

public EntityDomainAccess createEntityDomainAccess()
Create an instance of EntityDomainAccess


createImportEntitiesResponse

public ImportEntitiesResponse createImportEntitiesResponse()
Create an instance of ImportEntitiesResponse


createTraitValue

public TraitValue createTraitValue()
Create an instance of TraitValue


createFacility

public Facility createFacility()
Create an instance of Facility


createExportMirthMatchConfig

public ExportMirthMatchConfig createExportMirthMatchConfig()
Create an instance of ExportMirthMatchConfig


createBaseEntityImportExportModel

public BaseEntityImportExportModel createBaseEntityImportExportModel()
Create an instance of BaseEntityImportExportModel


createUser

public User createUser()
Create an instance of User


createExportEntities

public ExportEntities createExportEntities()
Create an instance of ExportEntities


createExportEntitiesResponse

public ExportEntitiesResponse createExportEntitiesResponse()
Create an instance of ExportEntitiesResponse


createEisResultSetElement

public EisResultSetElement createEisResultSetElement()
Create an instance of EisResultSetElement


createStatus

public Status createStatus()
Create an instance of Status


createImportMirthMatchConfig

public javax.xml.bind.JAXBElement<ImportMirthMatchConfig> createImportMirthMatchConfig(ImportMirthMatchConfig value)
Create an instance of JAXBElement<ImportMirthMatchConfig>}


createExportEntitiesResponse

public javax.xml.bind.JAXBElement<ExportEntitiesResponse> createExportEntitiesResponse(ExportEntitiesResponse value)
Create an instance of JAXBElement<ExportEntitiesResponse>}


createExportEntities

public javax.xml.bind.JAXBElement<ExportEntities> createExportEntities(ExportEntities value)
Create an instance of JAXBElement<ExportEntities>}


createImportEntities

public javax.xml.bind.JAXBElement<ImportEntities> createImportEntities(ImportEntities value)
Create an instance of JAXBElement<ImportEntities>}


createImportEntitiesResponse

public javax.xml.bind.JAXBElement<ImportEntitiesResponse> createImportEntitiesResponse(ImportEntitiesResponse value)
Create an instance of JAXBElement<ImportEntitiesResponse>}


createExportMirthMatchConfig

public javax.xml.bind.JAXBElement<ExportMirthMatchConfig> createExportMirthMatchConfig(ExportMirthMatchConfig value)
Create an instance of JAXBElement<ExportMirthMatchConfig>}


createExportMirthMatchConfigResponse

public javax.xml.bind.JAXBElement<ExportMirthMatchConfigResponse> createExportMirthMatchConfigResponse(ExportMirthMatchConfigResponse value)
Create an instance of JAXBElement<ExportMirthMatchConfigResponse>}


createImportMirthMatchConfigResponse

public javax.xml.bind.JAXBElement<ImportMirthMatchConfigResponse> createImportMirthMatchConfigResponse(ImportMirthMatchConfigResponse value)
Create an instance of JAXBElement<ImportMirthMatchConfigResponse>}



Copyright © 2011 Mirth Corp. All Rights Reserved.