Class Details

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

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

    • validation

      protected Validation validation
    • logic

      protected Logic logic
  • Constructor Details

    • Details

      public Details()
  • Method Details

    • getValidation

      public Validation getValidation()
      Gets the value of the validation property.
      Returns:
      possible object is Validation
    • setValidation

      public void setValidation(Validation value)
      Sets the value of the validation property.
      Parameters:
      value - allowed object is Validation
    • getLogic

      public Logic getLogic()
      Gets the value of the logic property.
      Returns:
      possible object is Logic
    • setLogic

      public void setLogic(Logic value)
      Sets the value of the logic property.
      Parameters:
      value - allowed object is Logic