Class AuditEvent.ObjectElement
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.AuditEvent.ObjectElement
-
- 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.ObjectElement extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: AuditEvent.object ()Definition: Specific instances of data or objects that have been accessed
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditEvent.ObjectDetailaddDetail()Adds and returns a new value for detail ()AuditEvent.ObjectElementaddDetail(AuditEvent.ObjectDetail theValue)Adds a given new value for detail ()CodingDtaddSecurityLabel()Adds and returns a new value for securityLabel ()AuditEvent.ObjectElementaddSecurityLabel(CodingDt theValue)Adds a given new value for securityLabel ()<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)StringgetDescription()Gets the value(s) for description ().ca.uhn.fhir.model.primitive.StringDtgetDescriptionElement()Gets the value(s) for description ().List<AuditEvent.ObjectDetail>getDetail()Gets the value(s) for detail ().AuditEvent.ObjectDetailgetDetailFirstRep()Gets the first repetition for detail (), creating it if it does not already exist.IdentifierDtgetIdentifier()Gets the value(s) for identifier ().CodingDtgetLifecycle()Gets the value(s) for lifecycle ().StringgetName()Gets the value(s) for name ().ca.uhn.fhir.model.primitive.StringDtgetNameElement()Gets the value(s) for name ().byte[]getQuery()Gets the value(s) for query ().ca.uhn.fhir.model.primitive.Base64BinaryDtgetQueryElement()Gets the value(s) for query ().ResourceReferenceDtgetReference()Gets the value(s) for reference ().CodingDtgetRole()Gets the value(s) for role ().List<CodingDt>getSecurityLabel()Gets the value(s) for securityLabel ().CodingDtgetSecurityLabelFirstRep()Gets the first repetition for securityLabel (), creating it if it does not already exist.CodingDtgetType()Gets the value(s) for type ().booleanisEmpty()AuditEvent.ObjectElementsetDescription(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for description ()AuditEvent.ObjectElementsetDescription(String theString)Sets the value for description ()AuditEvent.ObjectElementsetDetail(List<AuditEvent.ObjectDetail> theValue)Sets the value(s) for detail ()AuditEvent.ObjectElementsetIdentifier(IdentifierDt theValue)Sets the value(s) for identifier ()AuditEvent.ObjectElementsetLifecycle(CodingDt theValue)Sets the value(s) for lifecycle ()AuditEvent.ObjectElementsetName(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for name ()AuditEvent.ObjectElementsetName(String theString)Sets the value for name ()AuditEvent.ObjectElementsetQuery(byte[] theBytes)Sets the value for query ()AuditEvent.ObjectElementsetQuery(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue)Sets the value(s) for query ()AuditEvent.ObjectElementsetReference(ResourceReferenceDt theValue)Sets the value(s) for reference ()AuditEvent.ObjectElementsetRole(CodingDt theValue)Sets the value(s) for role ()AuditEvent.ObjectElementsetSecurityLabel(List<CodingDt> theValue)Sets the value(s) for securityLabel ()AuditEvent.ObjectElementsetType(CodingDt 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
-
ObjectElement
public ObjectElement()
-
-
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
-
getIdentifier
public IdentifierDt getIdentifier()
Gets the value(s) for identifier (). creating it if it does not exist. Will not returnnull.Definition: Identifies a specific instance of the participant object. The reference should always be version specific
-
setIdentifier
public AuditEvent.ObjectElement setIdentifier(IdentifierDt theValue)
Sets the value(s) for identifier ()Definition: Identifies a specific instance of the participant object. The reference should always be version specific
-
getReference
public ResourceReferenceDt getReference()
Gets the value(s) for reference (). creating it if it does not exist. Will not returnnull.Definition: Identifies a specific instance of the participant object. The reference should always be version specific
-
setReference
public AuditEvent.ObjectElement setReference(ResourceReferenceDt theValue)
Sets the value(s) for reference ()Definition: Identifies a specific instance of the participant object. The reference should always be version specific
-
getType
public CodingDt getType()
Gets the value(s) for type (). creating it if it does not exist. Will not returnnull.Definition: The type of the object that was involved in this audit event.
-
setType
public AuditEvent.ObjectElement setType(CodingDt theValue)
Sets the value(s) for type ()Definition: The type of the object that was involved in this audit event.
-
getRole
public CodingDt getRole()
Gets the value(s) for role (). creating it if it does not exist. Will not returnnull.Definition: Code representing the functional application role of Participant Object being audited
-
setRole
public AuditEvent.ObjectElement setRole(CodingDt theValue)
Sets the value(s) for role ()Definition: Code representing the functional application role of Participant Object being audited
-
getLifecycle
public CodingDt getLifecycle()
Gets the value(s) for lifecycle (). creating it if it does not exist. Will not returnnull.Definition: Identifier for the data life-cycle stage for the participant object
-
setLifecycle
public AuditEvent.ObjectElement setLifecycle(CodingDt theValue)
Sets the value(s) for lifecycle ()Definition: Identifier for the data life-cycle stage for the participant object
-
getSecurityLabel
public List<CodingDt> getSecurityLabel()
Gets the value(s) for securityLabel (). creating it if it does not exist. Will not returnnull.Definition: Denotes security labels for the identified object.
-
setSecurityLabel
public AuditEvent.ObjectElement setSecurityLabel(List<CodingDt> theValue)
Sets the value(s) for securityLabel ()Definition: Denotes security labels for the identified object.
-
addSecurityLabel
public CodingDt addSecurityLabel()
Adds and returns a new value for securityLabel ()Definition: Denotes security labels for the identified object.
-
addSecurityLabel
public AuditEvent.ObjectElement addSecurityLabel(CodingDt theValue)
Adds a given new value for securityLabel ()Definition: Denotes security labels for the identified object.
- Parameters:
theValue- The securityLabel to add (must not benull)
-
getSecurityLabelFirstRep
public CodingDt getSecurityLabelFirstRep()
Gets the first repetition for securityLabel (), creating it if it does not already exist.Definition: Denotes security labels for the identified object.
-
getNameElement
public ca.uhn.fhir.model.primitive.StringDt getNameElement()
Gets the value(s) for name (). creating it if it does not exist. Will not returnnull.Definition: An instance-specific descriptor of the Participant Object ID audited, such as a person's name
-
getName
public String getName()
Gets the value(s) for name (). creating it if it does not exist. This method may returnnull.Definition: An instance-specific descriptor of the Participant Object ID audited, such as a person's name
-
setName
public AuditEvent.ObjectElement setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()Definition: An instance-specific descriptor of the Participant Object ID audited, such as a person's name
-
setName
public AuditEvent.ObjectElement setName(String theString)
Sets the value for name ()Definition: An instance-specific descriptor of the Participant Object ID audited, such as a person's name
-
getDescriptionElement
public ca.uhn.fhir.model.primitive.StringDt getDescriptionElement()
Gets the value(s) for description (). creating it if it does not exist. Will not returnnull.Definition: Text that describes the object in more detail
-
getDescription
public String getDescription()
Gets the value(s) for description (). creating it if it does not exist. This method may returnnull.Definition: Text that describes the object in more detail
-
setDescription
public AuditEvent.ObjectElement setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()Definition: Text that describes the object in more detail
-
setDescription
public AuditEvent.ObjectElement setDescription(String theString)
Sets the value for description ()Definition: Text that describes the object in more detail
-
getQueryElement
public ca.uhn.fhir.model.primitive.Base64BinaryDt getQueryElement()
Gets the value(s) for query (). creating it if it does not exist. Will not returnnull.Definition: The actual query for a query-type participant object
-
getQuery
public byte[] getQuery()
Gets the value(s) for query (). creating it if it does not exist. This method may returnnull.Definition: The actual query for a query-type participant object
-
setQuery
public AuditEvent.ObjectElement setQuery(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue)
Sets the value(s) for query ()Definition: The actual query for a query-type participant object
-
setQuery
public AuditEvent.ObjectElement setQuery(byte[] theBytes)
Sets the value for query ()Definition: The actual query for a query-type participant object
-
getDetail
public List<AuditEvent.ObjectDetail> getDetail()
Gets the value(s) for detail (). creating it if it does not exist. Will not returnnull.Definition:
-
setDetail
public AuditEvent.ObjectElement setDetail(List<AuditEvent.ObjectDetail> theValue)
Sets the value(s) for detail ()Definition:
-
addDetail
public AuditEvent.ObjectDetail addDetail()
Adds and returns a new value for detail ()Definition:
-
addDetail
public AuditEvent.ObjectElement addDetail(AuditEvent.ObjectDetail theValue)
Adds a given new value for detail ()Definition:
- Parameters:
theValue- The detail to add (must not benull)
-
getDetailFirstRep
public AuditEvent.ObjectDetail getDetailFirstRep()
Gets the first repetition for detail (), creating it if it does not already exist.Definition:
-
-