Class SchematronOutput
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
Modifier and TypeFieldDescriptionprotected List<NsPrefixInAttributeValues>
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the activePatternAndFiredRuleAndFailedAssert property.Gets the value of the nsPrefixInAttributeValues property.getPhase()
Gets the value of the phase property.Gets the value of the schemaVersion property.getText()
Gets the value of the text property.getTitle()
Gets the value of the title property.void
Sets the value of the phase property.void
setSchemaVersion
(String value) Sets the value of the schemaVersion property.void
Sets the value of the title property.
-
Field Details
-
text
-
nsPrefixInAttributeValues
-
activePatternAndFiredRuleAndFailedAssert
-
title
-
phase
-
schemaVersion
-
-
Constructor Details
-
SchematronOutput
public SchematronOutput()
-
-
Method Details
-
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
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
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
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value
- allowed object isString
-
getPhase
Gets the value of the phase property.- Returns:
- possible object is
String
-
setPhase
Sets the value of the phase property.- Parameters:
value
- allowed object isString
-
getSchemaVersion
Gets the value of the schemaVersion property.- Returns:
- possible object is
String
-
setSchemaVersion
Sets the value of the schemaVersion property.- Parameters:
value
- allowed object isString
-