Class DiagnosticReference
java.lang.Object
org.openehealth.ipf.commons.xml.svrl.DiagnosticReference
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the diagnostic property.getText()
Gets the value of the text property.void
setDiagnostic
(String value) Sets the value of the diagnostic property.void
Sets the value of the text property.
-
Field Details
-
text
-
diagnostic
-
-
Constructor Details
-
DiagnosticReference
public DiagnosticReference()
-
-
Method Details
-
getText
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
Sets the value of the text property.- Parameters:
value
- allowed object isString
-
getDiagnostic
Gets the value of the diagnostic property.- Returns:
- possible object is
String
-
setDiagnostic
Sets the value of the diagnostic property.- Parameters:
value
- allowed object isString
-