org.oclc.purl.dsdl.svrl
Class SchematronOutputType

java.lang.Object
  extended by org.oclc.purl.dsdl.svrl.SchematronOutputType

public class SchematronOutputType
extends Object

schematron-output = element schematron-output { attribute title { text }?, attribute phase { xsd:NMTOKEN }?, attribute schemaVersion { text }?, human-text*, ns-prefix-in-attribute-values*, (active-pattern, (fired-rule, (failed-assert | successful-report)*)+)+ }

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>
         <group ref="{http://purl.oclc.org/dsdl/svrl}HumanTextGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ns-prefix-in-attribute-values" type="{http://purl.oclc.org/dsdl/svrl}NsPrefixInAttributeValuesType" maxOccurs="unbounded" minOccurs="0"/>
         <sequence maxOccurs="unbounded">
           <element name="active-pattern" type="{http://purl.oclc.org/dsdl/svrl}ActivePatternType"/>
           <sequence maxOccurs="unbounded" minOccurs="0">
             <element name="fired-rule" type="{http://purl.oclc.org/dsdl/svrl}FiredRuleType"/>
             <choice maxOccurs="unbounded" minOccurs="0">
               <element name="failed-assert" type="{http://purl.oclc.org/dsdl/svrl}FailedAssertType"/>
               <element name="successful-report" type="{http://purl.oclc.org/dsdl/svrl}SuccessfulReportType"/>
             </choice>
           </sequence>
         </sequence>
       </sequence>
       <attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="phase" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       <attribute name="schemaVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<Object> activePatternAndFiredRuleAndFailedAssert
           
protected  List<String> humanTextGroup
           
protected  List<NsPrefixInAttributeValuesType> nsPrefixInAttributeValues
           
protected  String phase
           
protected  String schemaVersion
           
protected  String title
           
 
Constructor Summary
SchematronOutputType()
           
 
Method Summary
 List<Object> getActivePatternAndFiredRuleAndFailedAssert()
          Gets the value of the activePatternAndFiredRuleAndFailedAssert property.
 List<String> getHumanTextGroup()
          Gets the value of the humanTextGroup property.
 List<NsPrefixInAttributeValuesType> getNsPrefixInAttributeValues()
          Gets the value of the nsPrefixInAttributeValues property.
 String getPhase()
          Gets the value of the phase property.
 String getSchemaVersion()
          Gets the value of the schemaVersion property.
 String getTitle()
          Gets the value of the title property.
 void setPhase(String value)
          Sets the value of the phase property.
 void setSchemaVersion(String value)
          Sets the value of the schemaVersion property.
 void setTitle(String value)
          Sets the value of the title property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

humanTextGroup

protected List<String> humanTextGroup

nsPrefixInAttributeValues

protected List<NsPrefixInAttributeValuesType> nsPrefixInAttributeValues

activePatternAndFiredRuleAndFailedAssert

protected List<Object> activePatternAndFiredRuleAndFailedAssert

title

protected String title

phase

protected String phase

schemaVersion

protected String schemaVersion
Constructor Detail

SchematronOutputType

public SchematronOutputType()
Method Detail

getHumanTextGroup

public List<String> getHumanTextGroup()
Gets the value of the humanTextGroup 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 humanTextGroup property.

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

    getHumanTextGroup().add(newItem);
 

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


getNsPrefixInAttributeValues

public List<NsPrefixInAttributeValuesType> 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 NsPrefixInAttributeValuesType


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 ActivePatternType FiredRuleType FailedAssertType SuccessfulReportType


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


Copyright © 2011 PEPPOL project. All Rights Reserved.