Uses of Class
org.hl7.fhir.dstu2016may.model.StructureMap.StructureMapContactComponent
-
Packages that use StructureMap.StructureMapContactComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of StructureMap.StructureMapContactComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return StructureMap.StructureMapContactComponent Modifier and Type Method Description protected StructureMap.StructureMapContactComponentJsonParser. parseStructureMapStructureMapContactComponent(com.google.gson.JsonObject json, StructureMap owner)protected StructureMap.StructureMapContactComponentXmlParser. parseStructureMapStructureMapContactComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type StructureMap.StructureMapContactComponent Modifier and Type Method Description protected voidJsonParser. composeStructureMapStructureMapContactComponent(String name, StructureMap.StructureMapContactComponent element)protected voidRdfParser. composeStructureMapStructureMapContactComponent(RdfGenerator.Complex parent, String parentType, String name, StructureMap.StructureMapContactComponent element, int index)protected voidXmlParser. composeStructureMapStructureMapContactComponent(String name, StructureMap.StructureMapContactComponent element)protected voidJsonParser. composeStructureMapStructureMapContactComponentInner(StructureMap.StructureMapContactComponent element) -
Uses of StructureMap.StructureMapContactComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type StructureMap.StructureMapContactComponent Modifier and Type Field Description protected List<StructureMap.StructureMapContactComponent>StructureMap. contactContacts to assist a user in finding and communicating with the publisher.Methods in org.hl7.fhir.dstu2016may.model that return StructureMap.StructureMapContactComponent Modifier and Type Method Description StructureMap.StructureMapContactComponentStructureMap. addContact()StructureMap.StructureMapContactComponentStructureMap.StructureMapContactComponent. addTelecom(ContactPoint t)StructureMap.StructureMapContactComponentStructureMap.StructureMapContactComponent. copy()StructureMap.StructureMapContactComponentStructureMap.StructureMapContactComponent. setName(String value)StructureMap.StructureMapContactComponentStructureMap.StructureMapContactComponent. setNameElement(StringType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type StructureMap.StructureMapContactComponent Modifier and Type Method Description List<StructureMap.StructureMapContactComponent>StructureMap. getContact()Methods in org.hl7.fhir.dstu2016may.model with parameters of type StructureMap.StructureMapContactComponent Modifier and Type Method Description StructureMapStructureMap. addContact(StructureMap.StructureMapContactComponent t)
-