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
public class AuditEventRecordReferenceType extends AuditEventRecordItemType
Type representing named set of references for an audit record.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_VALUE
protected List<AuditEventRecordReferenceValueType>
value
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
F_NAME, name
-
-
Constructor Summary
Constructors Constructor Description AuditEventRecordReferenceType()
AuditEventRecordReferenceType(AuditEventRecordReferenceType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
AuditEventRecordReferenceValueType
beginValue()
AuditEventRecordReferenceType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
List<AuditEventRecordReferenceValueType>
getValue()
int
hashCode(StructuredHashCodeStrategy strategy)
AuditEventRecordReferenceType
name(String value)
AuditEventRecordReferenceType
value(AuditEventRecordReferenceValueType value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
getName, setName
-
-
-
-
Field Detail
-
value
protected List<AuditEventRecordReferenceValueType> value
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_VALUE
public static final ItemName F_VALUE
-
-
Constructor Detail
-
AuditEventRecordReferenceType
public AuditEventRecordReferenceType()
-
AuditEventRecordReferenceType
public AuditEventRecordReferenceType(AuditEventRecordReferenceType other)
-
-
Method Detail
-
getValue
public List<AuditEventRecordReferenceValueType> getValue()
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classAuditEventRecordItemType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classAuditEventRecordItemType
-
value
public AuditEventRecordReferenceType value(AuditEventRecordReferenceValueType value)
-
beginValue
public AuditEventRecordReferenceValueType beginValue()
-
name
public AuditEventRecordReferenceType name(String value)
- Overrides:
name
in classAuditEventRecordItemType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAuditEventRecordItemType
-
clone
public AuditEventRecordReferenceType clone()
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classAuditEventRecordItemType
-
-