Class BIR
- java.lang.Object
-
- io.mosip.kernel.core.cbeffutil.entity.BIR
-
public class BIR extends Object
BIR class with Builder to create data- Author:
- Ramadurai Pandian
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBIR.BIRBuilder
-
Constructor Summary
Constructors Constructor Description BIR(BIR.BIRBuilder birBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getBdb()BDBInfogetBdbInfo()BIRInfogetBirInfo()BIRVersiongetCbeffversion()List<javax.xml.bind.JAXBElement<String>>getElement()byte[]getSb()SBInfogetSbInfo()BIRVersiongetVersion()BIRTypetoBIRType(BIR bir)
-
-
-
Constructor Detail
-
BIR
public BIR(BIR.BIRBuilder birBuilder)
-
-
Method Detail
-
getVersion
public BIRVersion getVersion()
- Returns:
- the version
-
getCbeffversion
public BIRVersion getCbeffversion()
- Returns:
- the cbeffversion
-
getBirInfo
public BIRInfo getBirInfo()
- Returns:
- the birInfo
-
getBdbInfo
public BDBInfo getBdbInfo()
- Returns:
- the bdbInfo
-
getBdb
public byte[] getBdb()
- Returns:
- the bdb
-
getSb
public byte[] getSb()
- Returns:
- the sb
-
getSbInfo
public SBInfo getSbInfo()
- Returns:
- the sbInfo
-
-