Class SchematronOutputType

  • All Implemented Interfaces:
    java.io.Serializable

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

    Java class for SchematronOutputType complex type.

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

     <complexType name="SchematronOutputType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://purl.oclc.org/dsdl/svrl}text" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://purl.oclc.org/dsdl/svrl}ns-prefix-in-attribute-values" maxOccurs="unbounded" minOccurs="0"/>
             <sequence maxOccurs="unbounded">
               <element ref="{http://purl.oclc.org/dsdl/svrl}active-pattern"/>
               <sequence maxOccurs="unbounded" minOccurs="0">
                 <element ref="{http://purl.oclc.org/dsdl/svrl}fired-rule"/>
                 <choice maxOccurs="unbounded" minOccurs="0">
                   <element ref="{http://purl.oclc.org/dsdl/svrl}failed-assert"/>
                   <element ref="{http://purl.oclc.org/dsdl/svrl}successful-report"/>
                 </choice>
               </sequence>
             </sequence>
           </sequence>
           <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
           <attribute name="phase" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="schemaVersion" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SchematronOutputType

        public SchematronOutputType()
    • Method Detail

      • getText

        public java.util.List<java.lang.String> getText()
        Gets the value of the text 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 text property.

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

            getText().add(newItem);
         

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

      • getNsPrefixInAttributeValues

        public java.util.List<NsPrefixInAttributeValues> getNsPrefixInAttributeValues()
        Gets the value of the nsPrefixInAttributeValues 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 nsPrefixInAttributeValues property.

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

            getNsPrefixInAttributeValues().add(newItem);
         

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

      • getActivePatternAndFiredRuleAndFailedAssert

        public java.util.List<java.lang.Object> getActivePatternAndFiredRuleAndFailedAssert()
        Gets the value of the activePatternAndFiredRuleAndFailedAssert 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 activePatternAndFiredRuleAndFailedAssert property.

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

            getActivePatternAndFiredRuleAndFailedAssert().add(newItem);
         

        Objects of the following type(s) are allowed in the list ActivePattern FiredRule FailedAssert SuccessfulReport

      • getTitle

        public java.lang.String getTitle()
        Gets the value of the title property.
        Returns:
        possible object is String
      • setTitle

        public void setTitle​(java.lang.String value)
        Sets the value of the title property.
        Parameters:
        value - allowed object is String
      • getPhase

        public java.lang.String getPhase()
        Gets the value of the phase property.
        Returns:
        possible object is String
      • setPhase

        public void setPhase​(java.lang.String value)
        Sets the value of the phase property.
        Parameters:
        value - allowed object is String
      • getSchemaVersion

        public java.lang.String getSchemaVersion()
        Gets the value of the schemaVersion property.
        Returns:
        possible object is String
      • setSchemaVersion

        public void setSchemaVersion​(java.lang.String value)
        Sets the value of the schemaVersion 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
      • setText

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

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

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

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

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

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

        public java.lang.String getTextAtIndex​(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!
      • hasNsPrefixInAttributeValuesEntries

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

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

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

        public NsPrefixInAttributeValues getNsPrefixInAttributeValuesAtIndex​(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!
      • hasActivePatternAndFiredRuleAndFailedAssertEntries

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

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

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

        public java.lang.Object getActivePatternAndFiredRuleAndFailedAssertAtIndex​(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!