Class DiagnosticReference

  • All Implemented Interfaces:
    java.io.Serializable

    public class DiagnosticReference
    extends java.lang.Object
    implements java.io.Serializable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://purl.oclc.org/dsdl/svrl}text"/>
           </sequence>
           <attribute name="diagnostic" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getDiagnostic()
      Gets the value of the diagnostic property.
      java.lang.String getText()
      Gets the value of the text property.
      int hashCode()  
      void setDiagnostic​(java.lang.String value)
      Sets the value of the diagnostic property.
      void setText​(java.lang.String value)
      Sets the value of the text property.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DiagnosticReference

        public DiagnosticReference()
    • Method Detail

      • getText

        public java.lang.String getText()
        Gets the value of the text property.
        Returns:
        possible object is String
      • setText

        public void setText​(java.lang.String value)
        Sets the value of the text property.
        Parameters:
        value - allowed object is String
      • getDiagnostic

        public java.lang.String getDiagnostic()
        Gets the value of the diagnostic property.
        Returns:
        possible object is String
      • setDiagnostic

        public void setDiagnostic​(java.lang.String value)
        Sets the value of the diagnostic property.
        Parameters:
        value - allowed object is String
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object