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>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
activePatternAndFiredRuleAndFailedAssert |
protected List<NsPrefixInAttributeValues> |
nsPrefixInAttributeValues |
protected String |
phase |
protected String |
schemaVersion |
protected List<String> |
text |
protected String |
title |
| Constructor and Description |
|---|
SchematronOutput() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getActivePatternAndFiredRuleAndFailedAssert()
Gets the value of the activePatternAndFiredRuleAndFailedAssert property.
|
List<NsPrefixInAttributeValues> |
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.
|
List<String> |
getText()
Gets the value of the text 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.
|
protected List<NsPrefixInAttributeValues> nsPrefixInAttributeValues
protected List<Object> activePatternAndFiredRuleAndFailedAssert
protected String title
protected String phase
protected String schemaVersion
public List<String> getText()
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
public List<NsPrefixInAttributeValues> getNsPrefixInAttributeValues()
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
public List<Object> getActivePatternAndFiredRuleAndFailedAssert()
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
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic String getPhase()
Stringpublic void setPhase(String value)
value - allowed object is
Stringpublic String getSchemaVersion()
StringCopyright © 2023 NorStella. All rights reserved.