Class DiagnosticInformationType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class DiagnosticInformationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    A diagnostic information attached to an object. It can be put there because of a user request or by midPoint itself. EXPERIMENTAL. <p>Java class for DiagnosticInformationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DiagnosticInformationType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/&gt; &lt;element name="type" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/&gt; &lt;element name="cause" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/&gt; &lt;element name="nodeIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="content" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • cause

        protected String cause
      • nodeIdentifier

        protected String nodeIdentifier
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_TIMESTAMP

        public static final ItemName F_TIMESTAMP
      • F_TYPE

        public static final ItemName F_TYPE
      • F_CAUSE

        public static final ItemName F_CAUSE
      • F_NODE_IDENTIFIER

        public static final ItemName F_NODE_IDENTIFIER
      • F_CONTENT

        public static final ItemName F_CONTENT
    • Constructor Detail

      • DiagnosticInformationType

        public DiagnosticInformationType()
        Creates a new {@code DiagnosticInformationType} instance.
      • DiagnosticInformationType

        public DiagnosticInformationType​(DiagnosticInformationType o)
        Creates a new {@code DiagnosticInformationType} instance by deeply copying a given {@code DiagnosticInformationType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.
    • Method Detail

      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getCause

        public String getCause()
        Gets the value of the cause property.
        Returns:
        possible object is String
      • setCause

        public void setCause​(String value)
        Sets the value of the cause property.
        Parameters:
        value - allowed object is String
      • getNodeIdentifier

        public String getNodeIdentifier()
        Gets the value of the nodeIdentifier property.
        Returns:
        possible object is String
      • setNodeIdentifier

        public void setNodeIdentifier​(String value)
        Sets the value of the nodeIdentifier property.
        Parameters:
        value - allowed object is String
      • getContent

        public List<String> getContent()
        Gets the value of the content property. <p> 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 <CODE>set</CODE> method for the content property. <p> For example, to add a new item, do as follows: <pre> getContent().add(newItem); </pre> <p> 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 class Object
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals