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 QName
COMPLEX_TYPE
static ItemName
F_VALUE
protected String
value
-
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 newAuditEventRecordCustomColumnPropertyType
instance.AuditEventRecordCustomColumnPropertyType(AuditEventRecordCustomColumnPropertyType o)
Creates a newAuditEventRecordCustomColumnPropertyType
instance by deeply copying a givenAuditEventRecordCustomColumnPropertyType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
AuditEventRecordCustomColumnPropertyType
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)
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)
AuditEventRecordCustomColumnPropertyType
name(String value)
void
setValue(String value)
Sets the value of the value property.String
toString()
Generates a String representation of the contents of this type.AuditEventRecordCustomColumnPropertyType
value(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 newAuditEventRecordCustomColumnPropertyType
instance.
-
AuditEventRecordCustomColumnPropertyType
public AuditEventRecordCustomColumnPropertyType(AuditEventRecordCustomColumnPropertyType o)
Creates a newAuditEventRecordCustomColumnPropertyType
instance by deeply copying a givenAuditEventRecordCustomColumnPropertyType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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:
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 AuditEventRecordCustomColumnPropertyType value(String value)
-
name
public AuditEventRecordCustomColumnPropertyType name(String value)
- Overrides:
name
in classAuditEventRecordItemType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classAuditEventRecordItemType
-
clone
public AuditEventRecordCustomColumnPropertyType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classAuditEventRecordItemType
- Returns:
- A deep copy of this object.
-
-