Package org.oclc.purl.dsdl.svrl
Class DiagnosticReference
- java.lang.Object
-
- org.oclc.purl.dsdl.svrl.DiagnosticReference
-
- All Implemented Interfaces:
java.io.Serializable
public class DiagnosticReference 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}text"/> </sequence> <attribute name="diagnostic" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" /> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiagnosticReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDiagnostic()Gets the value of the diagnostic property.java.lang.StringgetText()Gets the value of the text property.inthashCode()voidsetDiagnostic(java.lang.String value)Sets the value of the diagnostic property.voidsetText(java.lang.String value)Sets the value of the text property.java.lang.StringtoString()
-
-
-
Method Detail
-
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
-
getDiagnostic
public java.lang.String getDiagnostic()
Gets the value of the diagnostic property.- Returns:
- possible object is
String
-
setDiagnostic
public void setDiagnostic(java.lang.String value)
Sets the value of the diagnostic property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-