Package gov.cms.hh.claim
Class OasisResponse
java.lang.Object
gov.cms.hh.claim.ClaimElementBase
gov.cms.hh.claim.OasisResponse
- All Implemented Interfaces:
OasisResponseIF,EditableIF,ValidatableIF,ValuableIF,VerifiableIF,Serializable
- Author:
- CMS
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gov.cms.hh.claim.ClaimElementBase
addEdit, addEdits, getEditCollection, isValid, isVerified, setValid, setVerifiedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface gov.cms.hh.common.abstr.EditableIF
addEdit, addEdits, getEditCollection
-
Constructor Details
-
OasisResponse
public OasisResponse()
-
-
Method Details
-
toString
-
getType
- Specified by:
getTypein interfaceOasisResponseIF- Returns:
- the type
-
setType
- Specified by:
setTypein interfaceOasisResponseIF- Parameters:
type- the type to set
-
getValue
- Specified by:
getValuein interfaceValuableIF- Returns:
- the value
-
setValue
- Specified by:
setValuein interfaceValuableIF- Parameters:
value- the value to set
-
getScore
public int getScore()- Specified by:
getScorein interfaceOasisResponseIF- Returns:
- the score
-
setScore
public void setScore(int score) - Specified by:
setScorein interfaceOasisResponseIF- Parameters:
score- the score to set
-