Class ComorbidityInteraction

java.lang.Object
gov.cms.hh.xml.layout.rot.ComorbidityInteraction
Direct Known Subclasses:
ComorbidityInteractionObject

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>
 
  • Field Details

    • group1

      protected String group1
    • group2

      protected String group2
    • id

      protected String id
  • Constructor Details

    • ComorbidityInteraction

      public ComorbidityInteraction()
  • Method Details

    • getGroup1

      public String getGroup1()
      Gets the value of the group1 property.
      Returns:
      possible object is String
    • setGroup1

      public void setGroup1(String value)
      Sets the value of the group1 property.
      Parameters:
      value - allowed object is String
    • getGroup2

      public String getGroup2()
      Gets the value of the group2 property.
      Returns:
      possible object is String
    • setGroup2

      public void setGroup2(String value)
      Sets the value of the group2 property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String