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 QNameCOMPLEX_TYPEstatic ItemNameF_VALUEprotected 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 newAuditEventRecordPropertyTypeinstance.AuditEventRecordPropertyType(AuditEventRecordPropertyType o)Creates a newAuditEventRecordPropertyTypeinstance by deeply copying a givenAuditEventRecordPropertyTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)AuditEventRecordPropertyTypeclone()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<String>getValue()Gets the value of the value property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)AuditEventRecordPropertyTypename(String value)StringtoString()Generates a String representation of the contents of this type.AuditEventRecordPropertyTypevalue(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 newAuditEventRecordPropertyTypeinstance.
-
AuditEventRecordPropertyType
public AuditEventRecordPropertyType(AuditEventRecordPropertyType o)
Creates a newAuditEventRecordPropertyTypeinstance by deeply copying a givenAuditEventRecordPropertyTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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
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
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:
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 AuditEventRecordPropertyType value(String value)
-
name
public AuditEventRecordPropertyType name(String value)
- Overrides:
namein classAuditEventRecordItemType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAuditEventRecordItemType
-
clone
public AuditEventRecordPropertyType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classAuditEventRecordItemType- Returns:
- A deep copy of this object.
-
-