public static class AuditEvent.ObjectElement extends BaseIdentifiableElement implements IResourceBlock
Definition: Specific instances of data or objects that have been accessed
Constructor and Description |
---|
ObjectElement() |
Modifier and Type | Method and Description |
---|---|
AuditEvent.ObjectDetail |
addDetail()
Adds and returns a new value for detail ()
|
AuditEvent.ObjectElement |
addDetail(AuditEvent.ObjectDetail theValue)
Adds a given new value for detail ()
|
CodingDt |
addSecurityLabel()
Adds and returns a new value for securityLabel ()
|
AuditEvent.ObjectElement |
addSecurityLabel(CodingDt theValue)
Adds a given new value for securityLabel ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDescription()
Gets the value(s) for description ().
|
StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
List<AuditEvent.ObjectDetail> |
getDetail()
Gets the value(s) for detail ().
|
AuditEvent.ObjectDetail |
getDetailFirstRep()
Gets the first repetition for detail (),
creating it if it does not already exist.
|
IdentifierDt |
getIdentifier()
Gets the value(s) for identifier ().
|
CodingDt |
getLifecycle()
Gets the value(s) for lifecycle ().
|
String |
getName()
Gets the value(s) for name ().
|
StringDt |
getNameElement()
Gets the value(s) for name ().
|
byte[] |
getQuery()
Gets the value(s) for query ().
|
Base64BinaryDt |
getQueryElement()
Gets the value(s) for query ().
|
ResourceReferenceDt |
getReference()
Gets the value(s) for reference ().
|
CodingDt |
getRole()
Gets the value(s) for role ().
|
List<CodingDt> |
getSecurityLabel()
Gets the value(s) for securityLabel ().
|
CodingDt |
getSecurityLabelFirstRep()
Gets the first repetition for securityLabel (),
creating it if it does not already exist.
|
CodingDt |
getType()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
AuditEvent.ObjectElement |
setDescription(String theString)
Sets the value for description ()
|
AuditEvent.ObjectElement |
setDescription(StringDt theValue)
Sets the value(s) for description ()
|
AuditEvent.ObjectElement |
setDetail(List<AuditEvent.ObjectDetail> theValue)
Sets the value(s) for detail ()
|
AuditEvent.ObjectElement |
setIdentifier(IdentifierDt theValue)
Sets the value(s) for identifier ()
|
AuditEvent.ObjectElement |
setLifecycle(CodingDt theValue)
Sets the value(s) for lifecycle ()
|
AuditEvent.ObjectElement |
setName(String theString)
Sets the value for name ()
|
AuditEvent.ObjectElement |
setName(StringDt theValue)
Sets the value(s) for name ()
|
AuditEvent.ObjectElement |
setQuery(Base64BinaryDt theValue)
Sets the value(s) for query ()
|
AuditEvent.ObjectElement |
setQuery(byte[] theBytes)
Sets the value for query ()
|
AuditEvent.ObjectElement |
setReference(ResourceReferenceDt theValue)
Sets the value(s) for reference ()
|
AuditEvent.ObjectElement |
setRole(CodingDt theValue)
Sets the value(s) for role ()
|
AuditEvent.ObjectElement |
setSecurityLabel(List<CodingDt> theValue)
Sets the value(s) for securityLabel ()
|
AuditEvent.ObjectElement |
setType(CodingDt theValue)
Sets the value(s) for type ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setId
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmpty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getElementSpecificId, getId, setElementSpecificId, setId, setId
getFormatCommentsPost, getFormatCommentsPre, hasFormatComment
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType
in interface ICompositeElement
public IdentifierDt getIdentifier()
null
.
Definition: Identifies a specific instance of the participant object. The reference should always be version specific
public AuditEvent.ObjectElement setIdentifier(IdentifierDt theValue)
Definition: Identifies a specific instance of the participant object. The reference should always be version specific
public ResourceReferenceDt getReference()
null
.
Definition: Identifies a specific instance of the participant object. The reference should always be version specific
public AuditEvent.ObjectElement setReference(ResourceReferenceDt theValue)
Definition: Identifies a specific instance of the participant object. The reference should always be version specific
public CodingDt getType()
null
.
Definition: The type of the object that was involved in this audit event.
public AuditEvent.ObjectElement setType(CodingDt theValue)
Definition: The type of the object that was involved in this audit event.
public CodingDt getRole()
null
.
Definition: Code representing the functional application role of Participant Object being audited
public AuditEvent.ObjectElement setRole(CodingDt theValue)
Definition: Code representing the functional application role of Participant Object being audited
public CodingDt getLifecycle()
null
.
Definition: Identifier for the data life-cycle stage for the participant object
public AuditEvent.ObjectElement setLifecycle(CodingDt theValue)
Definition: Identifier for the data life-cycle stage for the participant object
public List<CodingDt> getSecurityLabel()
null
.
Definition: Denotes security labels for the identified object.
public AuditEvent.ObjectElement setSecurityLabel(List<CodingDt> theValue)
Definition: Denotes security labels for the identified object.
public CodingDt addSecurityLabel()
Definition: Denotes security labels for the identified object.
public AuditEvent.ObjectElement addSecurityLabel(CodingDt theValue)
Definition: Denotes security labels for the identified object.
theValue
- The securityLabel to add (must not be null
)public CodingDt getSecurityLabelFirstRep()
Definition: Denotes security labels for the identified object.
public StringDt getNameElement()
null
.
Definition: An instance-specific descriptor of the Participant Object ID audited, such as a person's name
public String getName()
null
.
Definition: An instance-specific descriptor of the Participant Object ID audited, such as a person's name
public AuditEvent.ObjectElement setName(StringDt theValue)
Definition: An instance-specific descriptor of the Participant Object ID audited, such as a person's name
public AuditEvent.ObjectElement setName(String theString)
Definition: An instance-specific descriptor of the Participant Object ID audited, such as a person's name
public StringDt getDescriptionElement()
null
.
Definition: Text that describes the object in more detail
public String getDescription()
null
.
Definition: Text that describes the object in more detail
public AuditEvent.ObjectElement setDescription(StringDt theValue)
Definition: Text that describes the object in more detail
public AuditEvent.ObjectElement setDescription(String theString)
Definition: Text that describes the object in more detail
public Base64BinaryDt getQueryElement()
null
.
Definition: The actual query for a query-type participant object
public byte[] getQuery()
null
.
Definition: The actual query for a query-type participant object
public AuditEvent.ObjectElement setQuery(Base64BinaryDt theValue)
Definition: The actual query for a query-type participant object
public AuditEvent.ObjectElement setQuery(byte[] theBytes)
Definition: The actual query for a query-type participant object
public List<AuditEvent.ObjectDetail> getDetail()
null
.
Definition:
public AuditEvent.ObjectElement setDetail(List<AuditEvent.ObjectDetail> theValue)
Definition:
public AuditEvent.ObjectDetail addDetail()
Definition:
public AuditEvent.ObjectElement addDetail(AuditEvent.ObjectDetail theValue)
Definition:
theValue
- The detail to add (must not be null
)public AuditEvent.ObjectDetail getDetailFirstRep()
Definition:
Copyright © 2014–2019 University Health Network. All rights reserved.