Uses of Class
org.hl7.fhir.dstu2.model.AuditEvent.AuditEventParticipantNetworkComponent
-
Packages that use AuditEvent.AuditEventParticipantNetworkComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of AuditEvent.AuditEventParticipantNetworkComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return AuditEvent.AuditEventParticipantNetworkComponent Modifier and Type Method Description protected AuditEvent.AuditEventParticipantNetworkComponentJsonParser. parseAuditEventAuditEventParticipantNetworkComponent(com.google.gson.JsonObject json, AuditEvent owner)protected AuditEvent.AuditEventParticipantNetworkComponentXmlParser. parseAuditEventAuditEventParticipantNetworkComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type AuditEvent.AuditEventParticipantNetworkComponent Modifier and Type Method Description protected voidJsonParser. composeAuditEventAuditEventParticipantNetworkComponent(String name, AuditEvent.AuditEventParticipantNetworkComponent element)protected voidXmlParser. composeAuditEventAuditEventParticipantNetworkComponent(String name, AuditEvent.AuditEventParticipantNetworkComponent element)protected voidJsonParser. composeAuditEventAuditEventParticipantNetworkComponentInner(AuditEvent.AuditEventParticipantNetworkComponent element) -
Uses of AuditEvent.AuditEventParticipantNetworkComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as AuditEvent.AuditEventParticipantNetworkComponent Modifier and Type Field Description protected AuditEvent.AuditEventParticipantNetworkComponentAuditEvent.AuditEventParticipantComponent. networkLogical network location for application activity, if the activity has a network location.Methods in org.hl7.fhir.dstu2.model that return AuditEvent.AuditEventParticipantNetworkComponent Modifier and Type Method Description AuditEvent.AuditEventParticipantNetworkComponentAuditEvent.AuditEventParticipantNetworkComponent. copy()AuditEvent.AuditEventParticipantNetworkComponentAuditEvent.AuditEventParticipantComponent. getNetwork()AuditEvent.AuditEventParticipantNetworkComponentAuditEvent.AuditEventParticipantNetworkComponent. setAddress(String value)AuditEvent.AuditEventParticipantNetworkComponentAuditEvent.AuditEventParticipantNetworkComponent. setAddressElement(StringType value)AuditEvent.AuditEventParticipantNetworkComponentAuditEvent.AuditEventParticipantNetworkComponent. setType(AuditEvent.AuditEventParticipantNetworkType value)AuditEvent.AuditEventParticipantNetworkComponentAuditEvent.AuditEventParticipantNetworkComponent. setTypeElement(Enumeration<AuditEvent.AuditEventParticipantNetworkType> value)Methods in org.hl7.fhir.dstu2.model with parameters of type AuditEvent.AuditEventParticipantNetworkComponent Modifier and Type Method Description AuditEvent.AuditEventParticipantComponentAuditEvent.AuditEventParticipantComponent. setNetwork(AuditEvent.AuditEventParticipantNetworkComponent value)
-