Uses of Class
org.hl7.fhir.dstu2.model.AuditEvent.AuditEventParticipantNetworkComponent
-
Uses of AuditEvent.AuditEventParticipantNetworkComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionJsonParser.parseAuditEventAuditEventParticipantNetworkComponent
(com.google.gson.JsonObject json, AuditEvent owner) XmlParser.parseAuditEventAuditEventParticipantNetworkComponent
(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) Modifier 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
Modifier and TypeFieldDescriptionAuditEvent.AuditEventParticipantComponent.network
Logical network location for application activity, if the activity has a network location.Modifier 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) Modifier and TypeMethodDescriptionAuditEvent.AuditEventParticipantComponent.setNetwork
(AuditEvent.AuditEventParticipantNetworkComponent value)