Class AuditEventRecordReferenceType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordReferenceType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
Type representing named set of references for an audit record.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final ItemNameprotected List<AuditEventRecordReferenceValueType>Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
F_NAME, name -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getValue()inthashCode(StructuredHashCodeStrategy strategy) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
getName, setNameMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
value
-
COMPLEX_TYPE
-
F_VALUE
-
-
Constructor Details
-
AuditEventRecordReferenceType
public AuditEventRecordReferenceType() -
AuditEventRecordReferenceType
-
-
Method Details
-
getValue
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAuditEventRecordItemType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAuditEventRecordItemType
-
value
-
beginValue
-
name
- Overrides:
namein classAuditEventRecordItemType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAuditEventRecordItemType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classAuditEventRecordItemType
-