Class SchematronOutputType
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
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>
<any processContents='lax' namespace='#other' minOccurs="0"/>
<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>
<element ref="{http://purl.oclc.org/dsdl/svrl}suppressed-rule" minOccurs="0"/>
</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>
This class was annotated by ph-jaxb-plugin -Xph-annotate
This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb-plugin -Xph-tostring
This class contains methods created by ph-jaxb-plugin -Xph-list-extension
This class contains methods created by ph-jaxb-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb-plugin -Xph-value-extender
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender -
Method Summary
Modifier and TypeMethodDescriptionvoidCreated by ph-jaxb-plugin -Xph-list-extensionvoidCreated by ph-jaxb-plugin -Xph-list-extensionvoidCreated by ph-jaxb-plugin -Xph-list-extensionclone()Created by ph-jaxb-plugin -Xph-cloneable2voidThis method clones all values fromthisto the passed object.booleanCreated by ph-jaxb-plugin -Xph-equalshashcodeGets the value of the activePatternAndFiredRuleAndFailedAssert property.Created by ph-jaxb-plugin -Xph-list-extensionintCreated by ph-jaxb-plugin -Xph-list-extensiongetAny()Gets the value of the any property.Gets the value of the nsPrefixInAttributeValues property.getNsPrefixInAttributeValuesAtIndex(int index) Created by ph-jaxb-plugin -Xph-list-extensionintCreated by ph-jaxb-plugin -Xph-list-extensiongetPhase()Gets the value of the phase property.Gets the value of the schemaVersion property.getText()Gets the value of the text property.getTextAtIndex(int index) Created by ph-jaxb-plugin -Xph-list-extensionintCreated by ph-jaxb-plugin -Xph-list-extensiongetTitle()Gets the value of the title property.booleanCreated by ph-jaxb-plugin -Xph-list-extensioninthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodebooleanCreated by ph-jaxb-plugin -Xph-list-extensionbooleanCreated by ph-jaxb-plugin -Xph-list-extensionbooleanCreated by ph-jaxb-plugin -Xph-list-extensionbooleanCreated by ph-jaxb-plugin -Xph-list-extensionbooleanCreated by ph-jaxb-plugin -Xph-list-extensionvoidCreated by ph-jaxb-plugin -Xph-list-extensionvoidSets the value of the any property.voidCreated by ph-jaxb-plugin -Xph-list-extensionvoidSets the value of the phase property.voidsetSchemaVersion(String value) Sets the value of the schemaVersion property.voidCreated by ph-jaxb-plugin -Xph-list-extensionvoidSets the value of the title property.toString()Created by ph-jaxb-plugin -Xph-tostring
-
Constructor Details
-
SchematronOutputType
public SchematronOutputType()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
-
Method Details
-
getAny
Gets the value of the any property. -
setAny
Sets the value of the any property. -
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
Text- Returns:
- The value of the text property.
-
getNsPrefixInAttributeValues
@Nonnull @ReturnsMutableObject("JAXB implementation style") 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- Returns:
- The value of the nsPrefixInAttributeValues property.
-
getActivePatternAndFiredRuleAndFailedAssert
@Nonnull @ReturnsMutableObject("JAXB implementation style") 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
ActivePatternFailedAssertFiredRuleSuccessfulReportSuppressedRule- Returns:
- The value of the activePatternAndFiredRuleAndFailedAssert property.
-
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
-
equals
Created by ph-jaxb-plugin -Xph-equalshashcode -
hashCode
public int hashCode()Created by ph-jaxb-plugin -Xph-equalshashcode -
toString
Created by ph-jaxb-plugin -Xph-tostring -
setText
Created by ph-jaxb-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setNsPrefixInAttributeValues
Created by ph-jaxb-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
setActivePatternAndFiredRuleAndFailedAssert
Created by ph-jaxb-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
hasTextEntries
public boolean hasTextEntries()Created by ph-jaxb-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoTextEntries
public boolean hasNoTextEntries()Created by ph-jaxb-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getTextCount
Created by ph-jaxb-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getTextAtIndex
Created by ph-jaxb-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addText
Created by ph-jaxb-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasNsPrefixInAttributeValuesEntries
public boolean hasNsPrefixInAttributeValuesEntries()Created by ph-jaxb-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoNsPrefixInAttributeValuesEntries
public boolean hasNoNsPrefixInAttributeValuesEntries()Created by ph-jaxb-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getNsPrefixInAttributeValuesCount
Created by ph-jaxb-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getNsPrefixInAttributeValuesAtIndex
@Nullable public NsPrefixInAttributeValues getNsPrefixInAttributeValuesAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException Created by ph-jaxb-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addNsPrefixInAttributeValues
Created by ph-jaxb-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
hasActivePatternAndFiredRuleAndFailedAssertEntries
public boolean hasActivePatternAndFiredRuleAndFailedAssertEntries()Created by ph-jaxb-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoActivePatternAndFiredRuleAndFailedAssertEntries
public boolean hasNoActivePatternAndFiredRuleAndFailedAssertEntries()Created by ph-jaxb-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getActivePatternAndFiredRuleAndFailedAssertCount
Created by ph-jaxb-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getActivePatternAndFiredRuleAndFailedAssertAtIndex
@Nullable public Object getActivePatternAndFiredRuleAndFailedAssertAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException Created by ph-jaxb-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
IndexOutOfBoundsException- if the index is invalid!
-
addActivePatternAndFiredRuleAndFailedAssert
Created by ph-jaxb-plugin -Xph-list-extension- Parameters:
elem- The element to be added. May not benull.
-
cloneTo
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
Created by ph-jaxb-plugin -Xph-cloneable2
-