Package org.oclc.purl.dsdl.svrl
Class SuccessfulReport
- java.lang.Object
-
- org.oclc.purl.dsdl.svrl.SuccessfulReport
-
- All Implemented Interfaces:
java.io.Serializable
public class SuccessfulReport extends java.lang.Object implements java.io.SerializableJava 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>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SuccessfulReport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<DiagnosticReference>getDiagnosticReference()Gets the value of the diagnosticReference property.DiagnosticReferencegetDiagnosticReferenceAtIndex(int index)Created by ph-jaxb22-plugin -Xph-list-extensionintgetDiagnosticReferenceCount()Created by ph-jaxb22-plugin -Xph-list-extensionjava.lang.StringgetFlag()Gets the value of the flag property.java.lang.StringgetId()Gets the value of the id property.java.lang.StringgetLocation()Gets the value of the location property.java.lang.StringgetRole()Gets the value of the role property.java.lang.StringgetTest()Gets the value of the test property.java.lang.StringgetText()Gets the value of the text property.booleanhasDiagnosticReferenceEntries()Created by ph-jaxb22-plugin -Xph-list-extensioninthashCode()booleanhasNoDiagnosticReferenceEntries()Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetDiagnosticReference(java.util.List<DiagnosticReference> aList)Created by ph-jaxb22-plugin -Xph-list-extensionvoidsetFlag(java.lang.String value)Sets the value of the flag property.voidsetId(java.lang.String value)Sets the value of the id property.voidsetLocation(java.lang.String value)Sets the value of the location property.voidsetRole(java.lang.String value)Sets the value of the role property.voidsetTest(java.lang.String value)Sets the value of the test property.voidsetText(java.lang.String value)Sets the value of the text property.java.lang.StringtoString()
-
-
-
Method Detail
-
getDiagnosticReference
public java.util.List<DiagnosticReference> getDiagnosticReference()
Gets the value of the diagnosticReference property.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
setmethod 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
-
getText
public java.lang.String getText()
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
public void setText(java.lang.String value)
Sets the value of the text property.- Parameters:
value- allowed object isString
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getLocation
public java.lang.String getLocation()
Gets the value of the location property.- Returns:
- possible object is
String
-
setLocation
public void setLocation(java.lang.String value)
Sets the value of the location property.- Parameters:
value- allowed object isString
-
getTest
public java.lang.String getTest()
Gets the value of the test property.- Returns:
- possible object is
String
-
setTest
public void setTest(java.lang.String value)
Sets the value of the test property.- Parameters:
value- allowed object isString
-
getRole
public java.lang.String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
setRole
public void setRole(java.lang.String value)
Sets the value of the role property.- Parameters:
value- allowed object isString
-
getFlag
public java.lang.String getFlag()
Gets the value of the flag property.- Returns:
- possible object is
String
-
setFlag
public void setFlag(java.lang.String value)
Sets the value of the flag property.- Parameters:
value- allowed object isString
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
setDiagnosticReference
public void setDiagnosticReference(java.util.List<DiagnosticReference> aList)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
aList- The new list member to set. May benull.
-
hasDiagnosticReferenceEntries
public boolean hasDiagnosticReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif at least one item is contained,falseotherwise.
-
hasNoDiagnosticReferenceEntries
public boolean hasNoDiagnosticReferenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
trueif no item is contained,falseotherwise.
-
getDiagnosticReferenceCount
public int getDiagnosticReferenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension- Returns:
- The number of contained elements. Always ≥ 0.
-
getDiagnosticReferenceAtIndex
public DiagnosticReference getDiagnosticReferenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension- Parameters:
index- The index to retrieve- Returns:
- The element at the specified index. May be
null - Throws:
java.lang.ArrayIndexOutOfBoundsException- if the index is invalid!
-
-