Class SchematronOutput
- java.lang.Object
-
- network.oxalis.peppol.schematron.jaxb.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 Summary
Fields Modifier and Type Field Description protected List<Object>activePatternAndFiredRuleAndFailedAssertprotected List<NsPrefixInAttributeValues>nsPrefixInAttributeValuesprotected Stringphaseprotected StringschemaVersionprotected List<String>textprotected Stringtitle
-
Constructor Summary
Constructors Constructor Description SchematronOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getActivePatternAndFiredRuleAndFailedAssert()Gets the value of the activePatternAndFiredRuleAndFailedAssert property.List<NsPrefixInAttributeValues>getNsPrefixInAttributeValues()Gets the value of the nsPrefixInAttributeValues property.StringgetPhase()Gets the value of the phase property.StringgetSchemaVersion()Gets the value of the schemaVersion property.List<String>getText()Gets the value of the text property.StringgetTitle()Gets the value of the title property.voidsetPhase(String value)Sets the value of the phase property.voidsetSchemaVersion(String value)Sets the value of the schemaVersion property.voidsetTitle(String value)Sets the value of the title property.
-
-
-
Field Detail
-
nsPrefixInAttributeValues
protected List<NsPrefixInAttributeValues> nsPrefixInAttributeValues
-
activePatternAndFiredRuleAndFailedAssert
protected List<Object> activePatternAndFiredRuleAndFailedAssert
-
title
protected String title
-
phase
protected String phase
-
schemaVersion
protected String schemaVersion
-
-
Method Detail
-
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
setmethod 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
setmethod 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
setmethod 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
ActivePatternFiredRuleFailedAssertSuccessfulReport
-
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 isString
-
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 isString
-
getSchemaVersion
public String getSchemaVersion()
Gets the value of the schemaVersion property.- Returns:
- possible object is
String
-
-