public class ComorbidityInteraction 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="Group1" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Group2" 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 |
group1 |
protected String |
group2 |
protected String |
id |
Constructor and Description |
---|
ComorbidityInteraction() |
Modifier and Type | Method and Description |
---|---|
String |
getGroup1()
Gets the value of the group1 property.
|
String |
getGroup2()
Gets the value of the group2 property.
|
String |
getId()
Gets the value of the id property.
|
void |
setGroup1(String value)
Sets the value of the group1 property.
|
void |
setGroup2(String value)
Sets the value of the group2 property.
|
void |
setId(String value)
Sets the value of the id property.
|
public String getGroup1()
String
public void setGroup1(String value)
value
- allowed object is
String
public String getGroup2()
String
public void setGroup2(String value)
value
- allowed object is
String
Copyright © 2022. All rights reserved.