Class Dx

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

public class Dx 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="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 Details

    • code

      protected String code
    • description

      protected String description
    • occurrence

      protected String occurrence
    • poa

      protected String poa
  • Constructor Details

    • Dx

      public Dx()
  • Method Details

    • getCode

      public String getCode()
      Gets the value of the code property.
      Returns:
      possible object is String
    • setCode

      public void setCode(String value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getOccurrence

      public String getOccurrence()
      Gets the value of the occurrence property.
      Returns:
      possible object is String
    • setOccurrence

      public void setOccurrence(String value)
      Sets the value of the occurrence property.
      Parameters:
      value - allowed object is String
    • getPoa

      public String getPoa()
      Gets the value of the poa property.
      Returns:
      possible object is String
    • setPoa

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