Package org.hl7.fhir.r4.conformance
Class XmlSchemaGenerator
java.lang.Object
org.hl7.fhir.r4.conformance.XmlSchemaGenerator
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassDeprecated.classDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckChain(List<StructureDefinition> chain1, StructureDefinition root, boolean chain1Done) Deprecated.voidgenerate(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.booleanDeprecated.booleanisSingle()Deprecated.voidsetAnnotations(boolean annotations) Deprecated.voidsetGenDate(String genDate) Deprecated.voidsetLicense(String license) Deprecated.voidsetSingle(boolean single) Deprecated.voidsetVersion(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
-