org.oclc.purl.dsdl.svrl
Class DiagnosticReferenceType

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

public class DiagnosticReferenceType
extends Object

# only references are reported, not the diagnostic diagnostic-reference = element diagnostic-reference { attribute diagnostic { xsd:NMTOKEN }, human-text }

Java class for DiagnosticReferenceType complex type.

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

 <complexType name="DiagnosticReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://purl.oclc.org/dsdl/svrl}HumanTextGroup"/>
       </sequence>
       <attribute name="diagnostic" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String diagnostic
           
protected  String text
           
 
Constructor Summary
DiagnosticReferenceType()
           
 
Method Summary
 String getDiagnostic()
          Gets the value of the diagnostic property.
 String getText()
          Gets the value of the text property.
 void setDiagnostic(String value)
          Sets the value of the diagnostic 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

text

protected String text

diagnostic

protected String diagnostic
Constructor Detail

DiagnosticReferenceType

public DiagnosticReferenceType()
Method Detail

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

getDiagnostic

public String getDiagnostic()
Gets the value of the diagnostic property.

Returns:
possible object is String

setDiagnostic

public void setDiagnostic(String value)
Sets the value of the diagnostic property.

Parameters:
value - allowed object is String


Copyright © 2011 PEPPOL project. All Rights Reserved.