Class HippsCode

java.lang.Object
gov.cms.hh.xml.data.claim.HippsCode

public class HippsCode 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="ClinicalGroup" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="ComorbidityPresent" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="EpisodeTiming" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Filler" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="FunctionalLevel" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • clinicalGroup

      protected String clinicalGroup
    • comorbidityPresent

      protected String comorbidityPresent
    • episodeTiming

      protected String episodeTiming
    • filler

      protected String filler
    • functionalLevel

      protected String functionalLevel
  • Constructor Details

    • HippsCode

      public HippsCode()
  • Method Details

    • getClinicalGroup

      public String getClinicalGroup()
      Gets the value of the clinicalGroup property.
      Returns:
      possible object is String
    • setClinicalGroup

      public void setClinicalGroup(String value)
      Sets the value of the clinicalGroup property.
      Parameters:
      value - allowed object is String
    • getComorbidityPresent

      public String getComorbidityPresent()
      Gets the value of the comorbidityPresent property.
      Returns:
      possible object is String
    • setComorbidityPresent

      public void setComorbidityPresent(String value)
      Sets the value of the comorbidityPresent property.
      Parameters:
      value - allowed object is String
    • getEpisodeTiming

      public String getEpisodeTiming()
      Gets the value of the episodeTiming property.
      Returns:
      possible object is String
    • setEpisodeTiming

      public void setEpisodeTiming(String value)
      Sets the value of the episodeTiming property.
      Parameters:
      value - allowed object is String
    • getFiller

      public String getFiller()
      Gets the value of the filler property.
      Returns:
      possible object is String
    • setFiller

      public void setFiller(String value)
      Sets the value of the filler property.
      Parameters:
      value - allowed object is String
    • getFunctionalLevel

      public String getFunctionalLevel()
      Gets the value of the functionalLevel property.
      Returns:
      possible object is String
    • setFunctionalLevel

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