public class ObjectFactory extends Object
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 and Description |
---|
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
|
public ObjectFactory()
public HHGSDataOject createHHGSDataOject()
HHGSDataOject
public ClinicalGroupTable createClinicalGroupTable()
ClinicalGroupTable
public ClinicalGroup createClinicalGroup()
ClinicalGroup
public ComorbidityGroupTable createComorbidityGroupTable()
ComorbidityGroupTable
public ComorbidityGroup createComorbidityGroup()
ComorbidityGroup
public ComorbidityInteractionTable createComorbidityInteractionTable()
ComorbidityInteractionTable
public ComorbidityInteraction createComorbidityInteraction()
ComorbidityInteraction
public DiagnosisTable createDiagnosisTable()
DiagnosisTable
public DiagnosisSubchapterTable createDiagnosisSubchapterTable()
DiagnosisSubchapterTable
public DiagnosisSubchapter createDiagnosisSubchapter()
DiagnosisSubchapter
public HippsValueTable createHippsValueTable()
HippsValueTable
public HippsValue createHippsValue()
HippsValue
public OasisResponseTable createOasisResponseTable()
OasisResponseTable
public OasisRespond createOasisRespond()
OasisRespond
public ReturnCodeTable createReturnCodeTable()
ReturnCodeTable
public ReturnCode createReturnCode()
ReturnCode
Copyright © 2022. All rights reserved.