Class SuccessfulReport

  • All Implemented Interfaces:
    java.io.Serializable

    public class SuccessfulReport
    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}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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SuccessfulReport

        public SuccessfulReport()
    • Method Detail

      • getDiagnosticReference

        public java.util.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 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
      • getId

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

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

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

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

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

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

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

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

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

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • 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
      • setDiagnosticReference

        public void setDiagnosticReference​(java.util.List<DiagnosticReference> aList)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        aList - The new list member to set. May be null.
      • hasDiagnosticReferenceEntries

        public boolean hasDiagnosticReferenceEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if at least one item is contained, false otherwise.
      • hasNoDiagnosticReferenceEntries

        public boolean hasNoDiagnosticReferenceEntries()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        true if no item is contained, false otherwise.
      • getDiagnosticReferenceCount

        public int getDiagnosticReferenceCount()
        Created by ph-jaxb22-plugin -Xph-list-extension
        Returns:
        The number of contained elements. Always ≥ 0.
      • getDiagnosticReferenceAtIndex

        public DiagnosticReference getDiagnosticReferenceAtIndex​(int index)
        Created by ph-jaxb22-plugin -Xph-list-extension
        Parameters:
        index - The index to retrieve
        Returns:
        The element at the specified index. May be null
        Throws:
        java.lang.ArrayIndexOutOfBoundsException - if the index is invalid!