Uses of Class
org.hl7.fhir.dstu2.model.StructureDefinition.StructureDefinitionSnapshotComponent
-
Packages that use StructureDefinition.StructureDefinitionSnapshotComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return StructureDefinition.StructureDefinitionSnapshotComponent Modifier and Type Method Description protected StructureDefinition.StructureDefinitionSnapshotComponentJsonParser. parseStructureDefinitionStructureDefinitionSnapshotComponent(com.google.gson.JsonObject json, StructureDefinition owner)protected StructureDefinition.StructureDefinitionSnapshotComponentXmlParser. parseStructureDefinitionStructureDefinitionSnapshotComponent(org.xmlpull.v1.XmlPullParser xpp, StructureDefinition owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type StructureDefinition.StructureDefinitionSnapshotComponent Modifier and Type Method Description protected voidJsonParser. composeStructureDefinitionStructureDefinitionSnapshotComponent(String name, StructureDefinition.StructureDefinitionSnapshotComponent element)protected voidXmlParser. composeStructureDefinitionStructureDefinitionSnapshotComponent(String name, StructureDefinition.StructureDefinitionSnapshotComponent element)protected voidJsonParser. composeStructureDefinitionStructureDefinitionSnapshotComponentInner(StructureDefinition.StructureDefinitionSnapshotComponent element) -
Uses of StructureDefinition.StructureDefinitionSnapshotComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as StructureDefinition.StructureDefinitionSnapshotComponent Modifier and Type Field Description protected StructureDefinition.StructureDefinitionSnapshotComponentStructureDefinition. snapshotA snapshot view is expressed in a stand alone form that can be used and interpreted without considering the base StructureDefinition.Methods in org.hl7.fhir.dstu2.model that return StructureDefinition.StructureDefinitionSnapshotComponent Modifier and Type Method Description StructureDefinition.StructureDefinitionSnapshotComponentStructureDefinition.StructureDefinitionSnapshotComponent. addElement(ElementDefinition t)StructureDefinition.StructureDefinitionSnapshotComponentStructureDefinition.StructureDefinitionSnapshotComponent. copy()StructureDefinition.StructureDefinitionSnapshotComponentStructureDefinition. getSnapshot()Methods in org.hl7.fhir.dstu2.model with parameters of type StructureDefinition.StructureDefinitionSnapshotComponent Modifier and Type Method Description StructureDefinitionStructureDefinition. setSnapshot(StructureDefinition.StructureDefinitionSnapshotComponent value)
-