Class SchematronOutput

java.lang.Object
org.openehealth.ipf.commons.xml.svrl.SchematronOutput

public class SchematronOutput 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" 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">
             <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>
 
  • Field Details

    • text

      protected List<String> text
    • nsPrefixInAttributeValues

      protected List<NsPrefixInAttributeValues> nsPrefixInAttributeValues
    • activePatternAndFiredRuleAndFailedAssert

      protected List<Object> activePatternAndFiredRuleAndFailedAssert
    • title

      protected String title
    • phase

      protected String phase
    • schemaVersion

      protected String schemaVersion
  • Constructor Details

    • SchematronOutput

      public SchematronOutput()
  • Method Details

    • getText

      public List<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 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 List<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 String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

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

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

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

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

      public void setSchemaVersion(String value)
      Sets the value of the schemaVersion property.
      Parameters:
      value - allowed object is String