public class ClinicalGroup 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="HighPoints" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="LowPoints" 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 |
highPoints |
protected String |
id |
protected String |
lowPoints |
protected String |
name |
Constructor and Description |
---|
ClinicalGroup() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getHighPoints()
Gets the value of the highPoints property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLowPoints()
Gets the value of the lowPoints property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHighPoints(String value)
Sets the value of the highPoints property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLowPoints(String value)
Sets the value of the lowPoints property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String description
protected String highPoints
protected String id
protected String lowPoints
protected String name
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getHighPoints()
String
public void setHighPoints(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public String getLowPoints()
String
public void setLowPoints(String value)
value
- allowed object is
String
public String getName()
String
Copyright © 2023. All rights reserved.