Class 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
    TODO

    Java 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 Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_VALUE

        public static final ItemName F_VALUE
    • Constructor Detail

      • AuditEventRecordPropertyType

        public AuditEventRecordPropertyType()
        Creates a new AuditEventRecordPropertyType instance.
      • AuditEventRecordPropertyType

        public AuditEventRecordPropertyType​(AuditEventRecordPropertyType o)
        Creates a new AuditEventRecordPropertyType instance by deeply copying a given AuditEventRecordPropertyType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.