Package gov.cms.hh.xml.layout.rot
Class ComorbidityInteraction
java.lang.Object
gov.cms.hh.xml.layout.rot.ComorbidityInteraction
- Direct Known Subclasses:
ComorbidityInteractionObject
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the group1 property.Gets the value of the group2 property.getId()Gets the value of the id property.voidSets the value of the group1 property.voidSets the value of the group2 property.voidSets the value of the id property.
-
Field Details
-
group1
-
group2
-
id
-
-
Constructor Details
-
ComorbidityInteraction
public ComorbidityInteraction()
-
-
Method Details
-
getGroup1
Gets the value of the group1 property.- Returns:
- possible object is
String
-
setGroup1
Sets the value of the group1 property.- Parameters:
value- allowed object isString
-
getGroup2
Gets the value of the group2 property.- Returns:
- possible object is
String
-
setGroup2
Sets the value of the group2 property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-