public class HippsCode extends ClaimElementBase implements HippsCodeIF
Constructor and Description |
---|
HippsCode()
Constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getFinalHippsCode() |
Map<Integer,HippsValueObject> |
getHipps() |
String |
getHippsCharacter(int position) |
String |
getHippsCode() |
HippsValueObject |
getValue(int position) |
boolean |
isHippsComplete() |
void |
setHipps(Map<Integer,HippsValueObject> hipps) |
boolean |
setValue(HippsValueObject value) |
String |
toString() |
addEdit, addEdits, getEditCollection, isValid, isVerified, setValid, setVerified
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addEdit, addEdits, getEditCollection
public Map<Integer,HippsValueObject> getHipps()
getHipps
in interface HippsCodeIF
public void setHipps(Map<Integer,HippsValueObject> hipps)
setHipps
in interface HippsCodeIF
hipps
- the hipps to setpublic boolean setValue(HippsValueObject value)
setValue
in interface HippsCodeIF
value
- public String getHippsCode()
getHippsCode
in interface HippsCodeIF
public String getHippsCharacter(int position)
getHippsCharacter
in interface HippsCodeIF
position
- public HippsValueObject getValue(int position)
getValue
in interface HippsCodeIF
position
- public boolean isHippsComplete()
isHippsComplete
in interface HippsCodeIF
public String getFinalHippsCode()
getFinalHippsCode
in interface HippsCodeIF
Copyright © 2022. All rights reserved.