Package org.hl7.fhir.r4.conformance
Class XmlSchemaGenerator
java.lang.Object
org.hl7.fhir.r4.conformance.XmlSchemaGenerator
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
checkChain
(List<StructureDefinition> chain1, StructureDefinition root, boolean chain1Done) void
generate
(StructureDefinition entry, Map<String, StructureDefinition> library) getQN
(StructureDefinition sd, String type) getQN
(StructureDefinition sd, ElementDefinition edc, String t, boolean chase) boolean
boolean
isSingle()
void
setAnnotations
(boolean annotations) void
setGenDate
(String genDate) void
setLicense
(String license) void
setSingle
(boolean single) void
setVersion
(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
-