
Uses of Class
org.hl7.fhir.dstu2.model.AuditEvent.AuditEventParticipantNetworkComponent
Packages that use AuditEvent.AuditEventParticipantNetworkComponent
-
Uses of AuditEvent.AuditEventParticipantNetworkComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return AuditEvent.AuditEventParticipantNetworkComponentModifier and TypeMethodDescriptionJsonParser.parseAuditEventAuditEventParticipantNetworkComponent
(com.google.gson.JsonObject json, AuditEvent owner) XmlParser.parseAuditEventAuditEventParticipantNetworkComponent
(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type AuditEvent.AuditEventParticipantNetworkComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeAuditEventAuditEventParticipantNetworkComponent
(String name, AuditEvent.AuditEventParticipantNetworkComponent element) protected void
XmlParser.composeAuditEventAuditEventParticipantNetworkComponent
(String name, AuditEvent.AuditEventParticipantNetworkComponent element) protected void
JsonParser.composeAuditEventAuditEventParticipantNetworkComponentInner
(AuditEvent.AuditEventParticipantNetworkComponent element) -
Uses of AuditEvent.AuditEventParticipantNetworkComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as AuditEvent.AuditEventParticipantNetworkComponentModifier and TypeFieldDescriptionAuditEvent.AuditEventParticipantComponent.network
Logical network location for application activity, if the activity has a network location.Methods in org.hl7.fhir.dstu2.model that return AuditEvent.AuditEventParticipantNetworkComponentModifier and TypeMethodDescriptionAuditEvent.AuditEventParticipantNetworkComponent.copy()
AuditEvent.AuditEventParticipantComponent.getNetwork()
AuditEvent.AuditEventParticipantNetworkComponent.setAddress
(String value) AuditEvent.AuditEventParticipantNetworkComponent.setAddressElement
(StringType value) AuditEvent.AuditEventParticipantNetworkComponent.setType
(AuditEvent.AuditEventParticipantNetworkType value) AuditEvent.AuditEventParticipantNetworkComponent.setTypeElement
(Enumeration<AuditEvent.AuditEventParticipantNetworkType> value) Methods in org.hl7.fhir.dstu2.model with parameters of type AuditEvent.AuditEventParticipantNetworkComponentModifier and TypeMethodDescriptionAuditEvent.AuditEventParticipantComponent.setNetwork
(AuditEvent.AuditEventParticipantNetworkComponent value)