public class Diagnosis
extends java.lang.Object
Java class for Diagnosis complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Diagnosis">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="diagnosisType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
diagnosisType |
protected java.lang.Integer |
id |
| Constructor and Description |
|---|
Diagnosis() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDiagnosisType()
Gets the value of the diagnosisType property.
|
java.lang.Integer |
getId()
Gets the value of the id property.
|
void |
setDiagnosisType(java.lang.String value)
Sets the value of the diagnosisType property.
|
void |
setId(java.lang.Integer value)
Sets the value of the id property.
|
protected java.lang.String diagnosisType
protected java.lang.Integer id
public java.lang.String getDiagnosisType()
Stringpublic void setDiagnosisType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getId()
Integerpublic void setId(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2014. All Rights Reserved.