public class SuccessfulReport extends Object implements Serializable
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>
| Constructor and Description |
|---|
SuccessfulReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
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() |
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() |
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
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getTest()
Stringpublic void setTest(String value)
value - allowed object is
Stringpublic String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic String getFlag()
Stringpublic void setFlag(String value)
value - allowed object is
Stringpublic void setDiagnosticReference(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.public int getDiagnosticReferenceCount()
public DiagnosticReference getDiagnosticReferenceAtIndex(int index)
index - The index to retrievenullArrayIndexOutOfBoundsException - if the index is invalid!Copyright © 2007-2015 Ikasan. All Rights Reserved.