Package gov.cms.hh.xml.data.claim
Class Output
java.lang.Object
gov.cms.hh.xml.data.claim.Output
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 Summary
FieldsModifier and TypeFieldDescriptionprotected GrouperReturnCodeprotected HippsCodeprotected ValidityFlagprotected VersionUsed -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the grouperReturnCode property.Gets the value of the hippsCode property.Gets the value of the validityFlag property.Gets the value of the versionUsed property.voidSets the value of the grouperReturnCode property.voidsetHippsCode(HippsCode value) Sets the value of the hippsCode property.voidsetValidityFlag(ValidityFlag value) Sets the value of the validityFlag property.voidsetVersionUsed(VersionUsed value) Sets the value of the versionUsed property.
-
Field Details
-
versionUsed
-
hippsCode
-
validityFlag
-
grouperReturnCode
-
-
Constructor Details
-
Output
public Output()
-
-
Method Details
-
getVersionUsed
Gets the value of the versionUsed property.- Returns:
- possible object is
VersionUsed
-
setVersionUsed
Sets the value of the versionUsed property.- Parameters:
value- allowed object isVersionUsed
-
getHippsCode
Gets the value of the hippsCode property.- Returns:
- possible object is
HippsCode
-
setHippsCode
Sets the value of the hippsCode property.- Parameters:
value- allowed object isHippsCode
-
getValidityFlag
Gets the value of the validityFlag property.- Returns:
- possible object is
ValidityFlag
-
setValidityFlag
Sets the value of the validityFlag property.- Parameters:
value- allowed object isValidityFlag
-
getGrouperReturnCode
Gets the value of the grouperReturnCode property.- Returns:
- possible object is
GrouperReturnCode
-
setGrouperReturnCode
Sets the value of the grouperReturnCode property.- Parameters:
value- allowed object isGrouperReturnCode
-