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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParticipantNetwork()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value(s) for address ().ca.uhn.fhir.model.primitive.StringDtgetAddressElement()Gets the value(s) for address ().<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)StringgetType()Gets the value(s) for type ().ca.uhn.fhir.model.primitive.BoundCodeDt<AuditEventParticipantNetworkTypeEnum>getTypeElement()Gets the value(s) for type ().booleanisEmpty()AuditEvent.ParticipantNetworksetAddress(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for address ()AuditEvent.ParticipantNetworksetAddress(String theString)Sets the value for address ()AuditEvent.ParticipantNetworksetType(AuditEventParticipantNetworkTypeEnum theValue)Sets the value(s) for type ()AuditEvent.ParticipantNetworksetType(ca.uhn.fhir.model.primitive.BoundCodeDt<AuditEventParticipantNetworkTypeEnum> theValue)Sets the value(s) for type ()-
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
ParticipantNetwork
public ParticipantNetwork()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.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 returnnull.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 returnnull.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
public AuditEvent.ParticipantNetwork setAddress(String theString)
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 returnnull.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 returnnull.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
public AuditEvent.ParticipantNetwork setType(AuditEventParticipantNetworkTypeEnum theValue)
Sets the value(s) for type ()Definition: An identifier for the type of network access point that originated the audit event
-
-