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)
Created by phloc-jaxb22-plugin -Xphloc-equalshashcode
|
List<Object> |
getActivePatternAndFiredRuleAndFailedAssert()
Gets the value of the activePatternAndFiredRuleAndFailedAssert property.
|
Object |
getActivePatternAndFiredRuleAndFailedAssertAtIndex(int index)
Created by phloc-jaxb22-plugin -Xphloc-list-extension
|
int |
getActivePatternAndFiredRuleAndFailedAssertCount()
Created by phloc-jaxb22-plugin -Xphloc-list-extension
|
List<NsPrefixInAttributeValues> |
getNsPrefixInAttributeValues()
Gets the value of the nsPrefixInAttributeValues property.
|
NsPrefixInAttributeValues |
getNsPrefixInAttributeValuesAtIndex(int index)
Created by phloc-jaxb22-plugin -Xphloc-list-extension
|
int |
getNsPrefixInAttributeValuesCount()
Created by phloc-jaxb22-plugin -Xphloc-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 phloc-jaxb22-plugin -Xphloc-list-extension
|
int |
getTextCount()
Created by phloc-jaxb22-plugin -Xphloc-list-extension
|
String |
getTitle()
Gets the value of the title property.
|
boolean |
hasActivePatternAndFiredRuleAndFailedAssertEntries()
Created by phloc-jaxb22-plugin -Xphloc-list-extension
|
int |
hashCode()
Created by phloc-jaxb22-plugin -Xphloc-equalshashcode
|
boolean |
hasNoActivePatternAndFiredRuleAndFailedAssertEntries()
Created by phloc-jaxb22-plugin -Xphloc-list-extension
|
boolean |
hasNoNsPrefixInAttributeValuesEntries()
Created by phloc-jaxb22-plugin -Xphloc-list-extension
|
boolean |
hasNoTextEntries()
Created by phloc-jaxb22-plugin -Xphloc-list-extension
|
boolean |
hasNsPrefixInAttributeValuesEntries()
Created by phloc-jaxb22-plugin -Xphloc-list-extension
|
boolean |
hasTextEntries()
Created by phloc-jaxb22-plugin -Xphloc-list-extension
|
void |
setActivePatternAndFiredRuleAndFailedAssert(List<Object> aList)
Created by phloc-jaxb22-plugin -Xphloc-list-extension
|
void |
setNsPrefixInAttributeValues(List<NsPrefixInAttributeValues> aList)
Created by phloc-jaxb22-plugin -Xphloc-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 phloc-jaxb22-plugin -Xphloc-list-extension
|
void |
setTitle(String value)
Sets the value of the title property.
|
String |
toString()
Created by phloc-jaxb22-plugin -Xphloc-tostring
|
@Nonnull @ReturnsMutableObject(reason="JAXB implementation style") 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
@Nonnull @ReturnsMutableObject(reason="JAXB implementation style") 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
@Nonnull @ReturnsMutableObject(reason="JAXB implementation style") 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
@Nullable public String getTitle()
Stringpublic void setTitle(@Nullable String value)
value - allowed object is
String@Nullable public String getPhase()
Stringpublic void setPhase(@Nullable String value)
value - allowed object is
String@Nullable public String getSchemaVersion()
Stringpublic void setSchemaVersion(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setText(@Nullable List<String> aList)
aList - The new list member to set. May be null.public void setNsPrefixInAttributeValues(@Nullable List<NsPrefixInAttributeValues> aList)
aList - The new list member to set. May be null.public void setActivePatternAndFiredRuleAndFailedAssert(@Nullable 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.@Nonnegative public int getTextCount()
@Nullable public String getTextAtIndex(@Nonnegative 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.@Nonnegative public int getNsPrefixInAttributeValuesCount()
@Nullable public NsPrefixInAttributeValues getNsPrefixInAttributeValuesAtIndex(@Nonnegative 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.@Nonnegative public int getActivePatternAndFiredRuleAndFailedAssertCount()
@Nullable public Object getActivePatternAndFiredRuleAndFailedAssertAtIndex(@Nonnegative int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!Copyright © 2006–2014 phloc systems. All rights reserved.