Package gov.cms.hh.xml.data.claim
Class HippsCode
java.lang.Object
gov.cms.hh.xml.data.claim.HippsCode
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clinicalGroup property.Gets the value of the comorbidityPresent property.Gets the value of the episodeTiming property.Gets the value of the filler property.Gets the value of the functionalLevel property.voidsetClinicalGroup(String value) Sets the value of the clinicalGroup property.voidsetComorbidityPresent(String value) Sets the value of the comorbidityPresent property.voidsetEpisodeTiming(String value) Sets the value of the episodeTiming property.voidSets the value of the filler property.voidsetFunctionalLevel(String value) Sets the value of the functionalLevel property.
-
Field Details
-
clinicalGroup
-
comorbidityPresent
-
episodeTiming
-
filler
-
functionalLevel
-
-
Constructor Details
-
HippsCode
public HippsCode()
-
-
Method Details
-
getClinicalGroup
Gets the value of the clinicalGroup property.- Returns:
- possible object is
String
-
setClinicalGroup
Sets the value of the clinicalGroup property.- Parameters:
value- allowed object isString
-
getComorbidityPresent
Gets the value of the comorbidityPresent property.- Returns:
- possible object is
String
-
setComorbidityPresent
Sets the value of the comorbidityPresent property.- Parameters:
value- allowed object isString
-
getEpisodeTiming
Gets the value of the episodeTiming property.- Returns:
- possible object is
String
-
setEpisodeTiming
Sets the value of the episodeTiming property.- Parameters:
value- allowed object isString
-
getFiller
Gets the value of the filler property.- Returns:
- possible object is
String
-
setFiller
Sets the value of the filler property.- Parameters:
value- allowed object isString
-
getFunctionalLevel
Gets the value of the functionalLevel property.- Returns:
- possible object is
String
-
setFunctionalLevel
Sets the value of the functionalLevel property.- Parameters:
value- allowed object isString
-