
Package org.hl7.fhir.r4.conformance
Class XmlSchemaGenerator
java.lang.Object
org.hl7.fhir.r4.conformance.XmlSchemaGenerator
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkChain
(List<StructureDefinition> chain1, StructureDefinition root, boolean chain1Done) Deprecated.void
generate
(StructureDefinition entry, Map<String, StructureDefinition> library) Deprecated.Deprecated.Deprecated.getQN
(StructureDefinition sd, String type) Deprecated.getQN
(StructureDefinition sd, ElementDefinition edc, String t, boolean chase) Deprecated.Deprecated.boolean
Deprecated.boolean
isSingle()
Deprecated.void
setAnnotations
(boolean annotations) Deprecated.void
setGenDate
(String genDate) Deprecated.void
setLicense
(String license) Deprecated.void
setSingle
(boolean single) Deprecated.void
setVersion
(String version) Deprecated.
-
Constructor Details
-
XmlSchemaGenerator
Deprecated.
-
-
Method Details
-
isSingle
Deprecated. -
setSingle
Deprecated. -
getVersion
Deprecated. -
setVersion
Deprecated. -
getGenDate
Deprecated. -
setGenDate
Deprecated. -
getLicense
Deprecated. -
setLicense
Deprecated. -
isAnnotations
Deprecated. -
setAnnotations
Deprecated. -
generate
public void generate(StructureDefinition entry, Map<String, StructureDefinition> library) throws ExceptionDeprecated.- Throws:
Exception
-
getQN
public XmlSchemaGenerator.QName getQN(StructureDefinition sd, String type) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getQN
public XmlSchemaGenerator.QName getQN(StructureDefinition sd, ElementDefinition edc, String t, boolean chase) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-
checkChain
public boolean checkChain(List<StructureDefinition> chain1, StructureDefinition root, boolean chain1Done) throws org.hl7.fhir.exceptions.FHIRException Deprecated.- Throws:
org.hl7.fhir.exceptions.FHIRException
-