@CodingStyleguideUnaware public class SchematronOutputType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
SchematronOutputType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addActivePatternAndFiredRuleAndFailedAssert(Object elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addNsPrefixInAttributeValues(NsPrefixInAttributeValues elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addText(Text elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SchematronOutputType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SchematronOutputType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
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<Text> |
getText()
Gets the value of the text property.
|
Text |
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()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
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<Text> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTitle(String value)
Sets the value of the title property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public SchematronOutputType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<Text> getText()
Text@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NsPrefixInAttributeValues> getNsPrefixInAttributeValues()
NsPrefixInAttributeValues@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<Object> getActivePatternAndFiredRuleAndFailedAssert()
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<Text> aList)
aList - The new list member to set. May be <code>null</code>.public void setNsPrefixInAttributeValues(@Nullable List<NsPrefixInAttributeValues> aList)
aList - The new list member to set. May be <code>null</code>.public void setActivePatternAndFiredRuleAndFailedAssert(@Nullable List<Object> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasTextEntries()
public boolean hasNoTextEntries()
@Nonnegative public int getTextCount()
@Nullable public Text getTextAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addText(@Nonnull Text elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasNsPrefixInAttributeValuesEntries()
public boolean hasNoNsPrefixInAttributeValuesEntries()
@Nonnegative public int getNsPrefixInAttributeValuesCount()
@Nullable public NsPrefixInAttributeValues getNsPrefixInAttributeValuesAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addNsPrefixInAttributeValues(@Nonnull NsPrefixInAttributeValues elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasActivePatternAndFiredRuleAndFailedAssertEntries()
public boolean hasNoActivePatternAndFiredRuleAndFailedAssertEntries()
@Nonnegative public int getActivePatternAndFiredRuleAndFailedAssertCount()
@Nullable public Object getActivePatternAndFiredRuleAndFailedAssertAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addActivePatternAndFiredRuleAndFailedAssert(@Nonnull Object elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull SchematronOutputType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public SchematronOutputType clone()
Copyright © 2014–2021 Philip Helger. All rights reserved.