Package gov.cms.hh.xml.layout.rot
Class ObjectFactory
java.lang.Object
gov.cms.hh.xml.layout.rot.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the gov.cms.hh.xml.layout.rot 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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: gov.cms.hh.xml.layout.rot -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofClinicalGroupCreate an instance ofClinicalGroupTableCreate an instance ofCodeFirstConditionCreate an instance ofCodeFirstConditionTableCreate an instance ofComorbidityGroupCreate an instance ofComorbidityGroupTableCreate an instance ofComorbidityInteractionCreate an instance ofComorbidityInteractionTableCreate an instance ofDiagnosisCreate an instance ofDiagnosisSubchapterCreate an instance ofDiagnosisSubchapterTableCreate an instance ofDiagnosisTableCreate an instance ofHHGSDataOjectCreate an instance ofHippsValueCreate an instance ofHippsValueTableCreate an instance ofOasisRespondCreate an instance ofOasisResponseTableCreate an instance ofReturnCodeCreate an instance ofReturnCodeTableCreate an instance ofROTCreate an instance ofValidityFlagCreate an instance ofValidityFlagTable
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: gov.cms.hh.xml.layout.rot
-
-
Method Details
-
createHHGSDataOject
Create an instance ofHHGSDataOject -
createROT
Create an instance ofROT -
createClinicalGroupTable
Create an instance ofClinicalGroupTable -
createClinicalGroup
Create an instance ofClinicalGroup -
createComorbidityGroupTable
Create an instance ofComorbidityGroupTable -
createComorbidityGroup
Create an instance ofComorbidityGroup -
createComorbidityInteractionTable
Create an instance ofComorbidityInteractionTable -
createComorbidityInteraction
Create an instance ofComorbidityInteraction -
createDiagnosisTable
Create an instance ofDiagnosisTable -
createDiagnosis
Create an instance ofDiagnosis -
createDiagnosisSubchapterTable
Create an instance ofDiagnosisSubchapterTable -
createDiagnosisSubchapter
Create an instance ofDiagnosisSubchapter -
createHippsValueTable
Create an instance ofHippsValueTable -
createHippsValue
Create an instance ofHippsValue -
createOasisResponseTable
Create an instance ofOasisResponseTable -
createOasisRespond
Create an instance ofOasisRespond -
createReturnCodeTable
Create an instance ofReturnCodeTable -
createReturnCode
Create an instance ofReturnCode -
createValidityFlagTable
Create an instance ofValidityFlagTable -
createValidityFlag
Create an instance ofValidityFlag -
createCodeFirstConditionTable
Create an instance ofCodeFirstConditionTable -
createCodeFirstCondition
Create an instance ofCodeFirstCondition
-