@CodingStyleguideUnaware public class SuccessfulReport extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://purl.oclc.org/dsdl/svrl}diagnostic-reference" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://purl.oclc.org/dsdl/svrl}text"/> </sequence> <attGroup ref="{http://purl.oclc.org/dsdl/svrl}attlist.assert-and-report"/> </restriction> </complexContent> </complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
Constructor and Description |
---|
SuccessfulReport() |
Modifier and Type | Method and Description |
---|---|
void |
addDiagnosticReference(DiagnosticReference elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SuccessfulReport |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SuccessfulReport ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<DiagnosticReference> |
getDiagnosticReference()
Gets the value of the diagnosticReference property.
|
DiagnosticReference |
getDiagnosticReferenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDiagnosticReferenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getFlag()
Gets the value of the flag property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLocation()
Gets the value of the location property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getTest()
Gets the value of the test property.
|
String |
getText()
Gets the value of the text property.
|
boolean |
hasDiagnosticReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDiagnosticReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDiagnosticReference(List<DiagnosticReference> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setFlag(String value)
Sets the value of the flag property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setTest(String value)
Sets the value of the test property.
|
void |
setText(String value)
Sets the value of the text property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DiagnosticReference> getDiagnosticReference()
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 diagnosticReference property.
For example, to add a new item, do as follows:
getDiagnosticReference().add(newItem);
Objects of the following type(s) are allowed in the list
DiagnosticReference
@Nullable public String getText()
String
public void setText(@Nullable String value)
value
- allowed object is
String
@Nullable public String getId()
String
public void setId(@Nullable String value)
value
- allowed object is
String
@Nullable public String getLocation()
String
public void setLocation(@Nullable String value)
value
- allowed object is
String
@Nullable public String getTest()
String
public void setTest(@Nullable String value)
value
- allowed object is
String
@Nullable public String getRole()
String
public void setRole(@Nullable String value)
value
- allowed object is
String
@Nullable public String getFlag()
String
public void setFlag(@Nullable String value)
value
- allowed object is
String
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setDiagnosticReference(@Nullable List<DiagnosticReference> aList)
aList
- The new list member to set. May be null
.public boolean hasDiagnosticReferenceEntries()
true
if at least one item is contained, false
otherwise.public boolean hasNoDiagnosticReferenceEntries()
true
if no item is contained, false
otherwise.@Nonnegative public int getDiagnosticReferenceCount()
@Nullable public DiagnosticReference getDiagnosticReferenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index
- The index to retrievenull
IndexOutOfBoundsException
- if the index is invalid!public void addDiagnosticReference(@Nonnull DiagnosticReference elem)
elem
- The element to be added. May not be null
.public void cloneTo(@Nonnull SuccessfulReport ret)
this
to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret
- The target object to clone to. May not be null
.@Nonnull @ReturnsMutableCopy public SuccessfulReport clone()
Copyright © 2014–2019 Philip Helger. All rights reserved.