Uses of Class
org.hl7.fhir.dstu2016may.model.AuditEvent.AuditEventEntityDetailComponent
-
Packages that use AuditEvent.AuditEventEntityDetailComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of AuditEvent.AuditEventEntityDetailComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return AuditEvent.AuditEventEntityDetailComponent Modifier and Type Method Description protected AuditEvent.AuditEventEntityDetailComponentJsonParser. parseAuditEventAuditEventEntityDetailComponent(com.google.gson.JsonObject json, AuditEvent owner)protected AuditEvent.AuditEventEntityDetailComponentXmlParser. parseAuditEventAuditEventEntityDetailComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type AuditEvent.AuditEventEntityDetailComponent Modifier and Type Method Description protected voidJsonParser. composeAuditEventAuditEventEntityDetailComponent(String name, AuditEvent.AuditEventEntityDetailComponent element)protected voidRdfParser. composeAuditEventAuditEventEntityDetailComponent(RdfGenerator.Complex parent, String parentType, String name, AuditEvent.AuditEventEntityDetailComponent element, int index)protected voidXmlParser. composeAuditEventAuditEventEntityDetailComponent(String name, AuditEvent.AuditEventEntityDetailComponent element)protected voidJsonParser. composeAuditEventAuditEventEntityDetailComponentInner(AuditEvent.AuditEventEntityDetailComponent element) -
Uses of AuditEvent.AuditEventEntityDetailComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type AuditEvent.AuditEventEntityDetailComponent Modifier and Type Field Description protected List<AuditEvent.AuditEventEntityDetailComponent>AuditEvent.AuditEventEntityComponent. detailAdditional Information about the entity.Methods in org.hl7.fhir.dstu2016may.model that return AuditEvent.AuditEventEntityDetailComponent Modifier and Type Method Description AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityComponent. addDetail()AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityDetailComponent. copy()AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityDetailComponent. setType(String value)AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityDetailComponent. setTypeElement(StringType value)AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityDetailComponent. setValue(byte[] value)AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityDetailComponent. setValueElement(Base64BinaryType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type AuditEvent.AuditEventEntityDetailComponent Modifier and Type Method Description List<AuditEvent.AuditEventEntityDetailComponent>AuditEvent.AuditEventEntityComponent. getDetail()Methods in org.hl7.fhir.dstu2016may.model with parameters of type AuditEvent.AuditEventEntityDetailComponent Modifier and Type Method Description AuditEvent.AuditEventEntityComponentAuditEvent.AuditEventEntityComponent. addDetail(AuditEvent.AuditEventEntityDetailComponent t)
-