Class AuditEventRecordReferenceType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
-
- com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordReferenceType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class AuditEventRecordReferenceType extends AuditEventRecordItemType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava class for AuditEventRecordReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuditEventRecordReferenceType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventRecordItemType"> <sequence> <element name="value" type="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventRecordReferenceValueType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_VALUEprotected 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()Creates a newAuditEventRecordReferenceTypeinstance.AuditEventRecordReferenceType(AuditEventRecordReferenceType o)Creates a newAuditEventRecordReferenceTypeinstance by deeply copying a givenAuditEventRecordReferenceTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)AuditEventRecordReferenceValueTypebeginValue()AuditEventRecordReferenceTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)List<AuditEventRecordReferenceValueType>getValue()Gets the value of the value property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)AuditEventRecordReferenceTypename(String value)StringtoString()Generates a String representation of the contents of this type.AuditEventRecordReferenceTypevalue(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()
Creates a newAuditEventRecordReferenceTypeinstance.
-
AuditEventRecordReferenceType
public AuditEventRecordReferenceType(AuditEventRecordReferenceType o)
Creates a newAuditEventRecordReferenceTypeinstance by deeply copying a givenAuditEventRecordReferenceTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getValue
public List<AuditEventRecordReferenceValueType> getValue()
Gets the value of the value property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the value property.For example, to add a new item, do as follows:
getValue().add(newItem);Objects of the following type(s) are allowed in the list
AuditEventRecordReferenceValueType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classAuditEventRecordItemType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classAuditEventRecordItemType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAuditEventRecordItemType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classAuditEventRecordItemType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAuditEventRecordItemType
-
value
public AuditEventRecordReferenceType value(AuditEventRecordReferenceValueType value)
-
beginValue
public AuditEventRecordReferenceValueType beginValue()
-
name
public AuditEventRecordReferenceType name(String value)
- Overrides:
namein classAuditEventRecordItemType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAuditEventRecordItemType
-
clone
public AuditEventRecordReferenceType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classAuditEventRecordItemType- Returns:
- A deep copy of this object.
-
-