Class DiagnosticReference
- java.lang.Object
-
- network.oxalis.peppol.schematron.jaxb.svrl.DiagnosticReference
-
public class DiagnosticReference extends Object
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}text"/> </sequence> <attribute name="diagnostic" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdiagnosticprotected Stringtext
-
Constructor Summary
Constructors Constructor Description DiagnosticReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDiagnostic()Gets the value of the diagnostic property.StringgetText()Gets the value of the text property.voidsetDiagnostic(String value)Sets the value of the diagnostic property.voidsetText(String value)Sets the value of the text property.
-
-
-
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 isString
-
getDiagnostic
public String getDiagnostic()
Gets the value of the diagnostic property.- Returns:
- possible object is
String
-
-