public class Diagnosis extends 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 String |
diagnosisType |
protected Integer |
id |
| Constructor and Description |
|---|
Diagnosis() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiagnosisType()
Gets the value of the diagnosisType property.
|
Integer |
getId()
Gets the value of the id property.
|
void |
setDiagnosisType(String value)
Sets the value of the diagnosisType property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
Copyright © 2015. All Rights Reserved.