Package gov.cms.hh.claim
Interface OasisResponseIF
- All Superinterfaces:
EditableIF,Serializable,ValuableIF
- All Known Implementing Classes:
OasisResponse
- Author:
- CMS
-
Method Summary
Methods inherited from interface gov.cms.hh.common.abstr.EditableIF
addEdit, addEdits, getEditCollectionMethods inherited from interface gov.cms.hh.common.abstr.ValuableIF
getValue, setValue
-
Method Details
-
getType
Oasis_EN getType()- Returns:
- the type
-
setType
- Parameters:
type- the type to set
-
getScore
int getScore()- Returns:
- the score
-
setScore
void setScore(int score) - Parameters:
score- the score to set
-