Package gov.cms.hh.xml.data.claim
Class Dx
java.lang.Object
gov.cms.hh.xml.data.claim.Dx
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="Code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Occurrence" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Poa" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Gets the value of the code property.Gets the value of the description property.Gets the value of the occurrence property.getPoa()Gets the value of the poa property.voidSets the value of the code property.voidsetDescription(String value) Sets the value of the description property.voidsetOccurrence(String value) Sets the value of the occurrence property.voidSets the value of the poa property.
-
Field Details
-
code
-
description
-
occurrence
-
poa
-
-
Constructor Details
-
Dx
public Dx()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getOccurrence
Gets the value of the occurrence property.- Returns:
- possible object is
String
-
setOccurrence
Sets the value of the occurrence property.- Parameters:
value- allowed object isString
-
getPoa
Gets the value of the poa property.- Returns:
- possible object is
String
-
setPoa
Sets the value of the poa property.- Parameters:
value- allowed object isString
-