public class ComorbidityGroup 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="LowComorbidityFlag" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
lowComorbidityFlag |
protected String |
name |
Constructor and Description |
---|
ComorbidityGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getLowComorbidityFlag()
Gets the value of the lowComorbidityFlag property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setLowComorbidityFlag(String value)
Sets the value of the lowComorbidityFlag property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String description
protected String lowComorbidityFlag
protected String name
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getLowComorbidityFlag()
String
public void setLowComorbidityFlag(String value)
value
- allowed object is
String
public String getName()
String
Copyright © 2023. All rights reserved.