Class Input

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

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

  • Constructor Details

    • Input

      public Input()
  • Method Details

    • getClinicalFields

      public ClinicalFields getClinicalFields()
      Gets the value of the clinicalFields property.
      Returns:
      possible object is ClinicalFields
    • setClinicalFields

      public void setClinicalFields(ClinicalFields value)
      Sets the value of the clinicalFields property.
      Parameters:
      value - allowed object is ClinicalFields
    • getFunctionalFields

      public FunctionalFields getFunctionalFields()
      Gets the value of the functionalFields property.
      Returns:
      possible object is FunctionalFields
    • setFunctionalFields

      public void setFunctionalFields(FunctionalFields value)
      Sets the value of the functionalFields property.
      Parameters:
      value - allowed object is FunctionalFields