public class SchematronOutputType extends Object implements Serializable
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>
<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>
| Constructor and Description |
|---|
SchematronOutputType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Object> |
getActivePatternAndFiredRuleAndFailedAssert()
Gets the value of the activePatternAndFiredRuleAndFailedAssert property.
|
Object |
getActivePatternAndFiredRuleAndFailedAssertAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getActivePatternAndFiredRuleAndFailedAssertCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<NsPrefixInAttributeValues> |
getNsPrefixInAttributeValues()
Gets the value of the nsPrefixInAttributeValues property.
|
NsPrefixInAttributeValues |
getNsPrefixInAttributeValuesAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNsPrefixInAttributeValuesCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
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 |
getTextAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTextCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getTitle()
Gets the value of the title property.
|
boolean |
hasActivePatternAndFiredRuleAndFailedAssertEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode() |
boolean |
hasNoActivePatternAndFiredRuleAndFailedAssertEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNsPrefixInAttributeValuesEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTextEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNsPrefixInAttributeValuesEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTextEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setActivePatternAndFiredRuleAndFailedAssert(List<Object> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setNsPrefixInAttributeValues(List<NsPrefixInAttributeValues> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPhase(String value)
Sets the value of the phase property.
|
void |
setSchemaVersion(String value)
Sets the value of the schemaVersion property.
|
void |
setText(List<String> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTitle(String value)
Sets the value of the title property.
|
String |
toString() |
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()
Stringpublic void setSchemaVersion(String value)
value - allowed object is
Stringpublic void setText(List<String> aList)
aList - The new list member to set. May be null.public void setNsPrefixInAttributeValues(List<NsPrefixInAttributeValues> aList)
aList - The new list member to set. May be null.public void setActivePatternAndFiredRuleAndFailedAssert(List<Object> aList)
aList - The new list member to set. May be null.public boolean hasTextEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTextEntries()
true if no item is contained, false otherwise.public int getTextCount()
public String getTextAtIndex(int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!public boolean hasNsPrefixInAttributeValuesEntries()
true if at least one item is contained, false otherwise.public boolean hasNoNsPrefixInAttributeValuesEntries()
true if no item is contained, false otherwise.public int getNsPrefixInAttributeValuesCount()
public NsPrefixInAttributeValues getNsPrefixInAttributeValuesAtIndex(int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!public boolean hasActivePatternAndFiredRuleAndFailedAssertEntries()
true if at least one item is contained, false otherwise.public boolean hasNoActivePatternAndFiredRuleAndFailedAssertEntries()
true if no item is contained, false otherwise.public int getActivePatternAndFiredRuleAndFailedAssertCount()
public Object getActivePatternAndFiredRuleAndFailedAssertAtIndex(int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!Copyright © 2007-2015 Ikasan. All Rights Reserved.