Class Diagnoses

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

public class Diagnoses 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">
       <sequence>
         <element ref="{}Principal"/>
         <element ref="{}Secondary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Diagnoses

      public Diagnoses()
  • Method Details

    • getPrincipal

      public Principal getPrincipal()
      Gets the value of the principal property.
      Returns:
      possible object is Principal
    • setPrincipal

      public void setPrincipal(Principal value)
      Sets the value of the principal property.
      Parameters:
      value - allowed object is Principal
    • getSecondary

      public Secondary getSecondary()
      Gets the value of the secondary property.
      Returns:
      possible object is Secondary
    • setSecondary

      public void setSecondary(Secondary value)
      Sets the value of the secondary property.
      Parameters:
      value - allowed object is Secondary