public static class AuditEvent.ParticipantNetwork extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Logical network location for application activity, if the activity has a network location
| Constructor and Description |
|---|
ParticipantNetwork() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value(s) for address ().
|
ca.uhn.fhir.model.primitive.StringDt |
getAddressElement()
Gets the value(s) for address ().
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getType()
Gets the value(s) for type ().
|
ca.uhn.fhir.model.primitive.BoundCodeDt<AuditEventParticipantNetworkTypeEnum> |
getTypeElement()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
AuditEvent.ParticipantNetwork |
setAddress(String theString)
Sets the value for address ()
|
AuditEvent.ParticipantNetwork |
setAddress(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for address ()
|
AuditEvent.ParticipantNetwork |
setType(AuditEventParticipantNetworkTypeEnum theValue)
Sets the value(s) for type ()
|
AuditEvent.ParticipantNetwork |
setType(ca.uhn.fhir.model.primitive.BoundCodeDt<AuditEventParticipantNetworkTypeEnum> theValue)
Sets the value(s) for type ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic ParticipantNetwork()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.StringDt getAddressElement()
null.
Definition: An identifier for the network access point of the user device for the audit event
public String getAddress()
null.
Definition: An identifier for the network access point of the user device for the audit event
public AuditEvent.ParticipantNetwork setAddress(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: An identifier for the network access point of the user device for the audit event
public AuditEvent.ParticipantNetwork setAddress(String theString)
Definition: An identifier for the network access point of the user device for the audit event
public ca.uhn.fhir.model.primitive.BoundCodeDt<AuditEventParticipantNetworkTypeEnum> getTypeElement()
null.
Definition: An identifier for the type of network access point that originated the audit event
public String getType()
null.
Definition: An identifier for the type of network access point that originated the audit event
public AuditEvent.ParticipantNetwork setType(ca.uhn.fhir.model.primitive.BoundCodeDt<AuditEventParticipantNetworkTypeEnum> theValue)
Definition: An identifier for the type of network access point that originated the audit event
public AuditEvent.ParticipantNetwork setType(AuditEventParticipantNetworkTypeEnum theValue)
Definition: An identifier for the type of network access point that originated the audit event
Copyright © 2014–2018 University Health Network. All rights reserved.