|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oclc.purl.dsdl.svrl.DiagnosticReferenceType
public class DiagnosticReferenceType
# 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 |
---|
protected String text
protected String diagnostic
Constructor Detail |
---|
public DiagnosticReferenceType()
Method Detail |
---|
public String getText()
String
public void setText(String value)
value
- allowed object is
String
public String getDiagnostic()
String
public void setDiagnostic(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |