@CodingStyleguideUnaware public class FailedAssert extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
FailedAssert()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDiagnosticReferenceOrPropertyReferenceOrText(Object elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
FailedAssert |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(FailedAssert 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> |
getDiagnosticReferenceOrPropertyReferenceOrText()
Gets the value of the diagnosticReferenceOrPropertyReferenceOrText property.
|
Object |
getDiagnosticReferenceOrPropertyReferenceOrTextAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDiagnosticReferenceOrPropertyReferenceOrTextCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getFlag()
Gets the value of the flag property.
|
String |
getFpi()
Gets the value of the fpi property.
|
String |
getIcon()
Gets the value of the icon property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLang()
Gets the value of the lang property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getSee()
Gets the value of the see property.
|
String |
getSpace()
Gets the value of the space property.
|
String |
getTest()
Gets the value of the test property.
|
boolean |
hasDiagnosticReferenceOrPropertyReferenceOrTextEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDiagnosticReferenceOrPropertyReferenceOrTextEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDiagnosticReferenceOrPropertyReferenceOrText(List<Object> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setFlag(String value)
Sets the value of the flag property.
|
void |
setFpi(String value)
Sets the value of the fpi property.
|
void |
setIcon(String value)
Sets the value of the icon property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setSee(String value)
Sets the value of the see property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
void |
setTest(String value)
Sets the value of the test property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public FailedAssert()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<Object> getDiagnosticReferenceOrPropertyReferenceOrText()
DiagnosticReference
PropertyReference
Text@Nullable public String getId()
Stringpublic void setId(@Nullable String value)
value - allowed object is
String@Nullable public String getLocation()
Stringpublic void setLocation(@Nullable String value)
value - allowed object is
String@Nullable public String getTest()
Stringpublic void setTest(@Nullable String value)
value - allowed object is
String@Nullable public String getRole()
Stringpublic void setRole(@Nullable String value)
value - allowed object is
String@Nullable public String getFlag()
Stringpublic void setFlag(@Nullable String value)
value - allowed object is
String@Nullable public String getLang()
Stringpublic void setLang(@Nullable String value)
value - allowed object is
String@Nullable public String getSpace()
Stringpublic void setSpace(@Nullable String value)
value - allowed object is
String@Nullable public String getSee()
Stringpublic void setSee(@Nullable String value)
value - allowed object is
String@Nullable public String getIcon()
Stringpublic void setIcon(@Nullable String value)
value - allowed object is
String@Nullable public String getFpi()
Stringpublic void setFpi(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDiagnosticReferenceOrPropertyReferenceOrText(@Nullable List<Object> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasDiagnosticReferenceOrPropertyReferenceOrTextEntries()
public boolean hasNoDiagnosticReferenceOrPropertyReferenceOrTextEntries()
@Nonnegative public int getDiagnosticReferenceOrPropertyReferenceOrTextCount()
@Nullable public Object getDiagnosticReferenceOrPropertyReferenceOrTextAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDiagnosticReferenceOrPropertyReferenceOrText(@Nonnull Object elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull FailedAssert ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public FailedAssert clone()
Copyright © 2014–2021 Philip Helger. All rights reserved.