edu.harvard.i2b2.crc.datavo.pdo
Class ObjectFactory

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.pdo.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the edu.harvard.i2b2.crc.datavo.pdo 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: edu.harvard.i2b2.crc.datavo.pdo
 
Method Summary
 BlobType createBlobType()
          Create an instance of BlobType
 ConceptSet createConceptSet()
          Create an instance of ConceptSet
 ConceptType createConceptType()
          Create an instance of ConceptType
 EidSet createEidSet()
          Create an instance of EidSet
 EidType createEidType()
          Create an instance of EidType
 EidType.EventId createEidTypeEventId()
          Create an instance of EidType.EventId
 EidType.EventMapId createEidTypeEventMapId()
          Create an instance of EidType.EventMapId
 EventSet createEventSet()
          Create an instance of EventSet
 EventType createEventType()
          Create an instance of EventType
 EventType.EventId createEventTypeEventId()
          Create an instance of EventType.EventId
 ObservationSet createObservationSet()
          Create an instance of ObservationSet
 ObservationType createObservationType()
          Create an instance of ObservationType
 ObservationType.ConceptCd createObservationTypeConceptCd()
          Create an instance of ObservationType.ConceptCd
 ObservationType.EventId createObservationTypeEventId()
          Create an instance of ObservationType.EventId
 ObservationType.LocationCd createObservationTypeLocationCd()
          Create an instance of ObservationType.LocationCd
 ObservationType.ModifierCd createObservationTypeModifierCd()
          Create an instance of ObservationType.ModifierCd
 ObservationType.NvalNum createObservationTypeNvalNum()
          Create an instance of ObservationType.NvalNum
 ObservationType.ObserverCd createObservationTypeObserverCd()
          Create an instance of ObservationType.ObserverCd
 ObservationType.ValueflagCd createObservationTypeValueflagCd()
          Create an instance of ObservationType.ValueflagCd
 ObserverSet createObserverSet()
          Create an instance of ObserverSet
 ObserverType createObserverType()
          Create an instance of ObserverType
 ParamType createParamType()
          Create an instance of ParamType
 JAXBElement<PatientDataType> createPatientData(PatientDataType value)
          Create an instance of JAXBElement<PatientDataType>}
 PatientDataType createPatientDataType()
          Create an instance of PatientDataType
 PatientIdType createPatientIdType()
          Create an instance of PatientIdType
 PatientSet createPatientSet()
          Create an instance of PatientSet
 PatientType createPatientType()
          Create an instance of PatientType
 PidSet createPidSet()
          Create an instance of PidSet
 PidType createPidType()
          Create an instance of PidType
 PidType.PatientId createPidTypePatientId()
          Create an instance of PidType.PatientId
 PidType.PatientMapId createPidTypePatientMapId()
          Create an instance of PidType.PatientMapId
 
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: edu.harvard.i2b2.crc.datavo.pdo

Method Detail

createEventType

public EventType createEventType()
Create an instance of EventType


createObservationTypeObserverCd

public ObservationType.ObserverCd createObservationTypeObserverCd()
Create an instance of ObservationType.ObserverCd


createEventTypeEventId

public EventType.EventId createEventTypeEventId()
Create an instance of EventType.EventId


createConceptSet

public ConceptSet createConceptSet()
Create an instance of ConceptSet


createPatientIdType

public PatientIdType createPatientIdType()
Create an instance of PatientIdType


createObservationTypeConceptCd

public ObservationType.ConceptCd createObservationTypeConceptCd()
Create an instance of ObservationType.ConceptCd


createEventSet

public EventSet createEventSet()
Create an instance of EventSet


createEidSet

public EidSet createEidSet()
Create an instance of EidSet


createObservationSet

public ObservationSet createObservationSet()
Create an instance of ObservationSet


createPidTypePatientId

public PidType.PatientId createPidTypePatientId()
Create an instance of PidType.PatientId


createEidTypeEventId

public EidType.EventId createEidTypeEventId()
Create an instance of EidType.EventId


createObservationTypeModifierCd

public ObservationType.ModifierCd createObservationTypeModifierCd()
Create an instance of ObservationType.ModifierCd


createPatientDataType

public PatientDataType createPatientDataType()
Create an instance of PatientDataType


createPidType

public PidType createPidType()
Create an instance of PidType


createObservationType

public ObservationType createObservationType()
Create an instance of ObservationType


createObservationTypeEventId

public ObservationType.EventId createObservationTypeEventId()
Create an instance of ObservationType.EventId


createPidSet

public PidSet createPidSet()
Create an instance of PidSet


createEidTypeEventMapId

public EidType.EventMapId createEidTypeEventMapId()
Create an instance of EidType.EventMapId


createEidType

public EidType createEidType()
Create an instance of EidType


createConceptType

public ConceptType createConceptType()
Create an instance of ConceptType


createPidTypePatientMapId

public PidType.PatientMapId createPidTypePatientMapId()
Create an instance of PidType.PatientMapId


createObservationTypeLocationCd

public ObservationType.LocationCd createObservationTypeLocationCd()
Create an instance of ObservationType.LocationCd


createObservationTypeNvalNum

public ObservationType.NvalNum createObservationTypeNvalNum()
Create an instance of ObservationType.NvalNum


createBlobType

public BlobType createBlobType()
Create an instance of BlobType


createObserverSet

public ObserverSet createObserverSet()
Create an instance of ObserverSet


createParamType

public ParamType createParamType()
Create an instance of ParamType


createPatientType

public PatientType createPatientType()
Create an instance of PatientType


createPatientSet

public PatientSet createPatientSet()
Create an instance of PatientSet


createObservationTypeValueflagCd

public ObservationType.ValueflagCd createObservationTypeValueflagCd()
Create an instance of ObservationType.ValueflagCd


createObserverType

public ObserverType createObserverType()
Create an instance of ObserverType


createPatientData

public JAXBElement<PatientDataType> createPatientData(PatientDataType value)
Create an instance of JAXBElement<PatientDataType>}



Copyright © 2011. All Rights Reserved.