Class SuccessfulReport


  • public class SuccessfulReport
    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}diagnostic-reference" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://purl.oclc.org/dsdl/svrl}text"/>
           </sequence>
           <attGroup ref="{http://purl.oclc.org/dsdl/svrl}attlist.assert-and-report"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SuccessfulReport

        public SuccessfulReport()
    • Method Detail

      • getDiagnosticReference

        public List<DiagnosticReference> getDiagnosticReference()
        Gets the value of the diagnosticReference property.

        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 set method for the diagnosticReference property.

        For example, to add a new item, do as follows:

            getDiagnosticReference().add(newItem);
         

        Objects of the following type(s) are allowed in the list DiagnosticReference

      • 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
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getLocation

        public String getLocation()
        Gets the value of the location property.
        Returns:
        possible object is String
      • setLocation

        public void setLocation​(String value)
        Sets the value of the location property.
        Parameters:
        value - allowed object is String
      • getTest

        public String getTest()
        Gets the value of the test property.
        Returns:
        possible object is String
      • setTest

        public void setTest​(String value)
        Sets the value of the test property.
        Parameters:
        value - allowed object is String
      • getRole

        public String getRole()
        Gets the value of the role property.
        Returns:
        possible object is String
      • setRole

        public void setRole​(String value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is String
      • getFlag

        public String getFlag()
        Gets the value of the flag property.
        Returns:
        possible object is String
      • setFlag

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