Class AuditEvent.ParticipantNetwork

java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.AuditEvent.ParticipantNetwork
All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement, ca.uhn.fhir.model.api.IElement, ca.uhn.fhir.model.api.IIdentifiableElement, ca.uhn.fhir.model.api.IResourceBlock, ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions, Serializable, org.hl7.fhir.instance.model.api.IBase
Enclosing class:
AuditEvent

public static class AuditEvent.ParticipantNetwork extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: AuditEvent.participant.network ()

Definition: Logical network location for application activity, if the activity has a network location

See Also:
  • Constructor Details

  • Method Details

    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface org.hl7.fhir.instance.model.api.IBase
    • getAllPopulatedChildElementsOfType

      public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
      Specified by:
      getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElement
    • getAddressElement

      public ca.uhn.fhir.model.primitive.StringDt getAddressElement()
      Gets the value(s) for address (). creating it if it does not exist. Will not return null.

      Definition: An identifier for the network access point of the user device for the audit event

    • getAddress

      public String getAddress()
      Gets the value(s) for address (). creating it if it does not exist. This method may return null.

      Definition: An identifier for the network access point of the user device for the audit event

    • setAddress

      public AuditEvent.ParticipantNetwork setAddress(ca.uhn.fhir.model.primitive.StringDt theValue)
      Sets the value(s) for address ()

      Definition: An identifier for the network access point of the user device for the audit event

    • setAddress

      Sets the value for address ()

      Definition: An identifier for the network access point of the user device for the audit event

    • getTypeElement

      public ca.uhn.fhir.model.primitive.BoundCodeDt<AuditEventParticipantNetworkTypeEnum> getTypeElement()
      Gets the value(s) for type (). creating it if it does not exist. Will not return null.

      Definition: An identifier for the type of network access point that originated the audit event

    • getType

      public String getType()
      Gets the value(s) for type (). creating it if it does not exist. This method may return null.

      Definition: An identifier for the type of network access point that originated the audit event

    • setType

      public AuditEvent.ParticipantNetwork setType(ca.uhn.fhir.model.primitive.BoundCodeDt<AuditEventParticipantNetworkTypeEnum> theValue)
      Sets the value(s) for type ()

      Definition: An identifier for the type of network access point that originated the audit event

    • setType

      Sets the value(s) for type ()

      Definition: An identifier for the type of network access point that originated the audit event