Package gov.cms.hh.xml.data.claim
Class ObjectFactory
java.lang.Object
gov.cms.hh.xml.data.claim.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the gov.cms.hh.xml.data.claim 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.data.claim -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofClaimCreate an instance ofClaimsCreate an instance ofClinicalFieldsCreate an instance ofDetailsCreate an instance ofDiagnosescreateDx()Create an instance ofDxCreate an instance ofFunctionalFieldCreate an instance ofFunctionalFieldsCreate an instance ofGrouperReturnCodeCreate an instance ofHippsCodeCreate an instance ofInputCreate an instance ofLogicCreate an instance ofMessageCreate an instance ofOptionsCreate an instance ofOutputCreate an instance ofPosition1Create an instance ofPosition2Create an instance ofPosition3Create an instance ofPosition4Create an instance ofPosition5Create an instance ofPrincipalCreate an instance ofSecondaryCreate an instance ofSubfieldCreate an instance ofValidationCreate an instance ofValidityFlagCreate an instance ofVersionUsed
-
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.data.claim
-
-
Method Details
-
createClaims
Create an instance ofClaims -
createClaim
Create an instance ofClaim -
createInput
Create an instance ofInput -
createClinicalFields
Create an instance ofClinicalFields -
createDiagnoses
Create an instance ofDiagnoses -
createPrincipal
Create an instance ofPrincipal -
createDx
Create an instance ofDx -
createSecondary
Create an instance ofSecondary -
createFunctionalFields
Create an instance ofFunctionalFields -
createFunctionalField
Create an instance ofFunctionalField -
createSubfield
Create an instance ofSubfield -
createOutput
Create an instance ofOutput -
createVersionUsed
Create an instance ofVersionUsed -
createHippsCode
Create an instance ofHippsCode -
createValidityFlag
Create an instance ofValidityFlag -
createGrouperReturnCode
Create an instance ofGrouperReturnCode -
createDetails
Create an instance ofDetails -
createValidation
Create an instance ofValidation -
createMessage
Create an instance ofMessage -
createLogic
Create an instance ofLogic -
createPosition1
Create an instance ofPosition1 -
createPosition2
Create an instance ofPosition2 -
createPosition3
Create an instance ofPosition3 -
createPosition4
Create an instance ofPosition4 -
createPosition5
Create an instance ofPosition5 -
createOptions
Create an instance ofOptions
-