@CodingStyleguideUnaware public class SuccessfulReport extends Object implements Serializable, Cloneable
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-cloneable
| 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-cloneable
|
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()
Stringpublic void setText(@Nullable String value)
value - allowed object is
String@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
Stringpublic 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)
index - The index to retrievenullArrayIndexOutOfBoundsException - 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-cloneableret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public SuccessfulReport clone()
Copyright © 2014–2016 Philip Helger. All rights reserved.