|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.jaxb.Diagnosis
public class Diagnosis
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>
| Field Summary | |
|---|---|
protected String |
diagnosisType
|
protected Integer |
id
|
| Constructor Summary | |
|---|---|
Diagnosis()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String diagnosisType
protected Integer id
| Constructor Detail |
|---|
public Diagnosis()
| Method Detail |
|---|
public String getDiagnosisType()
Stringpublic void setDiagnosisType(String value)
value - allowed object is
Stringpublic Integer getId()
Integerpublic void setId(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||