Package org.hl7.fhir.r4.model
Class AuditEvent.AuditEventEntityComponent
- java.lang.Object
-
- org.hl7.fhir.r4.model.Base
-
- org.hl7.fhir.r4.model.Element
-
- org.hl7.fhir.r4.model.BackboneElement
-
- org.hl7.fhir.r4.model.AuditEvent.AuditEventEntityComponent
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseBackboneElement,org.hl7.fhir.instance.model.api.IBaseElement,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
- Enclosing class:
- AuditEvent
public static class AuditEvent.AuditEventEntityComponent extends BackboneElement implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringTypedescriptionText that describes the entity in more detail.protected List<AuditEvent.AuditEventEntityDetailComponent>detailTagged value pairs for conveying additional information about the entity.protected CodinglifecycleIdentifier for the data life-cycle stage for the entity.protected StringTypenameA name of the entity in the audit event.protected Base64BinaryTypequeryThe query parameters for a query-type entities.protected CodingroleCode representing the role the entity played in the event being audited.protected List<Coding>securityLabelSecurity labels for the identified entity.protected CodingtypeThe type of the object that was involved in this audit event.protected ReferencewhatIdentifies a specific instance of the entity.protected ResourcewhatTargetThe actual object that is the target of the reference (Identifies a specific instance of the entity.-
Fields inherited from class org.hl7.fhir.r4.model.BackboneElement
modifierExtension
-
-
Constructor Summary
Constructors Constructor Description AuditEventEntityComponent()Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.r4.model.BackboneElement
addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtension
-
Methods inherited from class org.hl7.fhir.r4.model.Element
addExtension, addExtension, addExtension, copyValues, getExtension, getExtensionByUrl, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, isDisallowExtensions, noExtensions, removeExtension, setDisallowExtensions, setExtension, setId, setIdBase, setIdElement
-
Methods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, dateTimeValue, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IBaseElement
getUserData, setUserData
-
-
-
-
Field Detail
-
what
protected Reference what
Identifies a specific instance of the entity. The reference should be version specific.
-
whatTarget
protected Resource whatTarget
The actual object that is the target of the reference (Identifies a specific instance of the entity. The reference should be version specific.)
-
securityLabel
protected List<Coding> securityLabel
Security labels for the identified entity.
-
name
protected StringType name
A name of the entity in the audit event.
-
description
protected StringType description
Text that describes the entity in more detail.
-
query
protected Base64BinaryType query
The query parameters for a query-type entities.
-
detail
protected List<AuditEvent.AuditEventEntityDetailComponent> detail
Tagged value pairs for conveying additional information about the entity.
-
-
Constructor Detail
-
AuditEventEntityComponent
public AuditEventEntityComponent()
Constructor
-
-
Method Detail
-
getWhat
public Reference getWhat()
- Returns:
what(Identifies a specific instance of the entity. The reference should be version specific.)
-
hasWhat
public boolean hasWhat()
-
setWhat
public AuditEvent.AuditEventEntityComponent setWhat(Reference value)
- Parameters:
value-what(Identifies a specific instance of the entity. The reference should be version specific.)
-
getWhatTarget
public Resource getWhatTarget()
- Returns:
whatThe actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (Identifies a specific instance of the entity. The reference should be version specific.)
-
setWhatTarget
public AuditEvent.AuditEventEntityComponent setWhatTarget(Resource value)
- Parameters:
value-whatThe actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (Identifies a specific instance of the entity. The reference should be version specific.)
-
getType
public Coding getType()
- Returns:
type(The type of the object that was involved in this audit event.)
-
hasType
public boolean hasType()
-
setType
public AuditEvent.AuditEventEntityComponent setType(Coding value)
- Parameters:
value-type(The type of the object that was involved in this audit event.)
-
getRole
public Coding getRole()
- Returns:
role(Code representing the role the entity played in the event being audited.)
-
hasRole
public boolean hasRole()
-
setRole
public AuditEvent.AuditEventEntityComponent setRole(Coding value)
- Parameters:
value-role(Code representing the role the entity played in the event being audited.)
-
getLifecycle
public Coding getLifecycle()
- Returns:
lifecycle(Identifier for the data life-cycle stage for the entity.)
-
hasLifecycle
public boolean hasLifecycle()
-
setLifecycle
public AuditEvent.AuditEventEntityComponent setLifecycle(Coding value)
- Parameters:
value-lifecycle(Identifier for the data life-cycle stage for the entity.)
-
getSecurityLabel
public List<Coding> getSecurityLabel()
- Returns:
securityLabel(Security labels for the identified entity.)
-
setSecurityLabel
public AuditEvent.AuditEventEntityComponent setSecurityLabel(List<Coding> theSecurityLabel)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasSecurityLabel
public boolean hasSecurityLabel()
-
addSecurityLabel
public Coding addSecurityLabel()
-
addSecurityLabel
public AuditEvent.AuditEventEntityComponent addSecurityLabel(Coding t)
-
getSecurityLabelFirstRep
public Coding getSecurityLabelFirstRep()
- Returns:
- The first repetition of repeating field
securityLabel, creating it if it does not already exist
-
getNameElement
public StringType getNameElement()
- Returns:
name(A name of the entity in the audit event.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
hasNameElement
public boolean hasNameElement()
-
hasName
public boolean hasName()
-
setNameElement
public AuditEvent.AuditEventEntityComponent setNameElement(StringType value)
- Parameters:
value-name(A name of the entity in the audit event.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
setName
public AuditEvent.AuditEventEntityComponent setName(String value)
- Parameters:
value- A name of the entity in the audit event.
-
getDescriptionElement
public StringType getDescriptionElement()
- Returns:
description(Text that describes the entity in more detail.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
public boolean hasDescriptionElement()
-
hasDescription
public boolean hasDescription()
-
setDescriptionElement
public AuditEvent.AuditEventEntityComponent setDescriptionElement(StringType value)
- Parameters:
value-description(Text that describes the entity in more detail.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
public String getDescription()
- Returns:
- Text that describes the entity in more detail.
-
setDescription
public AuditEvent.AuditEventEntityComponent setDescription(String value)
- Parameters:
value- Text that describes the entity in more detail.
-
getQueryElement
public Base64BinaryType getQueryElement()
- Returns:
query(The query parameters for a query-type entities.). This is the underlying object with id, value and extensions. The accessor "getQuery" gives direct access to the value
-
hasQueryElement
public boolean hasQueryElement()
-
hasQuery
public boolean hasQuery()
-
setQueryElement
public AuditEvent.AuditEventEntityComponent setQueryElement(Base64BinaryType value)
- Parameters:
value-query(The query parameters for a query-type entities.). This is the underlying object with id, value and extensions. The accessor "getQuery" gives direct access to the value
-
getQuery
public byte[] getQuery()
- Returns:
- The query parameters for a query-type entities.
-
setQuery
public AuditEvent.AuditEventEntityComponent setQuery(byte[] value)
- Parameters:
value- The query parameters for a query-type entities.
-
getDetail
public List<AuditEvent.AuditEventEntityDetailComponent> getDetail()
- Returns:
detail(Tagged value pairs for conveying additional information about the entity.)
-
setDetail
public AuditEvent.AuditEventEntityComponent setDetail(List<AuditEvent.AuditEventEntityDetailComponent> theDetail)
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasDetail
public boolean hasDetail()
-
addDetail
public AuditEvent.AuditEventEntityDetailComponent addDetail()
-
addDetail
public AuditEvent.AuditEventEntityComponent addDetail(AuditEvent.AuditEventEntityDetailComponent t)
-
getDetailFirstRep
public AuditEvent.AuditEventEntityDetailComponent getDetailFirstRep()
- Returns:
- The first repetition of repeating field
detail, creating it if it does not already exist
-
listChildren
protected void listChildren(List<Property> children)
- Overrides:
listChildrenin classBackboneElement
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getNamedPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
makePropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getTypesForPropertyin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classBackboneElement- Throws:
org.hl7.fhir.exceptions.FHIRException
-
copy
public AuditEvent.AuditEventEntityComponent copy()
- Specified by:
copyin classBackboneElement
-
copyValues
public void copyValues(AuditEvent.AuditEventEntityComponent dst)
-
equalsDeep
public boolean equalsDeep(Base other_)
- Overrides:
equalsDeepin classBackboneElement
-
equalsShallow
public boolean equalsShallow(Base other_)
- Overrides:
equalsShallowin classBackboneElement
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classBackboneElement
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classBackboneElement
-
-