Class Claim

java.lang.Object
gov.cms.hh.xml.data.claim.Claim
Direct Known Subclasses:
ClaimObject

public class Claim 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="{}Input"/>
         <element ref="{}Output"/>
         <element ref="{}Details"/>
         <element ref="{}Options"/>
       </sequence>
       <attribute name="Description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • input

      protected Input input
    • output

      protected Output output
    • details

      protected Details details
    • options

      protected Options options
    • description

      protected String description
    • id

      protected String id
  • Constructor Details

    • Claim

      public Claim()
  • Method Details

    • getInput

      public Input getInput()
      Gets the value of the input property.
      Returns:
      possible object is Input
    • setInput

      public void setInput(Input value)
      Sets the value of the input property.
      Parameters:
      value - allowed object is Input
    • getOutput

      public Output getOutput()
      Gets the value of the output property.
      Returns:
      possible object is Output
    • setOutput

      public void setOutput(Output value)
      Sets the value of the output property.
      Parameters:
      value - allowed object is Output
    • getDetails

      public Details getDetails()
      Gets the value of the details property.
      Returns:
      possible object is Details
    • setDetails

      public void setDetails(Details value)
      Sets the value of the details property.
      Parameters:
      value - allowed object is Details
    • getOptions

      public Options getOptions()
      Gets the value of the options property.
      Returns:
      possible object is Options
    • setOptions

      public void setOptions(Options value)
      Sets the value of the options property.
      Parameters:
      value - allowed object is Options
    • 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
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

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