Class DiagnosticReference


  • public class DiagnosticReference
    extends Object

    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>
     
    • Field Detail

      • diagnostic

        protected String diagnostic
    • Constructor Detail

      • DiagnosticReference

        public DiagnosticReference()
    • Method Detail

      • getText

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

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

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

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