Class AuditEventRecordPropertyType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
-
- com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordPropertyType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class AuditEventRecordPropertyType extends AuditEventRecordItemType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODOJava class for AuditEventRecordPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuditEventRecordPropertyType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/audit-3}AuditEventRecordItemType"> <sequence> <element name="value" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_VALUE
protected List<String>
value
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
F_NAME, name
-
-
Constructor Summary
Constructors Constructor Description AuditEventRecordPropertyType()
Creates a newAuditEventRecordPropertyType
instance.AuditEventRecordPropertyType(AuditEventRecordPropertyType o)
Creates a newAuditEventRecordPropertyType
instance by deeply copying a givenAuditEventRecordPropertyType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
AuditEventRecordPropertyType
clone()
Creates and returns a deep copy of this object.boolean
equals(Object object)
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)
List<String>
getValue()
Gets the value of the value property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
AuditEventRecordPropertyType
name(String value)
String
toString()
Generates a String representation of the contents of this type.AuditEventRecordPropertyType
value(String value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
getName, setName
-
-
-
-
Constructor Detail
-
AuditEventRecordPropertyType
public AuditEventRecordPropertyType()
Creates a newAuditEventRecordPropertyType
instance.
-
AuditEventRecordPropertyType
public AuditEventRecordPropertyType(AuditEventRecordPropertyType o)
Creates a newAuditEventRecordPropertyType
instance by deeply copying a givenAuditEventRecordPropertyType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getValue
public List<String> 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
set
method 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
String
-
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:
toString
in classAuditEventRecordItemType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in classAuditEventRecordItemType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in 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:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classAuditEventRecordItemType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAuditEventRecordItemType
-
value
public AuditEventRecordPropertyType value(String value)
-
name
public AuditEventRecordPropertyType name(String value)
- Overrides:
name
in classAuditEventRecordItemType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAuditEventRecordItemType
-
clone
public AuditEventRecordPropertyType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classAuditEventRecordItemType
- Returns:
- A deep copy of this object.
-
-