@CodingStyleguideUnaware public class DiagnosticReference extends Object implements Serializable
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>
| Constructor and Description |
|---|
DiagnosticReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
String |
getDiagnostic()
Gets the value of the diagnostic property.
|
String |
getText()
Gets the value of the text property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setDiagnostic(String value)
Sets the value of the diagnostic property.
|
void |
setText(String value)
Sets the value of the text property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
@Nullable public String getText()
Stringpublic void setText(@Nullable String value)
value - allowed object is
String@Nullable public String getDiagnostic()
Stringpublic void setDiagnostic(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
public int hashCode()
Copyright © 2014–2015 Philip Helger. All rights reserved.