Class SchematronOutputType
- java.lang.Object
-
- org.oclc.purl.dsdl.svrl.SchematronOutputType
-
- All Implemented Interfaces:
java.io.Serializable
public class SchematronOutputType extends java.lang.Object implements java.io.SerializableJava 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> <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" minOccurs="0"> <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>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchematronOutputType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<java.lang.Object>getActivePatternAndFiredRuleAndFailedAssert()Gets the value of the activePatternAndFiredRuleAndFailedAssert property.java.lang.ObjectgetActivePatternAndFiredRuleAndFailedAssertAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetActivePatternAndFiredRuleAndFailedAssertCount()Created by ph-jaxb22-plugin -Xph-list-extensionjava.util.List<NsPrefixInAttributeValues>getNsPrefixInAttributeValues()Gets the value of the nsPrefixInAttributeValues property.NsPrefixInAttributeValuesgetNsPrefixInAttributeValuesAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetNsPrefixInAttributeValuesCount()Created by ph-jaxb22-plugin -Xph-list-extensionjava.lang.StringgetPhase()Gets the value of the phase property.java.lang.StringgetSchemaVersion()Gets the value of the schemaVersion property.java.util.List<java.lang.String>getText()Gets the value of the text property.java.lang.StringgetTextAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetTextCount()Created by ph-jaxb22-plugin -Xph-list-extensionjava.lang.StringgetTitle()Gets the value of the title property.booleanhasActivePatternAndFiredRuleAndFailedAssertEntries()Created by ph-jaxb22-plugin -Xph-list-extensioninthashCode()booleanhasNoActivePatternAndFiredRuleAndFailedAssertEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoNsPrefixInAttributeValuesEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNoTextEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasNsPrefixInAttributeValuesEntries()Created by ph-jaxb22-plugin -Xph-list-extensionbooleanhasTextEntries()Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetActivePatternAndFiredRuleAndFailedAssert(java.util.List<java.lang.Object> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetNsPrefixInAttributeValues(java.util.List<NsPrefixInAttributeValues> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetPhase(java.lang.String value)Sets the value of the phase property.voidsetSchemaVersion(java.lang.String value)Sets the value of the schemaVersion property.voidsetText(java.util.List<java.lang.String> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetTitle(java.lang.String value)Sets the value of the title property.java.lang.StringtoString()
-
-
-
Method Detail
-
getText
public java.util.List<java.lang.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 java.util.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 java.util.List<java.lang.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 java.lang.String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(java.lang.String value)
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getPhase
public java.lang.String getPhase()
Gets the value of the phase property.- Returns:
- possible object is
String
-
setPhase
public void setPhase(java.lang.String value)
Sets the value of the phase property.- Parameters:
value- allowed object isString
-
getSchemaVersion
public java.lang.String getSchemaVersion()
Gets the value of the schemaVersion property.- Returns:
- possible object is
String
-
setSchemaVersion
public void setSchemaVersion(java.lang.String value)
Sets the value of the schemaVersion property.- Parameters:
value- allowed object isString
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
setText
public void setText(java.util.List<java.lang.String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setNsPrefixInAttributeValues
public void setNsPrefixInAttributeValues(java.util.List<NsPrefixInAttributeValues> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setActivePatternAndFiredRuleAndFailedAssert
public void setActivePatternAndFiredRuleAndFailedAssert(java.util.List<java.lang.Object> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
hasTextEntries
public boolean hasTextEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoTextEntries
public boolean hasNoTextEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getTextCount
public int getTextCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getTextAtIndex
public java.lang.String getTextAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
java.lang.ArrayIndexOutOfBoundsException- if the index is invalid!
-
hasNsPrefixInAttributeValuesEntries
public boolean hasNsPrefixInAttributeValuesEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoNsPrefixInAttributeValuesEntries
public boolean hasNoNsPrefixInAttributeValuesEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getNsPrefixInAttributeValuesCount
public int getNsPrefixInAttributeValuesCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getNsPrefixInAttributeValuesAtIndex
public NsPrefixInAttributeValues getNsPrefixInAttributeValuesAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
java.lang.ArrayIndexOutOfBoundsException- if the index is invalid!
-
hasActivePatternAndFiredRuleAndFailedAssertEntries
public boolean hasActivePatternAndFiredRuleAndFailedAssertEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoActivePatternAndFiredRuleAndFailedAssertEntries
public boolean hasNoActivePatternAndFiredRuleAndFailedAssertEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getActivePatternAndFiredRuleAndFailedAssertCount
public int getActivePatternAndFiredRuleAndFailedAssertCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getActivePatternAndFiredRuleAndFailedAssertAtIndex
public java.lang.Object getActivePatternAndFiredRuleAndFailedAssertAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
java.lang.ArrayIndexOutOfBoundsException- if the index is invalid!
-
-