Class AuditEventRecordCustomColumnPropertyType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
-
- com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordCustomColumnPropertyType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class AuditEventRecordCustomColumnPropertyType extends AuditEventRecordItemType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Field of custom column for audit resord table.Java class for AuditEventRecordCustomColumnPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuditEventRecordCustomColumnPropertyType"> <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" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_VALUEprotected Stringvalue-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
F_NAME, name
-
-
Constructor Summary
Constructors Constructor Description AuditEventRecordCustomColumnPropertyType()Creates a newAuditEventRecordCustomColumnPropertyTypeinstance.AuditEventRecordCustomColumnPropertyType(AuditEventRecordCustomColumnPropertyType o)Creates a newAuditEventRecordCustomColumnPropertyTypeinstance by deeply copying a givenAuditEventRecordCustomColumnPropertyTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)AuditEventRecordCustomColumnPropertyTypeclone()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)StringgetValue()Gets the value of the value property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)AuditEventRecordCustomColumnPropertyTypename(String value)voidsetValue(String value)Sets the value of the value property.StringtoString()Generates a String representation of the contents of this type.AuditEventRecordCustomColumnPropertyTypevalue(String value)-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.audit_3.AuditEventRecordItemType
getName, setName
-
-
-
-
Constructor Detail
-
AuditEventRecordCustomColumnPropertyType
public AuditEventRecordCustomColumnPropertyType()
Creates a newAuditEventRecordCustomColumnPropertyTypeinstance.
-
AuditEventRecordCustomColumnPropertyType
public AuditEventRecordCustomColumnPropertyType(AuditEventRecordCustomColumnPropertyType o)
Creates a newAuditEventRecordCustomColumnPropertyTypeinstance by deeply copying a givenAuditEventRecordCustomColumnPropertyTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
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 AuditEventRecordCustomColumnPropertyType value(String value)
-
name
public AuditEventRecordCustomColumnPropertyType name(String value)
- Overrides:
namein classAuditEventRecordItemType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAuditEventRecordItemType
-
clone
public AuditEventRecordCustomColumnPropertyType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classAuditEventRecordItemType- Returns:
- A deep copy of this object.
-
-