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

java.lang.Object
  extended by edu.harvard.i2b2.crc.datavo.ontology.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.ontology 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.ontology
 
Method Summary
 JAXBElement<ConceptsType> createConcepts(ConceptsType value)
          Create an instance of JAXBElement<ConceptsType>}
 ConceptsType createConceptsType()
          Create an instance of ConceptsType
 ConceptType createConceptType()
          Create an instance of ConceptType
 JAXBElement<GetReturnType> createGetCategories(GetReturnType value)
          Create an instance of JAXBElement<GetReturnType>}
 JAXBElement<GetChildrenType> createGetChildren(GetChildrenType value)
          Create an instance of JAXBElement<GetChildrenType>}
 GetChildrenType createGetChildrenType()
          Create an instance of GetChildrenType
 JAXBElement<VocabRequestType> createGetCodeInfo(VocabRequestType value)
          Create an instance of JAXBElement<VocabRequestType>}
 JAXBElement<VocabRequestType> createGetNameInfo(VocabRequestType value)
          Create an instance of JAXBElement<VocabRequestType>}
 GetReturnType createGetReturnType()
          Create an instance of GetReturnType
 JAXBElement<GetReturnType> createGetSchemes(GetReturnType value)
          Create an instance of JAXBElement<GetReturnType>}
 JAXBElement<GetTermInfoType> createGetTermInfo(GetTermInfoType value)
          Create an instance of JAXBElement<GetTermInfoType>}
 GetTermInfoType createGetTermInfoType()
          Create an instance of GetTermInfoType
 MatchDateType createMatchDateType()
          Create an instance of MatchDateType
 MatchIntType createMatchIntType()
          Create an instance of MatchIntType
 MatchStrType createMatchStrType()
          Create an instance of MatchStrType
 VocabRequestType createVocabRequestType()
          Create an instance of VocabRequestType
 XmlValueType createXmlValueType()
          Create an instance of XmlValueType
 
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.ontology

Method Detail

createMatchDateType

public MatchDateType createMatchDateType()
Create an instance of MatchDateType


createConceptType

public ConceptType createConceptType()
Create an instance of ConceptType


createGetReturnType

public GetReturnType createGetReturnType()
Create an instance of GetReturnType


createGetTermInfoType

public GetTermInfoType createGetTermInfoType()
Create an instance of GetTermInfoType


createXmlValueType

public XmlValueType createXmlValueType()
Create an instance of XmlValueType


createConceptsType

public ConceptsType createConceptsType()
Create an instance of ConceptsType


createMatchIntType

public MatchIntType createMatchIntType()
Create an instance of MatchIntType


createVocabRequestType

public VocabRequestType createVocabRequestType()
Create an instance of VocabRequestType


createGetChildrenType

public GetChildrenType createGetChildrenType()
Create an instance of GetChildrenType


createMatchStrType

public MatchStrType createMatchStrType()
Create an instance of MatchStrType


createConcepts

public JAXBElement<ConceptsType> createConcepts(ConceptsType value)
Create an instance of JAXBElement<ConceptsType>}


createGetCodeInfo

public JAXBElement<VocabRequestType> createGetCodeInfo(VocabRequestType value)
Create an instance of JAXBElement<VocabRequestType>}


createGetSchemes

public JAXBElement<GetReturnType> createGetSchemes(GetReturnType value)
Create an instance of JAXBElement<GetReturnType>}


createGetTermInfo

public JAXBElement<GetTermInfoType> createGetTermInfo(GetTermInfoType value)
Create an instance of JAXBElement<GetTermInfoType>}


createGetNameInfo

public JAXBElement<VocabRequestType> createGetNameInfo(VocabRequestType value)
Create an instance of JAXBElement<VocabRequestType>}


createGetChildren

public JAXBElement<GetChildrenType> createGetChildren(GetChildrenType value)
Create an instance of JAXBElement<GetChildrenType>}


createGetCategories

public JAXBElement<GetReturnType> createGetCategories(GetReturnType value)
Create an instance of JAXBElement<GetReturnType>}



Copyright © 2011. All Rights Reserved.