Package org.hl7.fhir.r4.conformance
Class XmlSchemaGenerator
java.lang.Object
org.hl7.fhir.r4.conformance.XmlSchemaGenerator
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckChain(List<StructureDefinition> chain1, StructureDefinition root, boolean chain1Done)voidgenerate(StructureDefinition entry, Map<String,StructureDefinition> library)getQN(StructureDefinition sd, String type)getQN(StructureDefinition sd, ElementDefinition edc, String t, boolean chase)booleanbooleanisSingle()voidsetAnnotations(boolean annotations)voidsetGenDate(String genDate)voidsetLicense(String license)voidsetSingle(boolean single)voidsetVersion(String version)
-
Constructor Details
-
XmlSchemaGenerator
-
-
Method Details
-
isSingle
-
setSingle
-
getVersion
-
setVersion
-
getGenDate
-
setGenDate
-
getLicense
-
setLicense
-
isAnnotations
-
setAnnotations
-
generate
public void generate(StructureDefinition entry, Map<String,StructureDefinition> library) throws Exception- Throws:
Exception
-
getQN
public XmlSchemaGenerator.QName getQN(StructureDefinition sd, String type) throws org.hl7.fhir.exceptions.FHIRException- 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- Throws:
org.hl7.fhir.exceptions.FHIRException
-
checkChain
public boolean checkChain(List<StructureDefinition> chain1, StructureDefinition root, boolean chain1Done) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-