org.oclc.purl.dsdl.svrl
Class SuccessfulReportType

java.lang.Object
  extended by org.oclc.purl.dsdl.svrl.SuccessfulReportType

public class SuccessfulReportType
extends Object

# only successful asserts are reported successful-report = element successful-report { attlist.assert-and-report, diagnostic-reference*, human-text }

Java class for SuccessfulReportType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SuccessfulReportType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="diagnostic-reference" type="{http://purl.oclc.org/dsdl/svrl}DiagnosticReferenceType" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://purl.oclc.org/dsdl/svrl}HumanTextGroup"/>
       </sequence>
       <attGroup ref="{http://purl.oclc.org/dsdl/svrl}AssertAndReportAttrGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<DiagnosticReferenceType> diagnosticReference
           
protected  String flag
           
protected  String location
           
protected  String role
           
protected  String test
           
protected  String text
           
 
Constructor Summary
SuccessfulReportType()
           
 
Method Summary
 List<DiagnosticReferenceType> getDiagnosticReference()
          Gets the value of the diagnosticReference property.
 String getFlag()
          Gets the value of the flag 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.
 void setFlag(String value)
          Sets the value of the flag 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

diagnosticReference

protected List<DiagnosticReferenceType> diagnosticReference

text

protected String text

location

protected String location

test

protected String test

role

protected String role

flag

protected String flag
Constructor Detail

SuccessfulReportType

public SuccessfulReportType()
Method Detail

getDiagnosticReference

public List<DiagnosticReferenceType> 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 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 DiagnosticReferenceType


getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String

getLocation

public String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location property.

Parameters:
value - allowed object is String

getTest

public String getTest()
Gets the value of the test property.

Returns:
possible object is String

setTest

public void setTest(String value)
Sets the value of the test property.

Parameters:
value - allowed object is String

getRole

public String getRole()
Gets the value of the role property.

Returns:
possible object is String

setRole

public void setRole(String value)
Sets the value of the role property.

Parameters:
value - allowed object is String

getFlag

public String getFlag()
Gets the value of the flag property.

Returns:
possible object is String

setFlag

public void setFlag(String value)
Sets the value of the flag property.

Parameters:
value - allowed object is String


Copyright © 2011 PEPPOL project. All Rights Reserved.