public class DiagnosisSubchapter extends Object
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"> <attribute name="Description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DiagnosisFrom" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DiagnosisTo" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
diagnosisFrom |
protected String |
diagnosisTo |
protected String |
id |
Constructor and Description |
---|
DiagnosisSubchapter() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getDiagnosisFrom()
Gets the value of the diagnosisFrom property.
|
String |
getDiagnosisTo()
Gets the value of the diagnosisTo property.
|
String |
getId()
Gets the value of the id property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDiagnosisFrom(String value)
Sets the value of the diagnosisFrom property.
|
void |
setDiagnosisTo(String value)
Sets the value of the diagnosisTo property.
|
void |
setId(String value)
Sets the value of the id property.
|
protected String description
protected String diagnosisFrom
protected String diagnosisTo
protected String id
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getDiagnosisFrom()
String
public void setDiagnosisFrom(String value)
value
- allowed object is
String
public String getDiagnosisTo()
String
public void setDiagnosisTo(String value)
value
- allowed object is
String
Copyright © 2022. All rights reserved.