Package org.hl7.elm_modelinfo.r1
Class ObjectFactory
java.lang.Object
org.hl7.elm_modelinfo.r1.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.hl7.elm_modelinfo.r1 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: org.hl7.elm_modelinfo.r1 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofBindingInfoCreate an instance ofBoundParameterTypeSpecifierCreate an instance ofChoiceTypeInfoCreate an instance ofChoiceTypeSpecifierCreate an instance ofClassInfoCreate an instance ofClassInfoElementCreate an instance ofConstraintInfoCreate an instance ofContextInfoCreate an instance ofConversionInfoCreate an instance ofExpressionInfoCreate an instance ofIntervalTypeInfoCreate an instance ofIntervalTypeSpecifierCreate an instance ofListTypeInfoCreate an instance ofListTypeSpecifierCreate an instance ofModelInfojavax.xml.bind.JAXBElement<ModelInfo>createModelInfo(ModelInfo value) Create an instance ofModelSpecifierCreate an instance ofNamedTypeSpecifierCreate an instance ofParameterTypeSpecifierCreate an instance ofProfileInfoCreate an instance ofRelationshipInfoCreate an instance ofSearchInfoCreate an instance ofSimpleTypeInfoCreate an instance ofTupleTypeInfoCreate an instance ofTupleTypeInfoElementCreate an instance ofTupleTypeSpecifierCreate an instance ofTupleTypeSpecifierElementCreate an instance ofTypeParameterInfo
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hl7.elm_modelinfo.r1
-
-
Method Details
-
createModelInfo
Create an instance ofModelInfo -
createContextInfo
Create an instance ofContextInfo -
createRelationshipInfo
Create an instance ofRelationshipInfo -
createSearchInfo
Create an instance ofSearchInfo -
createBindingInfo
Create an instance ofBindingInfo -
createClassInfoElement
Create an instance ofClassInfoElement -
createExpressionInfo
Create an instance ofExpressionInfo -
createConstraintInfo
Create an instance ofConstraintInfo -
createClassInfo
Create an instance ofClassInfo -
createSimpleTypeInfo
Create an instance ofSimpleTypeInfo -
createIntervalTypeInfo
Create an instance ofIntervalTypeInfo -
createListTypeInfo
Create an instance ofListTypeInfo -
createTupleTypeInfoElement
Create an instance ofTupleTypeInfoElement -
createTupleTypeInfo
Create an instance ofTupleTypeInfo -
createProfileInfo
Create an instance ofProfileInfo -
createConversionInfo
Create an instance ofConversionInfo -
createChoiceTypeInfo
Create an instance ofChoiceTypeInfo -
createModelSpecifier
Create an instance ofModelSpecifier -
createNamedTypeSpecifier
Create an instance ofNamedTypeSpecifier -
createListTypeSpecifier
Create an instance ofListTypeSpecifier -
createIntervalTypeSpecifier
Create an instance ofIntervalTypeSpecifier -
createChoiceTypeSpecifier
Create an instance ofChoiceTypeSpecifier -
createParameterTypeSpecifier
Create an instance ofParameterTypeSpecifier -
createBoundParameterTypeSpecifier
Create an instance ofBoundParameterTypeSpecifier -
createTypeParameterInfo
Create an instance ofTypeParameterInfo -
createTupleTypeSpecifierElement
Create an instance ofTupleTypeSpecifierElement -
createTupleTypeSpecifier
Create an instance ofTupleTypeSpecifier -
createModelInfo
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ModelInfo>
-