Class Output

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

public class Output 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="{}VersionUsed"/>
         <element ref="{}HippsCode"/>
         <element ref="{}ValidityFlag"/>
         <element ref="{}GrouperReturnCode"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Output

      public Output()
  • Method Details

    • getVersionUsed

      public VersionUsed getVersionUsed()
      Gets the value of the versionUsed property.
      Returns:
      possible object is VersionUsed
    • setVersionUsed

      public void setVersionUsed(VersionUsed value)
      Sets the value of the versionUsed property.
      Parameters:
      value - allowed object is VersionUsed
    • getHippsCode

      public HippsCode getHippsCode()
      Gets the value of the hippsCode property.
      Returns:
      possible object is HippsCode
    • setHippsCode

      public void setHippsCode(HippsCode value)
      Sets the value of the hippsCode property.
      Parameters:
      value - allowed object is HippsCode
    • getValidityFlag

      public ValidityFlag getValidityFlag()
      Gets the value of the validityFlag property.
      Returns:
      possible object is ValidityFlag
    • setValidityFlag

      public void setValidityFlag(ValidityFlag value)
      Sets the value of the validityFlag property.
      Parameters:
      value - allowed object is ValidityFlag
    • getGrouperReturnCode

      public GrouperReturnCode getGrouperReturnCode()
      Gets the value of the grouperReturnCode property.
      Returns:
      possible object is GrouperReturnCode
    • setGrouperReturnCode

      public void setGrouperReturnCode(GrouperReturnCode value)
      Sets the value of the grouperReturnCode property.
      Parameters:
      value - allowed object is GrouperReturnCode